* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Black.eot");
  src: url("../fonts/Inter18pt-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Black.woff2") format("woff2"), url("../fonts/Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Bold.eot");
  src: url("../fonts/Inter18pt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-ExtraBold.eot");
  src: url("../fonts/Inter18pt-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-ExtraLight.eot");
  src: url("../fonts/Inter18pt-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-ExtraLight.woff2") format("woff2"), url("../fonts/Inter18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.eot");
  src: url("../fonts/Inter18pt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Light.eot");
  src: url("../fonts/Inter18pt-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Light.woff2") format("woff2"), url("../fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.eot");
  src: url("../fonts/Inter18pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.eot");
  src: url("../fonts/Inter18pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Thin.eot");
  src: url("../fonts/Inter18pt-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Thin.woff2") format("woff2"), url("../fonts/Inter18pt-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: Inter, serif;
  background-color: #fcf8f1;
  color: #161616;
  overflow-x: hidden;
}
html:has(.header_wrapper nav.open),
body:has(.header_wrapper nav.open) {
  overflow: hidden;
}
html:has(.header_wrapper nav.open) .overlay,
body:has(.header_wrapper nav.open) .overlay {
  display: block;
}
html:has(.modal.open),
body:has(.modal.open) {
  overflow: hidden;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(135, 135, 135, 0.5);
  z-index: 999;
  display: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1560px;
  position: relative;
  padding: 0 60px;
}
.limit.narrow {
  max-width: 960px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
  border-radius: 52px;
  border: 1px solid #ddd9d9;
  background-color: #fcf8f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
  color: #161616;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background-color: #DD271D;
  border-color: #DD271D;
}
.button.small {
  padding: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #161917;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.small:hover {
  background-color: #DD271D;
}
.button.icon {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px 12px 20px;
}
.button.colored {
  background-color: #161917;
  color: #fff;
  border: none;
}
.button.colored:hover {
  background-color: #DD271D;
}

section {
  margin-top: 150px !important;
}

.heading {
  margin-bottom: 60px;
}
.heading h2 {
  text-align: center;
  max-width: 900px;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #161616;
  margin: 0 auto;
  margin-bottom: 20px;
}
.heading p {
  max-width: 900px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
  margin: 0;
  margin: 0 auto;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project {
  display: flex;
  gap: 46px;
  border-radius: 48px;
  background-color: #f2ece2;
}
.project .image_container {
  max-width: 480px;
  min-width: 480px;
  border-radius: 48px;
  overflow: hidden;
}
.project .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .project_info {
  padding: 56px 82px 46px 0;
  display: flex;
  flex-direction: column;
}
.project .project_info .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  margin-bottom: 8px;
}
.project .project_info .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #161616;
  margin-bottom: 16px;
}
.project .project_info .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
}
.project .project_info .description strong {
  font-weight: 700;
}
.project .project_info .add_info {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project .project_info .add_info_item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.project .project_info .add_info_item span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
}
.project .project_info .add_info_item span:last-of-type {
  font-weight: 700;
}
.project .project_info .button {
  margin-top: auto;
}

.events_listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.event {
  position: relative;
  width: 100%;
  aspect-ratio: 70/49;
  overflow: hidden;
  border-radius: 48px;
  min-height: 494px;
}
.event:hover .image_container img {
  transform: scale(1.1);
}
.event .image_container {
  width: 100%;
  height: 100%;
}
.event .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.event::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 278px;
  background: linear-gradient(0deg, #161616 14.93%, rgba(22, 22, 22, 0) 95.92%);
  left: 0;
  bottom: 0;
}
.event .event_info {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 84px);
  z-index: 3;
}
.event .event_info .title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 14px;
}
.event .event_info .add_info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.event .event_info .add_info .type {
  padding: 2px 12px 4px 12px;
  border-radius: 38px;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event .event_info .add_info .date {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.event .event_info .add_info .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.news_listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news {
  position: relative;
  width: 100%;
  aspect-ratio: 46/51;
  border-radius: 48px;
  overflow: hidden;
  min-height: 510px;
}
.news:hover .image_container img {
  transform: scale(1.1);
}
.news:hover .add_info .button {
  background-color: #DD271D;
}
.news .image_container {
  width: 100%;
  height: 100%;
}
.news .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.news .news_info {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  padding: 30px 30px 20px;
  border-radius: 36px;
  background: rgba(22, 22, 22, 0.3);
  backdrop-filter: blur(12px);
}
.news .news_info .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.news .news_info .add_info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.news .news_info .add_info .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.news .news_info .add_info .type {
  padding: 2px 10px;
  border-radius: 21px;
  border: 1px solid #ddd9d9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.news .news_info .add_info .button {
  margin-left: auto;
}

.page_heading {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 110px;
}
.page_heading h1 {
  text-align: center;
  color: #161616;
  margin-bottom: 20px;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.page_heading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
  margin: 0;
  text-align: center;
  color: #6e6e6e;
}
.page_heading .buttons {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.page_heading .button.small {
  background-color: #fcf8f1;
  border: 1px solid #ddd9d9;
}
.page_heading .button.small svg path {
  transition: all 0.3s;
}
.page_heading .button.small:hover {
  background-color: #DD271D;
  border-color: #DD271D;
}
.page_heading .button.small:hover svg path {
  fill: #fff;
}
.page_heading .tabs {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.page_heading .tabs .tab {
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ddd9d9;
  background-color: transparent;
  padding: 6px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.3s;
  color: #161616;
}
.page_heading .tabs .tab:hover {
  color: #fff;
  background-color: #DD271D;
  border-color: #DD271D;
}
.page_heading .tabs .tab.active {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}

blockquote {
  width: 100%;
  padding: 28px 30px;
  border-radius: 46px;
  background-image: url("../images/quote_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
blockquote.colored {
  margin-top: 54px;
  background-image: url(../images/cta_bg.webp);
}
blockquote strong {
  position: relative;
  max-width: 948px;
  margin: 0 auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #161616;
  display: block;
  text-align: center;
  padding: 73px 121px;
}
blockquote strong::before, blockquote strong::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 78px;
  background-image: url("../images/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
blockquote strong::before {
  left: 0;
  top: 0;
}
blockquote strong::after {
  bottom: 0;
  right: 0;
  transform: scale(-1);
}

ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 30px;
}
ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
}
ul li::marker {
  font-size: 21px;
  color: #DD271D;
}

.team_container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 54px 30px;
}
.team_container .team_item {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 16px;
}
.team_container .team_item .image_container {
  width: 100%;
  max-width: 167px;
  height: 189px;
  border-radius: 24px;
  overflow: hidden;
}
.team_container .team_item .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_container .team_item .team_info h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #161616;
  margin-bottom: 7px;
}
.team_container .team_item .team_info p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6e6e6e;
}
.team_container .team_item:nth-child(-n+2) {
  grid-column: span 3;
  flex-direction: column;
  align-items: center;
}
.team_container .team_item:nth-child(-n+2) .image_container {
  max-width: 100%;
  border-radius: 48px;
  height: auto;
}
.team_container .team_item:nth-child(-n+2) .team_info h5 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.team_container .team_item:nth-child(-n+2) .team_info p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.form_row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form_row:has(input.valid, textarea.valid)::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 39px;
  width: 21px;
  height: 21px;
  background-image: url("../images/icons/success.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error, textarea.error) input,
.form_row:has(input.error, textarea.error) textarea {
  border-color: #DD271D;
}
.form_row:has(input.error, textarea.error)::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 39px;
  width: 21px;
  height: 21px;
  background-image: url("../images/icons/error.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row label.error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #e65858;
}
.form_row label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.form_row label.req::after {
  content: " *";
  color: #DD271D;
}
.form_row textarea {
  resize: none;
  height: 82px;
}
.form_row input,
.form_row textarea {
  padding: 16px 19px;
  border-radius: 25px;
  border: 1px solid #f2ece2;
  background-color: #fff;
  font-family: Inter, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  transition: all 0.3s;
}
.form_row input::-moz-placeholder, .form_row textarea::-moz-placeholder {
  font-family: Inter, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #6e6e6e;
}
.form_row input::placeholder,
.form_row textarea::placeholder {
  font-family: Inter, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #6e6e6e;
}
.form_row input:focus,
.form_row textarea:focus {
  border-color: #161616;
}

.custom_chekbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.custom_chekbox:has(input.error) .custom_check {
  border-color: #DD271D;
}
.custom_chekbox label.error {
  display: none !important;
}
.custom_chekbox:hover .custom_check {
  border-color: #ddd9d9;
}
.custom_chekbox:has(input:checked) .custom_check {
  background-color: #161616;
}
.custom_chekbox:has(input:checked) .custom_check::after {
  display: block;
}
.custom_chekbox input {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.custom_chekbox .custom_check {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 4px;
  border: 1px solid #f2ece2;
  background-color: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_chekbox .custom_check::after {
  content: "";
  background-image: url("../images/icons/check_icon.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 11px;
  height: 8px;
  display: none;
}

.report_block {
  padding: 30px 400px 30px 52px;
  border-radius: 30px;
  background-color: #f2ece2;
}
.report_block h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}
.report_block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.report_block a {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
}

.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.pagination .pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.pagination .pagination_list .pagination_btn:nth-child(5) {
  pointer-events: none;
}
.pagination .pagination_btn {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ddd9d9;
  background-color: #fcf8f1;
  transition: all 0.3s;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  text-transform: uppercase;
  color: #161616;
}
.pagination .pagination_btn svg path {
  transition: all 0.3s;
}
.pagination .pagination_btn.active {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}
.pagination .pagination_btn:hover {
  background-color: #DD271D;
  border-color: #DD271D;
  color: #fff;
}
.pagination .pagination_btn:hover svg path {
  stroke: #fff;
}

.default_content h2,
.default_content h3,
.default_content h4,
.default_content h5,
.default_content h6 {
  font-weight: 600;
  line-height: 130%;
  margin-top: 40px !important;
}
.default_content h2:first-child,
.default_content h3:first-child,
.default_content h4:first-child,
.default_content h5:first-child,
.default_content h6:first-child {
  margin-top: 0;
}
.default_content h2 {
  font-size: 28px;
  margin-bottom: 18px !important;
}
.default_content h3 {
  font-size: 26px;
  margin-bottom: 16px !important;
}
.default_content h4 {
  font-size: 24px;
  margin-bottom: 14px !important;
}
.default_content h5 {
  font-size: 22px;
  margin-bottom: 12px !important;
}
.default_content h6 {
  font-size: 20px;
  margin-bottom: 10px !important;
}
.default_content p {
  margin-bottom: 40px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.default_content p:last-of-type {
  margin-bottom: 0 !important;
}
.default_content ol {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  gap: 8px;
  margin-bottom: 40px !important;
}
.default_content ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.default_content ol li strong {
  font-weight: 600;
}
.default_content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.default_content ul {
  gap: 8px;
  padding-left: 23px;
  margin-bottom: 40px !important;
}
.default_content img {
  border-radius: 48px;
}
.default_content video {
  border-radius: 48px;
}
.default_content iframe {
  width: 100%;
  border-radius: 48px;
  aspect-ratio: 713/401;
  height: auto;
}

.info_blocks_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.info_blocks_container .info_block {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd9d9;
}
.info_blocks_container .info_block:first-of-type {
  padding-top: 50px;
  border-top: 1px solid #ddd9d9;
}
.info_blocks_container .info_block .image_container {
  width: 100%;
  max-width: 480px;
  min-width: 480px;
  border-radius: 48px;
  overflow: hidden;
}
.info_blocks_container .info_block .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_blocks_container .info_block .text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.info_blocks_container .info_block .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}
.info_blocks_container .info_block .text p:last-of-type {
  margin-bottom: 0;
}

.grid_block .cta_wrapper .cta_content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.grid_block .text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  margin-top: 50px;
}
.grid_block .text h2 {
  grid-row: span 10;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.grid_block .text p {
  margin-bottom: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.grid_block .text ul li a {
  color: #DD271D;
}

.useful_info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.useful_info_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 40px;
  border-radius: 48px;
  border: 1px solid #ddd9d9;
}
.useful_info_item h6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.useful_info_item p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.modal {
  top: 0 !important;
  right: 0 !important;
  position: fixed !important;
  left: auto !important;
  height: 100%;
  width: 618px;
  background-color: #fcf8f1;
  box-shadow: 0 4px 79.6px 0 rgba(13, 13, 48, 0.3);
  padding: 80px 30px 0px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
}
.modal.open {
  transform: translateX(0);
}
.modal .cross {
  position: absolute;
  top: 28px;
  right: 23px;
  cursor: pointer;
}
.modal .cross svg path {
  transition: all 0.3s;
}
.modal .cross:hover svg path {
  fill: #DD271D;
}
.modal .modal_content {
  max-height: 100%;
  overflow: auto;
  padding-right: 25px;
}
.modal .modal_content::-webkit-scrollbar {
  width: 4px;
  border-radius: 71px;
}
.modal .modal_content::-webkit-scrollbar-thumb {
  border-radius: 32px;
  background-color: #6e6e6e;
  width: 4px;
}
.modal .modal_content.message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .modal_content.message .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 12px;
}
.modal .modal_content.message p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6e6e6e;
  margin-bottom: 42px;
}
.modal .modal_content .modal_heading {
  margin-bottom: 42px;
}
.modal .modal_content .modal_heading .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 12px;
}
.modal .modal_content .modal_heading p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal .modal_content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}
.modal .modal_content form .custom_chekbox {
  margin-top: 12px;
  justify-content: center;
}
.modal .modal_content form .button {
  margin: 0 auto;
  margin-top: -6px;
}

.b-modal {
  background-color: rgba(22, 22, 22, 0.5) !important;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  z-index: 9999;
  background-color: #fcf8f1;
}

.header_wrapper {
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #fcf8f1;
}
.header_wrapper .logo {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 254px;
}
.header_wrapper .logo .image_container {
  max-width: 65px;
  aspect-ratio: 65/61;
}
.header_wrapper .logo .logo_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #161616;
}
.header_wrapper nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_wrapper nav > *:not(.submenu, .button) {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 20px;
  border-radius: 200px;
  transition: all 0.3s;
  color: #161616;
  border: 1px solid transparent;
}
.header_wrapper nav > *:not(.submenu, .button):hover {
  border-color: #161616;
}
.header_wrapper nav .submenu {
  position: relative;
}
.header_wrapper nav .submenu:has(.menu_group) .menu {
  min-width: 433px;
}
.header_wrapper nav .submenu .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 20px;
  border-radius: 200px;
  transition: all 0.3s;
  color: #161616;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.header_wrapper nav .submenu .title:hover {
  border-color: #161616;
}
.header_wrapper nav .submenu .menu {
  min-width: 223px;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 2;
  border-radius: 20px;
  box-shadow: 0 4px 25.2px 0 rgba(22, 25, 23, 0.03);
  background-color: #fff;
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  display: none;
}
.header_wrapper nav .submenu .menu > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  transition: all 0.3s;
}
.header_wrapper nav .submenu .menu > a:hover {
  color: #DD271D;
}
.header_wrapper nav .submenu .menu.open {
  display: flex;
}
.header_wrapper nav .submenu .menu .menu_group {
  margin-bottom: 8px;
}
.header_wrapper nav .submenu .menu .menu_group:last-of-type {
  margin-bottom: 0;
}
.header_wrapper nav .submenu .menu .menu_group .group_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #161616;
  margin-bottom: 18px;
}
.header_wrapper nav .submenu .menu .menu_group .group_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header_wrapper nav .submenu .menu .menu_group .group_menu a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  transition: all 0.3s;
}
.header_wrapper nav .submenu .menu .menu_group .group_menu a:hover {
  color: #DD271D;
}
.header_wrapper nav .button {
  margin-left: 16px;
  text-transform: none;
}
.header_wrapper > .button {
  display: none;
  text-transform: none;
}
.header_wrapper .langs {
  position: relative;
  z-index: 9999;
}
.header_wrapper .langs .current_lang {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 12px 13px 16px;
  border-radius: 200px;
  border: 1px solid transparent;
}
.header_wrapper .langs .current_lang svg path {
  transition: all 0.3s;
}
.header_wrapper .langs .current_lang:hover {
  border-color: #161616;
}
.header_wrapper .langs:has(.langs_list.open) .current_lang {
  border-color: #161616;
}
.header_wrapper .langs .langs_list {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 2;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 4px 25.2px 0 rgba(22, 25, 23, 0.03);
  background-color: #fff;
  flex-direction: column;
  gap: 18px;
  display: none;
}
.header_wrapper .langs .langs_list.open {
  display: flex;
}
.header_wrapper .langs .langs_list .lang_item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  transition: all 0.3s;
}
.header_wrapper .langs .langs_list .lang_item:hover {
  color: #DD271D;
}
.header_wrapper .langs .langs_list .lang_item.current {
  color: #DD271D;
}
.header_wrapper .burger-btn {
  z-index: 5;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: none;
  margin-left: 15px;
}
.header_wrapper .burger-btn.open span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 1px);
}
.header_wrapper .burger-btn.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header_wrapper .burger-btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -6px);
}
.header_wrapper .burger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #161616;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.header_wrapper .burger-btn span:first-child {
  transform-origin: 0% 0%;
}
.header_wrapper .burger-btn span:nth-last-child {
  transform-origin: 0% 100%;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.footer {
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 70px 57px 20px;
  border-radius: 30px;
  background-color: #161616;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer_top .logo_container {
  display: flex;
  gap: 45px;
}
.footer_top .logo_container .logo_block {
  max-width: 304px;
}
.footer_top .logo_container .logo_block .footer_logo {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
.footer_top .logo_container .logo_block .footer_logo .image_container {
  max-width: 77px;
  width: 77px;
  min-width: 77px;
  height: 73px;
}
.footer_top .logo_container .logo_block .footer_logo .image_container img {
  width: 100%;
  height: 100%;
}
.footer_top .logo_container .logo_block .links {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_top .logo_container .logo_block .links a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.footer_top .logo_container .logo_block .links a svg {
  min-width: 24px;
}
.footer_top .logo_container .socials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer_top .logo_container .socials .social_block .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-bottom: 12px;
}
.footer_top .logo_container .socials .social_block .social_links {
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_top .logo_container .socials .social_block .social_links a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4);
}
.footer_top .footer_menu_n_partner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer_top .footer_menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 26px 42px;
  height: -moz-fit-content;
  height: fit-content;
}
.footer_top .footer_menu a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.footer_top .footer_menu a:hover {
  color: #DD271D;
}
.footer_top .footer_partner {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 18px;
  background-image: url("../images/footer_block_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.footer_top .footer_partner p {
  margin: 0;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #8d8d8d;
}
.footer_top .footer_partner .separator {
  margin-top: 8px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.05);
}
.footer_top .footer_partner .logo {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-bottom: 4px;
}
.footer_top .footer_partner .order_btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  background-color: #fcf8f1;
  backdrop-filter: blur(2.4500000477px);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px 8px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #161616;
  margin-top: 8px;
  transition: all 0.3s;
}
.footer_top .footer_partner .order_btn svg path {
  transition: all 0.3s;
}
.footer_top .footer_partner .order_btn:hover {
  background-color: #DD271D;
  color: #fff;
}
.footer_top .footer_partner .order_btn:hover svg path {
  stroke: #fff;
}
.footer_bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.footer_bottom > * {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4);
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen_wrapper {
  border-radius: 46px;
  background: #f2ece2 url("../images/first_screen_img.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 611px;
  display: flex;
  align-items: center;
  padding-left: 110px;
}
.first_screen_wrapper .text {
  max-width: 769px;
}
.first_screen_wrapper .text h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: #161616;
  margin-bottom: 34px;
}
.first_screen_wrapper .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
  margin-bottom: 15px;
}
.first_screen_wrapper .text p:last-of-type {
  margin-bottom: 0;
}
.first_screen_wrapper .text .buttons {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.schools_container {
  display: grid;
  grid-template-columns: auto 482px;
  gap: 30px;
}
.schools_container .school {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.schools_container .school .image_container {
  width: 100%;
  height: 400px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/school_img_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.schools_container .school .school_info .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #161616;
  margin-bottom: 20px;
}
.schools_container .school .school_info p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
}
.schools_container .school .school_info .buttons_container {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.schools_container .school .school_info .buttons_container .buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.schools_container .school .school_info .buttons_container .socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.schools_container .school .school_info .buttons_container .socials .social {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid #ddd9d9;
}
.schools_container .school .school_info .buttons_container .socials .social svg path {
  transition: all 0.3s;
}
.schools_container .school .school_info .buttons_container .socials .social:hover {
  border-color: #DD271D;
  background-color: #DD271D;
}
.schools_container .school .school_info .buttons_container .socials .social:hover svg path {
  fill: #fff;
}

.cta_wrapper {
  border-radius: 30px;
  background-image: url("../images/cta_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 30px;
}
.cta_wrapper .cta_content {
  max-width: 1010px;
  margin: 0 auto;
}
.cta_wrapper .cta_content h2 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #161616;
  margin-bottom: 9px;
}
.cta_wrapper .cta_content p {
  margin: 0;
  text-align: center;
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.cta_wrapper .cta_content .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.projects_section > .button {
  margin: 60px auto 0;
}

.events_section > .button {
  margin: 60px auto 0;
}

.news_section > .button {
  margin: 60px auto 0;
}

.our_mission .text {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.our_mission .text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #161616;
  margin: 0;
}
.our_mission .text .right_text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #161616;
  margin-bottom: 30px;
}

.activities_listing {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.activities_listing .activity {
  border-radius: 48px;
  background-color: #f2ece2;
  overflow: hidden;
  display: flex;
  gap: 46px;
  padding-right: 60px;
}
.activities_listing .activity .image_container {
  width: 480px;
  min-width: 480px;
  border-radius: 48px;
  overflow: hidden;
}
.activities_listing .activity .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities_listing .activity .activity_info {
  padding-right: 36px;
  padding-bottom: 30px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.activities_listing .activity .activity_info .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #161616;
  margin-bottom: 16px;
}
.activities_listing .activity .activity_info .description p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
.activities_listing .activity .activity_info .description ul {
  gap: 8px;
}
.activities_listing .activity .activity_info .button {
  margin-top: auto;
}

.values_listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.values_listing .value_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.values_listing .value_item .icon_container {
  width: 148px;
  height: 139px;
  border-radius: 48px;
  background-color: #f2ece2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.values_listing .value_item .info h6 {
  text-align: center;
  color: #161616;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
.values_listing .value_item .info p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
}

.join_hero_section .cta_wrapper .cta_content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.join_hero_section .cta_wrapper .cta_content {
  max-width: 880px;
}
.join_hero_section .text {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.join_hero_section .text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  color: #161616;
}
.join_hero_section .text .right_text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #161616;
  margin-bottom: 30px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  counter-reset: benefit_counter;
}
.benefits .benefit {
  padding: 30px 30px 40px;
  border-radius: 48px;
  border: 1px solid #ddd9d9;
  counter-increment: benefit_counter;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.benefits .benefit .number {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 100%;
  background-color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits .benefit .number::after {
  content: counter(benefit_counter);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.benefits .benefit .text h5 {
  text-align: center;
  color: #161616;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.benefits .benefit .text p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.join_form_container {
  padding: 102px 30px;
  border-radius: 48px;
  background-color: #f2ece2;
}
.join_form_container form {
  max-width: 483px;
  margin: 0 auto;
}
.join_form_container form .form_heading {
  margin-bottom: 42px;
}
.join_form_container form .form_heading h3 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}
.join_form_container form .form_heading p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6e6e6e;
}
.join_form_container form .form_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.join_form_container form .form_content .custom_chekbox {
  margin-top: 12px;
  justify-content: center;
}
.join_form_container form .form_content .button {
  margin: 0 auto;
  margin-top: -6px;
}

.statut_content {
  margin-top: 80px !important;
}
.statut_content h4 {
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 61px;
}
.statut_content h4:first-of-type {
  margin-top: 0;
}
.statut_content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 14px;
}
.statut_content ul {
  gap: 8px;
}
.statut_content ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.statut_content ul li::marker {
  color: #161616;
  font-size: 14px;
}

.history_blocks {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.history_blocks .history_block {
  display: flex;
  align-items: center;
  gap: 46px;
}
.history_blocks .history_block:nth-child(even) {
  flex-direction: row-reverse;
}
.history_blocks .history_block .history_slider {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-width: 480px;
  border-radius: 48px;
  overflow: hidden;
}
.history_blocks .history_block .history_slider::after {
  pointer-events: none;
  content: "";
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.history_blocks .history_block .history_slider .slick-slide {
  position: relative;
}
.slick-dots {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: row;
  list-style: none;
  bottom: 18px;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 3px;
  list-style: none;
}
.slick-dots li {
  width: 100%;
  width: 35px;
  max-width: 35px;
  height: 5px;
  cursor: pointer;
  border-radius: 42px;
  opacity: 0.4;
  background-color: #fff;
  transition: all 0.3s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #DD271D;
  opacity: 1;
}

.history_blocks .history_block .text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.history_blocks .history_block .text p {
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
.history_blocks .history_block .text ul {
  margin-bottom: 16px;
}
.history_blocks .history_block .text ul li p {
  margin-bottom: 0;
  margin-top: 6px;
}
.history_blocks .history_block .text a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  margin-right: 30px;
}

.statistics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.statistics_item {
  width: 100%;
  padding: 30px 30px 40px;
  border-radius: 48px;
  border: 1px solid #ddd9d9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.statistics_item h4 {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.statistics_item p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.reporting_listing {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.projects_section {
  margin-top: 80px;
}

.project_first_screen {
  margin-top: 111px;
  border-radius: 48px;
  background-color: #f2ece2;
  overflow: hidden;
  display: flex;
  gap: 46px;
}
.project_first_screen .image_container {
  width: 100%;
  max-width: 480px;
  min-width: 480px;
  border-radius: 48px;
  overflow: hidden;
}
.project_first_screen .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_first_screen .about_project {
  padding: 56px 46px 46px 0;
  display: flex;
  flex-direction: column;
}
.project_first_screen .about_project h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.project_first_screen .about_project p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 28px;
}
.project_first_screen .about_project .add_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.project_first_screen .about_project .add_info .add_info_item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.project_first_screen .about_project .add_info .add_info_item span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.project_first_screen .about_project .add_info .add_info_item span:last-of-type {
  font-weight: 700;
}
.project_first_screen .about_project .buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.project_content {
  margin-top: 80px;
}

.project_content > *:not(img, video, iframe) {
  max-width: 916px;
  margin: 0 auto;
}

.project_report {
  max-width: 916px;
  margin: 80px auto 0;
  border-radius: 30px;
  background-color: #f2ece2;
  padding: 60px 52px;
}
.project_report h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}
.project_report p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 14px;
}
.project_report h3 {
  margin-top: 42px;
  margin-bottom: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.project_report ul {
  margin-bottom: 20px;
}
.project_report .numbers_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.project_report .numbers_container .number_block {
  padding: 30px 20px 40px;
  border-radius: 24px;
  border: 1px solid #ddd9d9;
}
.project_report .numbers_container .number_block h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 12px;
  color: #6e6e6e;
}
.project_report .numbers_container .number_block h5 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.project_report .numbers_container .number_block p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.project_report .download_block {
  padding: 30px 102px;
  border-radius: 24px;
  border: 1px solid #fff;
}
.project_report .download_block .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  margin-bottom: 20px;
}
.project_report .download_block .button {
  margin: 0 auto;
}

.events_section {
  margin-top: 80px;
}

.event_first_screen {
  margin-top: 111px;
}
.event_first_screen .date {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.event_first_screen h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.event_first_screen .type {
  margin: 0 auto 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 3px 12px;
  border-radius: 38px;
  border: 1px solid #161616;
  width: -moz-fit-content;
  width: fit-content;
}
.event_first_screen .event_slider {
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
  position: relative;
}
.event_first_screen .event_slider .slick-list {
  border-radius: 48px;
  overflow: hidden;
}
.event_first_screen .event_slider::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.8;
  height: 230px;
  border-radius: 0 0 48px 48px;
}
.event_first_screen .event_slider .event_slide {
  border-radius: 48px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.event_first_screen .event_slider .event_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
  border: 1px solid #ddd9d9;
  background-color: #fcf8f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-arrow::after {
  content: "";
  width: 18px;
  height: 9px;
  background-image: url("../images/icons/slider_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.slick-arrow:hover {
  border-color: #DD271D;
  background-color: #DD271D;
}
.slick-arrow:hover::after {
  filter: brightness(0) invert(1);
}
.slick-arrow.slick-next {
  right: -57px;
  transform: translate(100%, -50%);
}
.slick-arrow.slick-prev {
  left: -57px;
  transform: translate(-100%, -50%) scaleX(-1);
}

.event_content {
  margin-top: 50px;
}
.event_content .tab_links {
  padding: 20px 20px 10px 20px;
  border-radius: 151px;
  border: 1px solid #f2ece2;
  background-color: #fff;
}
.event_content .tab_links_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-bottom: 10px;
}
.event_content .tab_links .tab_link {
  width: 100%;
  text-align: center;
  padding: 12px 30px;
  border-radius: 52px;
  background-color: #fcf8f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transition: all 0.3s;
  cursor: pointer;
}
.event_content .tab_links .tab_link:hover {
  border-color: #DD271D;
  background-color: #DD271D;
  color: #fff;
}
.event_content .tab_links .tab_link.active {
  background-color: #161616;
  border-color: #161616;
  color: #fff;
}
.event_content .tab_content {
  margin-top: 42px;
  display: none;
}
.event_content .tab_content.active {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.event_content .tab_content.active > *:not(img, video, iframe) {
  width: 100%;
}
.event_content .tab_content h2 {
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.event_content .tab_content h2:first-of-type {
  margin-top: 0;
}
.event_content .tab_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}
.event_content .tab_content p:last-of-type {
  margin-bottom: 0;
}
.event_content .tab_content iframe,
.event_content .tab_content img,
.event_content .tab_content video {
  width: 100%;
  height: auto;
  aspect-ratio: 70/40;
  max-width: 705px;
  margin: 42px auto 0;
}

.gallery_slider {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.gallery_slider:has(.title) .slick-list {
  border-radius: 0;
}
.gallery_slider .slick-list {
  border-radius: 46px;
  overflow: hidden;
}
.gallery_slider .gallery_slide {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.fancy_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 51px;
  height: 51px;
  min-width: 51px;
  border-radius: 100%;
  background-color: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 3;
}
.fancy_btn img {
  display: none;
}
.fancy_btn svg path {
  transition: all 0.3s;
}
.fancy_btn:hover {
  background-color: #DD271D;
}

.gallery_slider .gallery_slide:has(.title) {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gallery_slider .gallery_slide:has(.title) .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
.gallery_slider .gallery_slide:has(.title) img,
.gallery_slider .gallery_slide:has(.title) iframe,
.gallery_slider .gallery_slide:has(.title) video {
  border-radius: 46px;
}
.gallery_slider .gallery_slide img,
.gallery_slider .gallery_slide iframe,
.gallery_slider .gallery_slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_slider .slick-dots {
  position: static;
  margin: 0 auto;
  margin-top: 30px;
  transform: translate(0);
}
.gallery_slider .slick-dots li {
  background-color: rgba(22, 22, 22, 0.4);
}
.gallery_slider .slick-dots li.slick-active {
  background-color: #DD271D;
}

.entry_requirments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  counter-reset: requirment_counter;
}
.entry_requirments .requirment_item {
  counter-increment: requirment_counter;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 40px;
  border-radius: 48px;
  border: 1px solid #ddd9d9;
}
.entry_requirments .requirment_item .number {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 100%;
  background-color: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.entry_requirments .requirment_item .number::after {
  content: counter(requirment_counter);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
.entry_requirments .requirment_item h5 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
.entry_requirments .requirment_item p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.about_art_school {
  margin-top: 54px;
}
.about_art_school .about_art_school_container {
  display: flex;
  align-items: center;
  gap: 46px;
}
.about_art_school .about_art_school_container .image_container {
  width: 100%;
  max-width: 480px;
  min-width: 480px;
  height: 453px;
  border-radius: 48px;
  background-color: #f2ece2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_art_school .about_art_school_container .image_container .image {
  width: 100%;
  max-width: 322px;
  height: 256px;
}
.about_art_school .about_art_school_container .image_container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_art_school .about_art_school_container .text h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.about_art_school .about_art_school_container .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}
.about_art_school .about_art_school_container .text p strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.about_art_school .about_art_school_container .text p:has(strong) {
  margin-bottom: 8px;
}
.about_art_school .about_art_school_container .text a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #161616;
}
.about_art_school .about_mentor {
  margin-top: 54px;
  display: flex;
  align-items: center;
  gap: 46px;
}
.about_art_school .about_mentor .mentor_text h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.about_art_school .about_mentor .mentor_text p {
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.about_art_school .about_mentor .image_container {
  width: 100%;
  max-width: 480px;
  min-width: 480px;
  border-radius: 48px;
  overflow: hidden;
}
.about_art_school .about_mentor .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clubs_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
.clubs_container .club {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.clubs_container .club .image_container {
  width: 100%;
  aspect-ratio: 167/107;
  border-radius: 48px;
  overflow: hidden;
  margin-bottom: 11px;
}
.clubs_container .club .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_section h2 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.video_section iframe,
.video_section img,
.video_section video {
  width: 100%;
  height: auto;
  border-radius: 46px;
  aspect-ratio: 16/9;
}

.about_club {
  display: flex;
  align-items: center;
  gap: 46px;
}
.about_club .image_container {
  width: 100%;
  max-width: 645px;
  min-width: 645px;
  border-radius: 48px;
  overflow: hidden;
}
.about_club .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_club .text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
.about_club .text p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.graduates_container {
  margin: 111px auto 0;
  max-width: 916px;
}
.graduates_container .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 35px;
}
.graduates_container .links a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 26px;
  border: 1px solid #ddd9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #161616;
  transition: all 0.3s;
}
.graduates_container .links a:hover {
  background-color: #DD271D;
  border-color: #DD271D;
  color: #fff;
}
.graduates_container .links a.active {
  background-color: #161616;
  border-color: #161616;
  color: #fff;
}
.graduates_container .graduate_block .graduate_title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #161616;
  margin-bottom: 20px;
}
.graduates_container .graduate_block .graduate_title::after {
  content: "";
  flex: 1;
  height: 1px;
  border-radius: 48px;
  background-color: #ddd9d9;
}
.graduates_container .graduate_block .graduate_tabs_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 39px;
}
.graduates_container .graduate_block .graduate_tabs_heading .tab {
  padding: 5px 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 26px;
  border: 1px solid #ddd9d9;
  transition: all 0.3s;
  cursor: pointer;
}
.graduates_container .graduate_block .graduate_tabs_heading .tab:hover {
  background-color: #DD271D;
  border-color: #DD271D;
  color: #fff;
}
.graduates_container .graduate_block .graduate_tabs_heading .tab.active {
  background-color: #161616;
  border-color: #161616;
  color: #fff;
}
.graduates_container .graduate_block .graduate_tab_block {
  display: none;
}
.graduates_container .graduate_block .graduate_tab_block.active {
  display: block;
}
.graduates_container .graduate_block .graduate_slider {
  max-width: 705px;
  margin: 0 auto;
}
.graduates_container .graduate_block .graduate_slider .slick-dots {
  bottom: 64px;
}
.graduates_container .graduate_block .graduate_slider .graduate_slide {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}
.graduates_container .graduate_block .graduate_slider .graduate_slide .image_container {
  aspect-ratio: 226/159;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
}
.graduates_container .graduate_block .graduate_slider .graduate_slide .image_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.graduates_container .graduate_block .graduate_slider .graduate_slide .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.graduates_container .graduate_block .graduate_slider .graduate_slide .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

.news_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.news_block .news_title_block {
  background-image: url("../images/news_block_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 40px 50px 60px;
  width: 100%;
  margin-bottom: 30px;
}
.news_block .news_title_block > * {
  max-width: 618px;
}
.news_block .news_title_block h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 14px;
}
.news_block .news_title_block p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.news_block > .button {
  margin-top: 50px;
}

.article_first_screen {
  margin-top: 111px;
}
.article_first_screen > * {
  max-width: 900px;
  margin: 0 auto;
}
.article_first_screen .date {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6e6e6e;
}
.article_first_screen .title {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.contacts_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.contacts_section .contacts {
  padding: 60px;
  border-radius: 48px;
  border: 1px solid #ddd9d9;
  width: 100%;
}
.contacts_section .contacts .link {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.contacts_section .contacts .link:last-child {
  margin-bottom: 0;
}
.contacts_section .contacts .link .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6e6e6e;
}
.contacts_section .contacts .link a {
  padding-left: 36px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #161616;
}
.contacts_section .contacts .socials_container {
  margin-top: 60px;
  display: flex;
  gap: 14px;
}
.contacts_section .contacts .socials_container .social_block .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.contacts_section .contacts .socials_container .social_block .links {
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts_section .contacts .socials_container .social_block .links a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6e6e6e;
}
.contacts_section iframe {
  height: 100%;
  width: 100%;
  border-radius: 46px;
}

.support_container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.requisites {
  padding: 30px 50px 42px;
  border-radius: 33px;
  background-color: #fff;
  border: 1px solid #f2ece2;
}
.requisites .tabs_heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
.requisites .tabs_heading .tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 30px;
  border-radius: 52px;
  background-color: #fcf8f1;
  transition: all 0.3s;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.requisites .tabs_heading .tab svg path {
  transition: all 0.3s;
}
.requisites .tabs_heading .tab:hover {
  background-color: #DD271D;
  color: #fff;
}
.requisites .tabs_heading .tab:hover svg path {
  stroke: #fff;
}
.requisites .tabs_heading .tab.active {
  background-color: #161616;
  color: #fff;
}
.requisites .tabs_heading .tab.active svg path {
  stroke: #fff;
}
.requisites .requisites_tab_content {
  display: none;
}
.requisites .requisites_tab_content.active {
  display: block;
}
.requisites .requisites_tab_content .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}
.requisites .requisites_tab_content .requisites_lisitng {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.requisites .requisites_tab_content .requisites_lisitng .requisites_block {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f2ece2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.requisites .requisites_tab_content .requisites_lisitng .requisites_block .text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.requisites .requisites_tab_content .requisites_lisitng .requisites_block .text span:first-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6e6e6e;
}
.requisites .requisites_tab_content .requisites_lisitng .requisites_block .text span:last-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.requisites .requisites_tab_content .requisites_lisitng .requisites_block .copy_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.codes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.codes .code {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 50px 30px 40px;
  border-radius: 48px;
  background-color: #f2ece2;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.why_you_listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.why_you_listing .why_you_item {
  padding: 36px;
  border-radius: 48px;
  background-color: #f2ece2;
}
.why_you_listing .why_you_item h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.why_you_listing .why_you_item p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6e6e6e;
}

.error_page_container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error_page_container h1 {
  text-align: center;
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.error_page_container p {
  max-width: 520px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6e6e6e;
}
.error_page_container .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.partners_slider {
  margin: 0 -15px;
  width: 1440px;
}
.partners_slider .slick-list {
  overflow: initial;
}
.partners_slider .partner_slide {
  margin: 0 15px;
  opacity: 0.1;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.partners_slider .partner_slide.slick-active {
  opacity: 1;
}
.partners_slider .partner_slide.before-current {
  opacity: 0;
}
.partners_slider .partner_slide .image_container {
  width: 100%;
  border-radius: 48px;
  background-color: #f2ece2;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners_slider .partner_slide p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.partners_section .buttons {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.reporting_section .reporting_listing {
  margin-top: 0;
}

.cta.cta_big_text .cta_wrapper .cta_content {
  max-width: 880px;
}
.cta.cta_big_text .cta_wrapper .cta_content p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

@media (max-width: 1550px) {
  .partners_slider {
    width: 95%;
  }
  .footer_top {
    gap: 30px;
    justify-content: start;
  }
  .footer_top .footer_menu_n_partner {
    width: 100%;
  }
  .footer_top .logo_container {
    flex-direction: column;
    gap: 26px;
  }
  .footer_top .logo_container .socials {
    flex-direction: row;
    gap: 30px;
    max-width: 304px;
  }
  .footer_top .footer_menu {
    gap: 26px 66px;
    padding-left: 36px;
  }
  .footer {
    padding: 52px 57px 20px;
  }
}
@media (max-width: 1400px) {
  .header_menu {
    display: contents;
  }
  .header_wrapper {
    z-index: 9999;
  }
  .header_wrapper > .button {
    display: block;
    margin-left: auto;
    margin-right: 15px;
  }
  .header_wrapper .burger-btn {
    display: block;
  }
  .header_wrapper nav {
    position: absolute;
    right: -60px;
    top: 100%;
    width: 309px;
    height: calc(100% - 101px);
    max-height: calc(100% - 101px);
    min-height: calc(100dvh - 101px);
    overflow: auto;
    z-index: 9999;
    background-color: #fcf8f1;
    box-shadow: 0 4px 25.2px 0 rgba(22, 25, 23, 0.08);
    padding: 30px 27px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    transform: translateX(110%);
    transition: all 0.3s;
  }
  .header_wrapper nav .button {
    display: none;
  }
  .header_wrapper nav.open {
    transform: translateX(0) !important;
  }
  .header_wrapper nav::-webkit-scrollbar {
    border-radius: 71px;
    width: 4px;
    background-color: #f2ece2;
  }
  .header_wrapper nav::-webkit-scrollbar-thumb {
    border-radius: 32px;
    width: 4px;
    background-color: #6e6e6e;
  }
  .header_wrapper nav > *:not(.submenu, .button) {
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    padding-left: 20px;
  }
  .header_wrapper nav > *:not(.submenu, .button):hover {
    color: #DD271D;
  }
  .header_wrapper nav .submenu {
    width: 100%;
    padding-left: 20px;
  }
  .header_wrapper nav .submenu .title {
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .header_wrapper nav .submenu .title:hover {
    color: #DD271D;
  }
  .header_wrapper nav .submenu .menu {
    margin-top: 18px;
    position: static;
    transform: translate(0);
    padding: 0;
    padding-left: 10px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .header_wrapper nav .submenu .menu a {
    color: #6e6e6e;
  }
  .header_wrapper nav .submenu:has(.menu_group) .menu {
    min-width: 1px;
    gap: 26px;
  }
  .header_wrapper nav .submenu .menu .menu_group {
    margin: 0;
  }
  .header_wrapper nav .submenu .menu .menu_group .group_title {
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .header_wrapper nav .submenu .menu .menu_group .group_menu {
    padding-left: 8px;
  }
  .header_wrapper nav .submenu .menu .menu_group .group_menu a {
    color: #6e6e6e;
  }
  .gallery_slider .slick-arrow {
    display: none;
  }
  .team_container .team_item .image_container {
    max-width: 120px;
    height: 136px;
    border-radius: 18px;
  }
  .header_wrapper nav .button {
    margin-left: 9px;
  }
  .first_screen_wrapper {
    padding-left: 80px;
  }
  .first_screen_wrapper .text {
    max-width: 705px;
  }
  .project .project_info {
    padding: 56px 46px 46px 0;
  }
  .project .project_info .add_info {
    margin-bottom: 42px;
  }
  .project .project_info .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
  .cta_wrapper .cta_content {
    max-width: 810px;
  }
}
@media (max-width: 1300px) {
  .partners_slider {
    width: 100%;
  }
  .clubs_container .club .image_container {
    border-radius: 30px;
  }
  .clubs_container .club {
    font-size: 20px;
  }
  .page_heading {
    margin-top: 80px;
    max-width: 960px;
  }
  .page_heading h1 {
    font-size: 42px;
  }
  .first_screen_wrapper {
    background-size: 340px;
  }
  .heading h2,
  .heading p {
    max-width: 760px;
  }
  .schools_container .school .image_container {
    height: 355px;
  }
  .cta_wrapper .cta_content {
    max-width: 730px;
  }
  .event .event_info .title {
    font-size: 26px;
  }
}
@media (max-width: 1250px) {
  .header_wrapper nav {
    right: -30px;
  }
  .why_you_listing .why_you_item {
    border-radius: 30px;
    padding: 30px;
  }
  .why_you_listing .why_you_item h5 {
    font-size: 18px;
  }
  .contacts_section {
    margin-top: 80px !important;
    display: flex;
    flex-direction: column;
  }
  .contacts_section .contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  .contacts_section .contacts .socials_container {
    margin-top: 0;
    grid-column: 2;
    grid-row: 1/3;
  }
  .contacts_section .contacts .link {
    grid-column: 1;
  }
  .contacts_section iframe {
    aspect-ratio: 16/9;
  }
  .about_club {
    gap: 30px;
    margin-top: 80px !important;
  }
  .about_club .image_container {
    border-radius: 38px;
    max-width: 500px;
    min-width: 500px;
  }
  .about_club .text h2 {
    font-size: clamp(26px, 2.88vw, 36px);
  }
  .about_club .text p {
    font-size: 16px;
  }
  .clubs_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
  .entry_requirments {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry_requirments .requirment_item {
    border-radius: 38px;
  }
  .info_blocks_container .info_block {
    gap: 30px;
    padding-bottom: 30px;
  }
  .info_blocks_container .info_block .image_container {
    max-width: 400px;
    min-width: 400px;
    border-radius: 38px;
  }
  .info_blocks_container .info_block .text h3 {
    font-size: 26px;
  }
  .info_blocks_container .info_block .text p {
    font-size: 16px;
  }
  .project_first_screen {
    margin-top: 80px;
    border-radius: 38px;
  }
  .project_first_screen .image_container {
    border-radius: 38px;
    max-width: 400px;
    min-width: 400px;
  }
  .project_first_screen .about_project {
    padding: 30px 46px 30px 0;
  }
  .project_first_screen .about_project h1 {
    font-size: 28px;
  }
  .report_block {
    padding: 30px 52px;
  }
  .history_blocks .history_block .text h3 {
    font-size: 26px;
  }
  .history_blocks .history_block .history_slider {
    font-size: 38px;
  }
  .team_container .team_item {
    grid-column: span 3;
  }
  .team_container .team_item:nth-child(-n+2) .team_info h5 {
    font-size: 20px;
  }
  .team_container .team_item:nth-child(-n+2) .image_container {
    border-radius: 38px;
  }
  blockquote {
    border-radius: 38px;
  }
  .page_heading {
    max-width: 720px;
  }
  .page_heading h1 {
    font-size: clamp(38px, 3.36vw, 42px);
  }
  .activities_listing .activity .activity_info {
    padding-right: 0;
  }
  .activities_listing .activity {
    border-radius: 38px;
  }
  .activities_listing .activity .image_container {
    border-radius: 38px;
  }
  .limit {
    padding: 0 30px;
  }
  .first_screen_wrapper .text h1 {
    font-size: clamp(48px, 4.48vw, 56px);
  }
  .first_screen_wrapper {
    border-radius: 38px;
    background-size: 268px;
  }
  .heading h2 {
    max-width: 720px;
    font-size: clamp(38px, 3.36vw, 42px);
  }
  .schools_container {
    grid-template-columns: auto 401px;
  }
  .schools_container .school {
    gap: 20px;
  }
  .schools_container .school .image_container {
    border-radius: 38px;
  }
  .schools_container .school .school_info .title {
    font-size: 26px;
  }
  .schools_container .school .school_info p {
    font-size: 16px;
  }
  .project {
    border-radius: 38px;
    gap: 30px;
  }
  .project .image_container {
    border-radius: 38px;
    max-width: 301px;
    min-width: 301px;
  }
  .project .project_info {
    padding: 30px 46px 30px 0;
  }
  .project .project_info .title {
    font-size: clamp(20px, 2vw, 30px);
  }
  .project .project_info .description {
    font-size: 16px;
  }
  .project .project_info .add_info_item span {
    font-size: 16px;
  }
  .event {
    border-radius: 38px;
  }
  .event .event_info .title {
    font-size: 24px;
  }
  .event .event_info {
    bottom: 32px;
    width: calc(100% - 64px);
  }
  .news_section .news_listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .news_section .news_listing .news:last-of-type {
    display: none;
  }
  .news {
    border-radius: 38px;
  }
  .footer {
    padding: 70px 57px 20px;
    border-radius: 30px;
  }
  .footer_top .footer_menu_n_partner {
    flex-direction: column;
    gap: 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer_top .footer_menu {
    padding: 0;
    gap: 30px 26px;
  }
  .footer_top .logo_container .socials {
    flex-direction: column;
  }
}
@media (max-width: 1150px) {
  .partners_slider {
    width: 96%;
  }
  .why_you_listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .requisites .requisites_tab_content .title {
    text-align: center;
  }
  .support_container {
    margin-top: 80px !important;
  }
  .requisites .tabs_heading .tab {
    white-space: nowrap;
  }
  .news_block .news_listing {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .useful_info {
    grid-template-columns: repeat(2, 1fr);
  }
  .useful_info_item {
    border-radius: 30px;
  }
  .about_art_school .about_art_school_container {
    gap: 30px;
  }
  .about_art_school .about_art_school_container .image_container {
    max-width: 400px;
    min-width: 400px;
    border-radius: 30px;
    height: 360px;
  }
  .about_art_school .about_art_school_container .text h2 {
    font-size: 26px;
  }
  .about_art_school .about_art_school_container .text p {
    font-size: 16px;
  }
  .about_art_school .about_art_school_container .text p strong {
    font-size: 18px;
  }
  .about_art_school .about_mentor {
    margin-top: 40px;
    gap: 30px;
  }
  .about_art_school .about_mentor .image_container {
    max-width: 400px;
    min-width: 400px;
    border-radius: 30px;
  }
  .about_art_school .about_mentor .mentor_text h2 {
    font-size: 26px;
  }
  .about_art_school .about_mentor .mentor_text p {
    font-size: 16px;
  }
  .statistics {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistics_item {
    border-radius: 38px;
  }
  .values_listing {
    gap: 20px;
  }
  .values_listing .value_item .icon_container {
    border-radius: 38px;
    width: 130px;
    height: 120px;
  }
  .join_hero_section .text h2 {
    font-size: 30px;
  }
  .activities_listing .activity {
    gap: 30px;
    padding-right: 30px;
  }
  .activities_listing .activity .image_container {
    width: 380px;
    min-width: 380px;
  }
  .activities_listing .activity .activity_info .title {
    font-size: 26px;
  }
  .activities_listing .activity .activity_info .description p {
    font-size: 16px;
  }
  .activities_listing .activity .activity_info .description ul {
    margin-bottom: 16px;
  }
}
@media (max-width: 1050px) {
  .info_blocks_container .info_block {
    align-items: start;
  }
  .history_blocks {
    gap: 50px;
  }
  .history_blocks .history_block {
    gap: 30px;
    align-items: start;
  }
  .history_blocks .history_block .history_slider {
    max-width: 340px;
    min-width: 340px;
    border-radius: 30px;
  }
  .history_blocks .history_block .text p {
    font-size: 14px;
  }
  .history_blocks .history_block .text ul li {
    font-size: 14px;
  }
  .project_first_screen .about_project .add_info .add_info_item span {
    font-size: 16px;
  }
  .project .project_info .add_info {
    gap: 4px;
  }
  .article_first_screen .title {
    font-size: clamp(26px, 3.43vw, 36px);
  }
  .about_club .image_container {
    border-radius: 30px;
    max-width: 400px;
    min-width: 400px;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits .benefit {
    border-radius: 38px;
  }
  .project_first_screen {
    border-radius: 30px;
    gap: 30px;
  }
  .project_first_screen .image_container {
    border-radius: 30px;
    max-width: 400px;
    min-width: 400px;
  }
  .project_first_screen .about_project {
    padding: 30px 46px 30px 0;
  }
  .project_first_screen .about_project h1 {
    font-size: 26px;
  }
  .project_first_screen .about_project p {
    font-size: 16px;
  }
  .project_first_screen .about_project .add_info .add_info_item span,
  .project_first_screen .about_project .buttons {
    flex-wrap: wrap;
  }
  .event_first_screen {
    margin-top: 80px;
  }
}
@media (max-width: 979px) {
  .schools_container .school .school_info .buttons_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 950px) {
  .info_blocks_container .info_block .image_container {
    max-width: 340px;
    min-width: 340px;
    border-radius: 30px;
  }
  section {
    margin-top: 100px !important;
  }
  .info_blocks_container .info_block .text p {
    font-size: 14px;
  }
  .partners_slider {
    width: 85%;
  }
  .partners_slider .partner_slide .image_container {
    border-radius: 30px;
  }
  .codes .code {
    border-radius: 30px;
    font-size: 16px;
  }
  .codes {
    gap: 20px;
  }
  .tabs_heading_wrapper {
    position: relative;
  }
  .tabs_heading_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    width: 39px;
  }
  .requisites .tabs_heading {
    overflow: auto;
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 14px;
  }
  .requisites .tabs_heading::-webkit-scrollbar {
    height: 4px;
    border-radius: 71px;
    background-color: #fcf8f1;
  }
  .requisites .tabs_heading::-webkit-scrollbar-thumb {
    height: 4px;
    border-radius: 32px;
    background-color: #6e6e6e;
  }
  .requisites .tabs_heading .tab {
    min-width: 254px;
  }
  .contacts_section .contacts {
    padding: 40px;
    border-radius: 30px;
  }
  .contacts_section iframe {
    border-radius: 30px;
  }
  .article_first_screen {
    margin-top: 80px;
  }
  .news_block .news_title_block {
    padding: 30px 40px 40px;
  }
  .news_block .news_title_block h2 {
    font-size: clamp(28px, 3.79vw, 36px);
  }
  .news_block .news_title_block p {
    font-size: 16px;
  }
  .gallery_slider .gallery_slide:has(.title) img,
  .gallery_slider .gallery_slide:has(.title) iframe,
  .gallery_slider .gallery_slide:has(.title) video {
    border-radius: 30px;
  }
  .about_art_school .about_art_school_container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about_art_school .about_art_school_container .image_container {
    max-width: 480px;
    min-width: 1px;
  }
  .about_art_school .about_art_school_container .text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about_art_school .about_art_school_container .text > * {
    grid-column: span 2;
  }
  .about_art_school .about_art_school_container .text h2 {
    text-align: center;
  }
  .about_art_school .about_art_school_container .text p {
    text-align: center;
  }
  .about_art_school .about_art_school_container .text a {
    grid-column: auto;
  }
  .about_art_school .about_art_school_container .text a:first-of-type {
    justify-content: end;
  }
  .about_art_school .about_mentor {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 80px;
    gap: 20px;
  }
  .about_art_school .about_mentor .image_container {
    min-width: 1px;
    max-width: 480px;
  }
  .about_art_school .about_mentor .mentor_text h2,
  .about_art_school .about_mentor .mentor_text p {
    text-align: center;
  }
  .graduates_container {
    margin: 60px auto 0;
  }
  .graduates_container .links {
    flex-wrap: wrap;
  }
  .graduates_container .graduate_block .graduate_slider .slick-arrow {
    display: none;
  }
  .graduates_container .graduate_block .graduate_slider .graduate_slide .image_container {
    border-radius: 30px;
  }
  .graduates_container .graduate_block .graduate_tabs_heading .tab {
    white-space: nowrap;
  }
  .graduates_container .graduate_block .graduate_tabs_heading {
    flex-wrap: wrap;
  }
  .grid_block .cta_wrapper .cta_content h2 {
    font-size: 20px;
  }
  .grid_block .text {
    display: flex;
    flex-direction: column;
  }
  .grid_block .text h2 {
    font-size: clamp(28px, 3.79vw, 36px);
    margin-bottom: 30px;
  }
  .grid_block .text p,
  .grid_block .text ul li,
  .grid_block .text ol li {
    font-size: 16px;
  }
  .gallery_slider .slick-list {
    border-radius: 30px;
  }
  .event_first_screen h1 {
    font-size: clamp(28px, 3.79vw, 36px);
  }
  .event_first_screen .event_slider .slick-arrow {
    display: none;
  }
  .project_report {
    padding: 40px 25px;
  }
  .project_report h2 {
    font-size: 30px;
  }
  .project_report p {
    font-size: 14px;
  }
  .project_report h3 {
    font-size: 22px;
  }
  .project_report ul li,
  .project_report ol li {
    font-size: 14px;
  }
  .project_report .download_block {
    padding: 30px 60px;
  }
  .project_report .download_block .title {
    font-size: 16px;
  }
  .project_report .numbers_container .number_block {
    border-radius: 24px;
  }
  .project_report .numbers_container .number_block h5 {
    font-size: 30px;
  }
  .project_report .numbers_container .number_block p {
    font-size: 14px;
  }
  .project_first_screen {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  .project_first_screen .image_container {
    min-width: 1px;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .project_first_screen .about_project {
    padding: 0 30px 42px;
  }
  .page_heading .tabs {
    margin-top: 30px;
  }
  .report_block h3 {
    font-size: 26px;
  }
  .join_hero_section .text {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .team_container .team_item .team_info h5 {
    font-size: 16px;
  }
  .team_container .team_item:nth-child(-n+2) .image_container {
    border-radius: 30px;
  }
  .team_container {
    margin-top: 70px !important;
  }
  .page_heading {
    margin-top: 42px;
  }
  .page_heading h1 {
    font-size: clamp(30px, 4vw, 38px);
  }
  .page_heading p {
    font-size: 14px;
  }
  .page_heading .buttons {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .values_listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  blockquote strong::before,
  blockquote strong::after {
    width: 62px;
    height: 51px;
  }
  blockquote strong {
    padding: 60px 16px;
  }
  blockquote {
    padding: 23px 28px 23px 17px;
  }
  .our_mission .text {
    display: flex;
    flex-direction: column;
  }
  .our_mission .text h2 {
    font-size: 30px;
  }
  .activities_listing .activity {
    border-radius: 30px;
  }
  .activities_listing .activity .image_container {
    width: 280px;
    min-width: 280px;
    border-radius: 30px;
  }
  .activities_listing .activity .activity_info .title {
    font-size: 20px;
  }
  .activities_listing .activity .activity_info p,
  .activities_listing .activity .activity_info ul li {
    font-size: 14px;
  }
  .first_screen_wrapper {
    border-radius: 30px;
    background-size: 190px;
    height: auto;
    padding: 69px 52px 71px;
  }
  .first_screen_wrapper .text {
    max-width: 100%;
  }
  .first_screen_wrapper .text h1 {
    font-size: clamp(38px, 5.05vw, 48px);
  }
  .heading h2 {
    font-size: clamp(30px, 4vw, 38px);
  }
  .schools_container {
    grid-template-columns: auto 277px;
  }
  .schools_container .school:first-of-type .image_container .school_logo {
    width: 234px;
  }
  .schools_container .school:last-of-type .image_container .school_logo {
    width: 207px;
  }
  .schools_container .school:last-of-type .school_info .buttons_container .buttons {
    flex-direction: column;
    align-items: center;
  }
  .schools_container .school .image_container {
    height: 254px;
    border-radius: 30px;
  }
  .schools_container .school .school_info .title {
    text-align: center;
  }
  .schools_container .school .school_info p {
    text-align: center;
  }
  .cta_wrapper {
    padding: 60px 52px;
  }
  .cta_wrapper .cta_content h2 {
    font-size: clamp(28px, 3.79vw, 36px);
  }
  .project {
    border-radius: 30px;
  }
  .project .image_container {
    border-radius: 30px;
    max-width: 295px;
    min-width: 295px;
  }
  .project .project_info .description {
    display: none;
  }
  .project .project_info .add_info {
    margin-top: 0;
  }
  .project .project_info .add_info_item span {
    font-size: 14px;
  }
  .event {
    border-radius: 30px;
  }
  .event .event_info {
    bottom: 24px;
    width: calc(100% - 46px);
  }
  .event .event_info .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
  .news {
    border-radius: 30px;
  }
  .news .news_info {
    padding: 30px 20px 20px;
  }
  .news .news_info .title {
    font-size: 18px;
  }
  .footer {
    padding: 50px 57px 20px;
  }
  .footer_top .footer_menu {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .footer_bottom {
    margin-top: 0;
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 27px;
  }
  .footer_bottom .copyright {
    order: 3;
  }
  .footer_bottom a:first-of-type {
    text-align: right;
  }
}
@media (max-width: 900px) {
  .about_club {
    flex-direction: column;
    align-items: center;
  }
  .about_club .image_container {
    min-width: 1px;
    max-width: 500px;
  }
  .about_club .text > * {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .project .project_info .label {
    font-size: 12px;
  }
  .project_report .numbers_container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 765px) {
  .article_first_screen .date {
    font-size: 14px;
  }
  .info_blocks_container {
    gap: 42px;
  }
  .info_blocks_container .info_block {
    flex-direction: column;
    align-items: center;
  }
  .info_blocks_container .info_block .image_container {
    max-width: 426px;
    min-width: 1px;
  }
  .info_blocks_container .info_block .text h3,
  .info_blocks_container .info_block .text p {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .history_blocks .history_block {
    flex-direction: column;
    align-items: center;
  }
  .history_blocks .history_block:nth-child(even) {
    flex-direction: column;
  }
  .events_listing.events_page {
    display: flex;
    flex-direction: column;
  }
  .header_wrapper nav {
    right: -24px;
  }
  .why_you_listing {
    gap: 30px 20px;
  }
  .why_you_listing .why_you_item {
    border-radius: 24px;
  }
  .requisites {
    padding: 30px 20px 42px;
  }
  .requisites .tabs_heading .tab {
    min-width: 233px;
    font-size: 14px;
  }
  .requisites .requisites_tab_content .title {
    font-size: 16px;
  }
  .requisites .requisites_tab_content .requisites_lisitng .requisites_block {
    padding: 20px;
    gap: 15px;
  }
  .requisites .requisites_tab_content .requisites_lisitng .requisites_block .text span:last-child {
    font-size: 16px;
  }
  .requisites .requisites_tab_content .requisites_lisitng .requisites_block .text span:first-child {
    font-size: 14px;
  }
  .contacts_section .contacts {
    display: flex;
    flex-direction: column;
  }
  .contacts_section .contacts .socials_container {
    margin-top: 40px;
  }
  .news_block .news_listing {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .video_section h2 {
    font-size: 24px;
  }
  .video_section iframe,
  .video_section img,
  .video_section video {
    border-radius: 30px;
  }
  .clubs_container {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .clubs_container .club {
    font-size: 18px;
  }
  .clubs_container .image_container {
    border-radius: 24px;
  }
  .entry_requirments {
    gap: 20px;
  }
  .entry_requirments .requirment_item {
    padding: 20px 20px 30px;
    border-radius: 30px;
  }
  .entry_requirments .requirment_item h5 {
    font-size: 16px;
  }
  .entry_requirments .requirment_item p {
    font-size: 14px;
  }
  .report_block {
    border-radius: 24px;
    padding: 30px;
  }
  .report_block h3 {
    font-size: 24px;
  }
  .activities_listing .activity {
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: 20px;
    padding-right: 0;
  }
  .activities_listing .activity .image_container {
    width: 100%;
    min-width: auto;
  }
  .activities_listing .activity .activity_info {
    padding: 0 30px 46px;
  }
  .limit {
    padding: 0 24px;
  }
  .first_screen_wrapper {
    padding: 53px 20px 155px;
    background-position: bottom center;
    background-image: url("../images/mobile_bg.webp");
    background-size: 170px;
  }
  .first_screen_wrapper .text h1 {
    text-align: center;
    margin-bottom: 24px;
    font-size: clamp(30px, 5.07vw, 38px);
  }
  .first_screen_wrapper .text p {
    text-align: center;
    font-size: 14px;
  }
  .first_screen_wrapper .text .buttons {
    justify-content: center;
    margin-top: 30px;
  }
  .heading h2 {
    font-size: 28px;
  }
  .heading p {
    font-size: 14px;
  }
  .cta_wrapper {
    padding: 60px 30px;
  }
  .cta_wrapper .cta_content h2 {
    font-size: 26px;
  }
  .cta_wrapper .cta_content p {
    font-size: 14px;
  }
  .cta_wrapper .cta_content .buttons {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
  }
  .cta_wrapper .cta_content .buttons .button {
    text-align: center;
  }
  .project {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    max-width: 550px;
    margin: 0 auto;
  }
  .project .image_container {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 43/48;
  }
  .project .project_info {
    padding: 0 30px 46px;
  }
  .project .project_info .description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    font-size: 14px;
  }
  .project .project_info .add_info {
    margin-top: 28px;
  }
  .events_section {
    overflow-x: hidden;
    padding-right: 0 !important;
  }
  .events_section .heading {
    padding-right: 24px;
  }
  .events_section .events_container {
    max-width: 100%;
    overflow: auto;
    padding-right: 24px;
  }
  .events_section .events_container::-webkit-scrollbar {
    display: none;
  }
  .events_section .events_container .events_listing {
    min-width: 832px;
  }
  .event .event_info {
    width: calc(100% - 40px);
  }
  .event .event_info .title {
    font-size: 20px;
  }
  .news_section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .news_section .heading {
    padding: 0 24px;
  }
  .news_section .news_container {
    max-width: 100%;
    overflow: auto;
    padding: 0 24px;
  }
  .news_section .news_container::-webkit-scrollbar {
    display: none;
  }
  .news_section .news_container .news_listing {
    min-width: 1260px;
    grid-template-columns: repeat(3, 1fr);
  }
  .news_section .news_listing .news:last-of-type {
    display: block;
  }
  .modal {
    width: 100%;
    padding: 80px 20px 0px 40px;
  }
  .modal .modal_content {
    padding-right: 20px;
  }
  .modal .modal_content .modal_heading .title {
    font-size: clamp(22px, 4vw, 30px);
  }
}
@media (max-width: 720px) {
  .cta_wrapper .cta_content .buttons {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cta_wrapper .cta_content .buttons .button {
    width: 100%;
  }
  .useful_info {
    gap: 20px;
  }
  .useful_info_item {
    padding: 20px 20px 30px;
  }
  .about_art_school .about_art_school_container .image_container {
    max-width: 100%;
    width: 100%;
  }
  .about_art_school .about_mentor .image_container {
    max-width: 100%;
  }
  .event_first_screen h1 {
    font-size: 26px;
  }
  .event_content .tab_links {
    padding: 10px 10px 5px 10px;
  }
  .event_content .tab_links::after {
    right: 10px;
  }
  .event_content .tab_links_wrapper {
    padding-bottom: 5px;
  }
  .event_content .tab_content h2 {
    font-size: 24px;
  }
  .event_content .tab_content p,
  .event_content .tab_content ul li,
  .event_content .tab_content ol li {
    font-size: 14px;
  }
  .statistics_item {
    border-radius: 30px;
    gap: 10px;
  }
  .statistics_item h4 {
    font-size: 30px;
  }
  .statistics_item p {
    font-size: 16px;
  }
  .team_container .team_item:nth-child(-n+2) {
    grid-column: span 6;
  }
  .team_container .team_item:nth-child(-n+2) .team_info h5 {
    font-size: 18px;
  }
  .team_container .team_item:nth-child(-n+2) .team_info p {
    font-size: 14px;
  }
  .team_container .team_item {
    flex-direction: column;
    align-items: center;
  }
  .team_container .team_item .team_info h5,
  .team_container .team_item .team_info p {
    text-align: center;
  }
  .team_container .team_item:nth-child(-n+2) .image_container {
    border-radius: 20px;
  }
  blockquote strong {
    font-size: 20px;
  }
  blockquote {
    border-radius: 30px;
  }
  .our_mission .text {
    margin-top: 30px;
    gap: 20px;
  }
  .our_mission .text h2 {
    font-size: 26px;
  }
  .our_mission .text .right_text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .our_mission .text .right_text ul li {
    font-size: 14px;
  }
  .schools_container {
    display: flex;
    flex-direction: column;
  }
  .schools_container .school .school_info .title {
    font-size: 24px;
  }
  .schools_container .school .school_info p {
    font-size: 14px;
  }
  .schools_container .school:last-of-type .school_info .buttons_container .buttons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer {
    padding: 40px 30px 20px;
    margin-bottom: 24px;
    border-radius: 17px;
  }
  .footer_top {
    flex-direction: column;
    align-items: start;
    gap: 46px;
  }
  .footer_top .logo_container .logo_block .footer_logo {
    font-size: 14px;
  }
  .footer_top .logo_container .logo_block {
    max-width: 246px;
  }
  .footer_top .footer_menu {
    padding-left: 35px;
    display: grid;
    gap: 26px 58px;
  }
  .footer_top .footer_partner {
    margin-left: 35px;
  }
  .footer_top .logo_container {
    flex-direction: row;
  }
  .footer_top .logo_container .socials {
    padding-top: 10px;
  }
  .footer_bottom .copyright {
    text-align: center;
  }
  .about_art_school .about_art_school_container .text a {
    white-space: nowrap;
  }
}
@media (max-width: 650px) {
  .project_first_screen .about_project .buttons {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
  .project_first_screen .about_project .buttons .button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer_top .logo_container {
    flex-direction: column;
    gap: 30px;
  }
  .footer_top .logo_container .logo_block {
    max-width: 304px;
  }
  .footer_top .logo_container .logo_block .footer_logo {
    font-size: 18px;
  }
  .footer_top .footer_menu {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .footer_top .footer_partner {
    margin-left: 0;
    max-width: 100%;
    padding: 25px 20px 26px;
  }
  .footer_top .footer_partner > * {
    max-width: 211px;
  }
  .footer_top .footer_menu_n_partner {
    width: 100%;
  }
  .partners_slider {
    width: 70%;
  }
  .why_you_listing {
    grid-template-columns: 1fr;
  }
  .codes {
    display: flex;
    flex-direction: column;
  }
  .codes .code {
    border-radius: 24px;
  }
  .article_first_screen {
    margin-top: 60px;
  }
  .entry_requirments {
    grid-template-columns: 1fr;
  }
  .project_report .download_block {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .project_first_screen .about_project h1 {
    font-size: 24px;
  }
  .project_first_screen .about_project p {
    font-size: 14px;
  }
  .project_first_screen .about_project .add_info .add_info_item span {
    font-size: 14px;
  }
  .project_first_screen .about_project {
    padding: 0 15px 35px;
  }
  .history_blocks {
    gap: 80px;
  }
  .history_blocks .history_block {
    gap: 20px;
  }
  .history_blocks .history_block .history_slider {
    border-radius: 30px;
    min-width: 1px;
    width: 100%;
    max-width: 100%;
  }
  .history_blocks .history_block .text h3 {
    font-size: 24px;
  }
  .history_blocks .history_block .text p {
    font-size: 16px;
  }
  .history_blocks .history_block .text ul li {
    font-size: 16px;
  }
  .join_form_container {
    padding: 70px 20px;
    border-radius: 30px;
  }
  .project .project_info {
    padding: 0 20px 30px;
  }
  .join_form_container form .form_heading h3 {
    font-size: 26px;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefits .benefit {
    border-radius: 30px;
  }
  .join_hero_section .text h2 {
    font-size: 26px;
  }
  .join_hero_section .text .right_text p {
    font-size: 16px;
  }
  .join_hero_section .text .right_text ul li {
    font-size: 14px;
  }
  .header_wrapper > .button {
    display: none;
  }
  .header_wrapper .langs {
    margin-left: auto;
  }
  .values_listing {
    grid-template-columns: 1fr;
  }
  .values_listing .value_item {
    flex-direction: row;
    align-items: center;
  }
  .values_listing .value_item .icon_container {
    min-width: 130px;
    border-radius: 30px;
  }
  .values_listing .value_item .info h6,
  .values_listing .value_item .info p {
    text-align: left;
  }
  .statistics {
    grid-template-columns: 1fr;
  }
  .project_first_screen .about_project .add_info .add_info_item span {
    white-space: nowrap;
  }
  .project_first_screen .about_project .add_info .add_info_item span:last-of-type {
    white-space: wrap;
  }
  .project_content {
    margin-top: 40px;
  }
  .project_content h2 {
    font-size: 24px;
  }
  .project_content h3 {
    font-size: 22px;
  }
  .project_content h4 {
    font-size: 20px;
  }
  .project_content h5,
  .project_content h6 {
    font-size: 18px;
  }
  .project_content p {
    font-size: 14px;
  }
  .project_content ul li,
  .project_content ol li {
    font-size: 14px;
  }
  .default_content img,
  .default_content iframe {
    border-radius: 20px;
  }
  .header_wrapper nav .button {
    display: block;
    order: -1;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .header_wrapper nav {
    padding: 18px 27px;
  }
  .project_first_screen .about_project {
    padding: 0 20px 42px;
  }
}
@media (max-width: 550px) {
  .partners_section .buttons {
    flex-direction: column;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto 0;
  }
  .partners_section .buttons .button {
    width: 100%;
    text-align: center;
  }
  .requisites .requisites_tab_content .requisites_lisitng .requisites_block {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .useful_info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .heading {
    margin-bottom: 30px;
  }
  .limit {
    padding: 0 16px;
  }
  .header_wrapper {
    padding: 10px 0;
  }
  .header_wrapper .logo .image_container {
    max-width: 50px;
  }
  .header_wrapper .logo .logo_text {
    font-size: 13px;
  }
  .first_screen_wrapper {
    padding: 62px 10px 145px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 26px;
  }
  .first_screen_wrapper .text .buttons {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .first_screen_wrapper .text .buttons .button {
    width: 100%;
    text-align: center;
  }
  section {
    margin-top: 120px !important;
  }
  .heading {
    margin-bottom: 30px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .schools_container .school .school_info .title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .schools_container .school .school_info .buttons_container .buttons {
    flex-direction: column;
    align-items: center;
  }
  .schools_container .school .school_info .buttons_container {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cta_wrapper {
    padding: 60px 20px;
  }
  .cta_wrapper .cta_content h2 {
    font-size: 20px;
  }
  .project .project_info .add_info_item span {
    white-space: nowrap;
  }
  .projects_section > .button {
    margin: 30px auto 0;
  }
  .events_section .heading {
    padding-right: 16px;
  }
  .events_section .events_container .events_listing {
    gap: 18px;
    min-width: 638px;
  }
  .event {
    min-height: 430px;
  }
  .event .event_info .title {
    font-size: 18px;
  }
  .event .event_info .add_info .type,
  .event .event_info .add_info .date,
  .event .event_info .add_info .label {
    font-size: 13px;
  }
  .events_section > .button {
    margin: 30px auto 0;
  }
  .news_section .heading {
    padding: 0 16px;
  }
  .news_section .news_container .news_listing {
    min-width: 1022px;
    gap: 16px;
  }
  .news_section .news_container {
    padding: 0 16px;
  }
  .news_section > .button {
    margin: 30px auto 0;
  }
  .footer_top .logo_container .logo_block .footer_logo {
    font-size: 16px;
  }
  .activities_listing .activity .activity_info {
    padding: 0 15px 30px;
  }
  .activities_listing {
    gap: 20px;
  }
  blockquote strong {
    font-size: 16px;
    padding: 35px 16px;
  }
  blockquote {
    padding: 10px 12px;
    border-radius: 15px;
  }
  blockquote strong::before,
  blockquote strong::after {
    width: 40px;
    height: 30px;
  }
  .our_mission .text h2 {
    font-size: 24px;
  }
  .values_listing .value_item {
    flex-direction: column;
  }
  .values_listing .value_item .info h6,
  .values_listing .value_item .info p {
    text-align: center;
  }
  .page_heading h1 {
    font-size: 26px;
  }
  .team_container {
    gap: 54px 20px;
  }
  .join_hero_section .cta_wrapper .cta_content h2 {
    font-size: 20px;
  }
  .join_hero_section .text h2 {
    font-size: 24px;
  }
  .benefits .benefit .text h5 {
    font-size: 16px;
  }
  .benefits .benefit .text p {
    font-size: 14px;
  }
  .join_form_container form .form_content .custom_chekbox {
    font-size: 14px;
  }
  .statut_content h4 {
    font-size: 20px;
  }
  .statut_content p {
    font-size: 16px;
  }
  .statut_content ul li {
    font-size: 16px;
  }
  .history_blocks .history_block .text h3 {
    font-size: 20px;
  }
  .report_block h3 {
    font-size: 20px;
  }
  .report_block p {
    font-size: 14px;
  }
  .report_block {
    padding: 30px 15px;
    border-radius: 15px;
  }
  .project .project_info .add_info_item span:last-of-type {
    white-space: wrap;
  }
  .project_first_screen .about_project h1 {
    font-size: 22px;
  }
  .event_first_screen {
    margin-top: 40px;
  }
  .event_first_screen h1 {
    font-size: 22px;
  }
  .event_content .tab_content h2 {
    font-size: 20px;
  }
  .gallery_slider .slick-list {
    border-radius: 24px;
  }
  .info_blocks_container .info_block .text h3 {
    font-size: 20px;
  }
  .info_blocks_container .info_block .text p {
    font-size: 14px;
  }
  .info_blocks_container .info_block .image_container {
    border-radius: 24px;
  }
  .grid_block .text {
    margin-top: 30px;
  }
  .grid_block .text h2 {
    font-size: 24px;
  }
  .grid_block .text p,
  .grid_block .text ul li,
  .grid_block .text ol li {
    font-size: 14px;
  }
  .graduates_container .graduate_block .graduate_slider .graduate_slide .title,
  .graduates_container .graduate_block .graduate_title {
    font-size: 18px;
  }
  .graduates_container .graduate_block .graduate_slider .graduate_slide .image_container {
    border-radius: 24px;
  }
  .fancy_btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .about_art_school .about_art_school_container .image_container .image {
    max-width: 250px;
    height: 200px;
  }
  .about_art_school .about_art_school_container .image_container {
    border-radius: 24px;
    height: 270px;
  }
  .about_art_school .about_art_school_container .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_art_school .about_art_school_container .text h2 {
    font-size: 22px;
  }
  .about_art_school .about_art_school_container .text p {
    font-size: 14px;
  }
  .about_art_school .about_art_school_container .text p strong {
    font-size: 16px;
  }
  .about_art_school .about_art_school_container .text a {
    font-size: 14px;
  }
  .about_art_school .about_mentor .image_container {
    border-radius: 24px;
  }
  .about_art_school .about_mentor .mentor_text h2 {
    font-size: 22px;
  }
  .about_art_school .about_mentor .mentor_text p {
    font-size: 14px;
  }
  .about_art_school .about_mentor .mentor_text p strong {
    font-size: 16px;
  }
  .video_section h2 {
    font-size: 20px;
  }
  .video_section iframe,
  .video_section img,
  .video_section video {
    border-radius: 24px;
  }
  .about_club .image_container {
    border-radius: 24px;
  }
  .about_club .text p {
    font-size: 14px;
  }
  .useful_info_item h6 {
    font-size: 16px;
    margin-top: 15px;
  }
  .useful_info_item p {
    font-size: 14px;
  }
  .useful_info_item {
    border-radius: 24px;
  }
  .join_form_container form .form_heading h3 {
    font-size: 22px;
  }
  .join_form_container form .form_heading p {
    font-size: 14px;
  }
  .about_club .text h2 {
    font-size: 22px;
  }
  .gallery_slider .gallery_slide:has(.title) img,
  .gallery_slider .gallery_slide:has(.title) iframe,
  .gallery_slider .gallery_slide:has(.title) video {
    border-radius: 24px;
  }
  .news_block .news_title_block {
    border-radius: 24px;
    padding: 20px 30px;
  }
  .news_block .news_title_block h2 {
    font-size: 24px;
  }
  .news_block .news_title_block p {
    font-size: 14px;
  }
  .article_first_screen {
    margin-top: 40px;
  }
  .contacts_section .contacts {
    border-radius: 24px;
    padding: 30px 25px;
  }
  .contacts_section .contacts .link a {
    font-size: 16px;
  }
  .contacts_section .contacts .socials_container {
    flex-direction: column;
  }
  .contacts_section iframe {
    border-radius: 24px;
  }
  .requisites .requisites_tab_content .requisites_lisitng .requisites_block .text span:last-child {
    font-size: 14px;
  }
  .support_container {
    margin-top: 40px !important;
  }
  .codes .code {
    padding: 30px;
  }
  .why_you_listing .why_you_item h5 {
    font-size: 16px;
  }
  .why_you_listing .why_you_item p {
    font-size: 14px;
  }
  .header_wrapper nav {
    right: -16px;
    height: calc(100% - 67px);
    max-height: calc(100% - 67px);
    min-height: calc(100dvh - 67px);
    max-width: 100dvw;
    width: 100dvw;
  }
  section {
    margin-top: 100px !important;
  }
  .modal {
    padding: 65px 20px 0px 30px;
  }
  .modal .modal_content {
    padding-right: 10px;
  }
  .modal .modal_content form {
    margin-bottom: 20px;
  }
  .modal .modal_content .modal_heading .title {
    font-size: 20px;
  }
  .modal .modal_content .modal_heading p {
    font-size: 14px;
  }
  .modal .modal_content form .custom_chekbox {
    font-size: 12px;
  }
  .partners_slider {
    width: 95%;
  }
  .partners_slider .partner_slide {
    opacity: 1;
  }
  .cta.index_last_cta .cta_wrapper .buttons .button {
    white-space: nowrap;
    font-size: 14px;
  }
  .project .project_info .title {
    margin-bottom: 10px;
  }
  .project .project_info .add_info {
    margin-top: 20px;
  }
  .pagination .pagination_list .pagination_btn:nth-child(4) {
    display: none;
  }
  .event_content .tab_links_wrapper {
    overflow: auto;
  }
  .event_content .tab_links_wrapper::-webkit-scrollbar {
    border-radius: 71px;
    background-color: #fcf8f1;
    height: 4px;
  }
  .event_content .tab_links_wrapper::-webkit-scrollbar-thumb {
    border-radius: 32px;
    height: 4px;
    background-color: #6e6e6e;
  }
  .event_content .tab_links_wrapper .tab_link {
    min-width: 200px;
  }
  .event_content .tab_links {
    position: relative;
    overflow: hidden;
  }
  .event_content .tab_links::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    display: none;
  }
  .event_content .tab_links::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 10px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    display: none;
  }
  .event_content .tab_links:has(.tab_links_wrapper.shadow-right)::after {
    display: block;
  }
  .event_content .tab_links:has(.tab_links_wrapper.shadow-left)::before {
    display: block;
  }
  .header_wrapper .burger-btn {
    margin-left: 5px;
  }
  .article_first_screen .date {
    font-size: 12px;
  }
  .event_first_screen .event_slider .slick-list,
  .event_first_screen .event_slider .event_slide,
  .event_first_screen .event_slider::after {
    border-radius: 24px;
  }
  .footer_top .footer_partner {
    padding: 16px 20px;
  }
  .cta.cta_big_text .cta_wrapper .cta_content p {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */