@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --line-width: 100px;
  --list-padding-left: 300px;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

.lang {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50px);
}
.lang a {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang a.active {
  background: #ED0038;
  color: white;
}
.lang a:first-child {
  border-top-left-radius: 20px;
}
.lang a:last-child {
  border-bottom-left-radius: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

* {
  box-sizing: border-box;
  vertical-align: top;
  font-family: "Noto Serif", serif;
}

a {
  color: #ED0038;
  text-decoration: none;
}

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

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 50px;
  width: calc(100% - 150px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .active a {
  color: #ED0038;
}
header .active a:after {
  bottom: -5px;
  background: #ED0038;
}
header a {
  color: black;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
header a:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
  width: 100%;
  height: 2px;
  content: "";
}
header .logo img {
  width: 250px;
}
header .contact_zone {
  display: flex;
  gap: 20px;
}
header nav .cta a {
  color: white;
  background: #ED0038;
  padding: 6px 15px;
  border-radius: 100px;
  transform: translateY(-6px);
}
header nav .cta a:hover:after {
  bottom: 0;
  background: none;
}
header nav .cta a:hover {
  color: white;
  opacity: 0.6;
}
header nav {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 25px;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
header nav ul a:hover:after {
  bottom: -5px;
  background: #ED0038;
}
header nav ul a:hover {
  color: #ED0038;
}

footer {
  margin: 100px auto;
  color: #7d7d7d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer p {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}
footer h3 {
  font-size: 150%;
}
footer .line {
  margin-bottom: 30px;
  width: 500px;
  height: 1px;
  background: #ED0038;
}
footer .footer_partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 30px auto;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer_partners a, footer .footer_partners img {
  display: inline-flex;
  align-items: center;
}
footer .footer_partners img {
  height: 100px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: filter 0.3s, opacity 0.3s;
}
footer .footer_partners a:hover img,
footer .footer_partners img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

header.main .logo img {
  opacity: 0;
  pointer-events: none;
}

.banner {
  position: relative;
  height: 800px;
}
.banner .words {
  top: 260px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
}
.banner .words .ctabig {
  padding: 15px 25px;
  background: #ED0038;
  color: white;
  display: inline-flex;
  border-radius: 100px;
  gap: 20px;
  transition: 0.2s;
}
.banner .words .ctabig img {
  width: 20px;
}
.banner .words .ctabig:hover {
  transform: scale(1.1);
}
.banner .words .smsize .content {
  width: calc(100% - 100px) !important;
}
.banner .words .smsize .content h1 {
  font-size: 350%;
  line-height: 1.1;
}
.banner .words .smsize .content h1 b {
  font-weight: normal !important;
  color: #DC5636;
}
.banner .words .smsize {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 140px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.banner .words img.logomain {
  transform: scale(1.3) translateX(-30px) translateY(-27px);
  width: 300px;
}
.banner .animation_logo {
  max-width: 1500px;
  margin: auto;
  top: 0;
  position: relative;
}
.banner .animation_logo img {
  position: absolute;
  right: 0;
  z-index: 2;
}
.banner .animation_logo video {
  top: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  height: 700px;
  width: 860px;
  object-position: center;
}

.aboutus .about_content {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 50px;
  align-items: center;
}
.aboutus .about_content .decor {
  opacity: 0.11;
}
.aboutus .about_content .text_content {
  text-align: right;
  position: relative;
}
.aboutus .about_content .text_content:after {
  content: "";
  height: 3px;
  background: #ED0038;
  width: var(--line-width, 100px);
  display: block;
  position: absolute;
  right: var(--line-right, -120px);
  top: 15px;
}

.stat_grid {
  display: flex;
  margin: 100px auto 70px auto;
  justify-content: center;
  gap: 20px;
}
.stat_grid > div {
  padding: 13px 36px;
  text-align: center;
}
.stat_grid > div:hover p {
  opacity: 1;
}
.stat_grid > div p {
  margin: 0;
  opacity: 0.7;
}
.stat_grid > div b {
  font-size: 150%;
  color: #ED0038;
  font-weight: normal;
}

.wwdgrid {
  display: grid;
  align-items: center;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.wwdgrid .list {
  display: flex;
  flex-direction: column;
  padding-left: var(--list-padding-left, 300px);
  gap: 40px;
}
.wwdgrid .list a {
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 35px;
  gap: 10px;
  color: black;
}
.wwdgrid .list a:hover {
  color: #8f1311;
}
.wwdgrid .list a:hover img {
  transform: translateY(15px) translateX(10px);
}
.wwdgrid .list a img {
  transition: 0.2s;
  transform: translateY(15px);
}
.wwdgrid .list a div b {
  font-weight: normal;
  font-size: 160%;
  margin-bottom: 10px;
  display: block;
}
.wwdgrid .list a div p {
  font-size: 100%;
  margin: 0;
}
.wwdgrid .img img,
.wwdgrid .img canvas.ww-canvas {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 100%;
  display: block;
  object-fit: cover;
  height: 800px;
}

.whywe {
  margin-top: 100px;
}
.whywe h3 {
  text-align: center;
  font-size: 200%;
}
.whywe p.tagline {
  margin: 0;
  color: #8F0B11;
  text-align: center;
}
.whywe .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  gap: 40px;
  margin: 50px auto;
}
.whywe .grid div:hover h4 {
  color: #ED0038;
}
.whywe .grid div:hover img {
  transform: translateX(11px) scale(1.2);
}
.whywe .grid div h4 {
  transition: 0.3s;
  margin-top: 5px;
  font-size: 140%;
  color: #8F0B11;
  margin-bottom: 6px;
}
.whywe .grid div {
  text-align: center;
}
.whywe .grid div p {
  margin: auto;
}
.whywe .grid div img {
  transition: 0.3s;
  transform: translateX(11px);
  width: 70px;
}

.news {
  margin-top: 100px;
}
.news h3 {
  text-align: center;
  font-size: 200%;
}
.news p.tagline {
  margin: 0;
  color: #8F0B11;
  text-align: center;
}
.news .grid {
  max-width: 1400px;
  display: grid;
  gap: 15px;
  margin: 20px auto 50px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.news .grid a.newsalone {
  transition: 0.3s;
  position: relative;
}
.news .grid a.newsalone:hover b, .news .grid a.newsalone:hover p {
  color: white !important;
}
.news .grid a.newsalone:hover {
  color: white !important;
  background: #ED0038;
}
.news .grid a.newsalone {
  color: black !important;
  background: #fff;
  border-radius: 20px;
}
.news .grid a.newsalone b {
  transition: 0.3s;
  font-weight: normal;
  font-size: 120%;
  padding: 10px;
  display: block;
  color: black !important;
}
.news .grid a.newsalone p.date {
  transition: 0.3s;
  margin: 0;
  font-size: 90%;
  color: #ED0038;
  padding: 10px;
  display: block;
}
.news .grid a.newsalone img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: relative;
}
.news .grid a.newsalone .news_source {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(237, 0, 56, 0.9);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 0.5px;
  z-index: 10;
}

.joinus form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
  max-width: 800px;
}
.joinus form input, .joinus form select, .joinus form textarea, .joinus form button {
  font-size: 120%;
}
.joinus form input, .joinus form select, .joinus form textarea {
  padding: 20px 22px;
  border-radius: 14px;
  border: none;
  outline: none;
  width: 100%;
}
.joinus form input::placeholder, .joinus form select::placeholder, .joinus form textarea::placeholder {
  color: #aaa;
}
.joinus form input:focus, .joinus form select:focus, .joinus form textarea:focus {
  background: rgba(255, 255, 255, 0.3137254902);
}
.joinus form select {
  grid-column: 1/-1;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cpolyline points='19 12 12 19 5 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
}
.joinus form textarea {
  grid-column: 1/-1;
  height: 160px;
  resize: none;
}
.joinus form button {
  grid-column: 1/2;
  background: #ED0038;
  color: white;
  padding: 20px 30px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  text-align: left;
}
.joinus form button:hover {
  background: #8F0B11;
}
.joinus .decor {
  position: absolute;
  right: -200px;
  top: 0;
  width: 30%;
  color: white;
  opacity: 0.7;
}
.joinus .logo {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 400px;
  color: white;
}
.joinus .content {
  color: #ED0038;
  position: relative !important;
  overflow: hidden;
  padding: 50px;
  padding-left: 200px;
  background: #eaeaea;
  width: calc(100% - 200px);
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.joinus .content p.message {
  display: block;
  margin-top: 50px;
}
.joinus .content p.message a {
  color: #8F0B11;
}

@media (max-width: 1024px) {
  .news .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .news .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.message_from_dir b, .message_from_dir strong {
  font-weight: normal;
  font-size: 150%;
}
.message_from_dir em, .message_from_dir i {
  transform: translateY(-20px);
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
}

.inside_content .header_image {
  padding-top: 83px;
  position: relative;
  display: grid;
  max-width: 1300px;
  margin: auto;
  align-items: center;
  gap: 30px;
  grid-template-columns: 1fr 280px;
}
.inside_content .header_image .circle_gray {
  width: 310px;
  height: 310px;
  top: 50px;
  right: 295px;
  border-radius: 100%;
  position: absolute;
}
.inside_content .header_image .circle_white {
  width: 270px;
  height: 270px;
  top: 69px;
  right: 314px;
  border-radius: 100%;
  position: absolute;
  backdrop-filter: url(#glass-distortion);
  -webkit-backdrop-filter: url(#glass-distortion);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
}
.inside_content .header_image .circle_gray {
  border: 6px solid #eaeaea;
}
.inside_content .header_image img {
  width: 100%;
  border-radius: 500px;
}
.inside_content .content {
  min-height: 100vh;
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 40px;
}
.inside_content .content .top {
  margin: 0 auto 60px;
  line-height: 1.8;
  color: #333;
  font-size: 105%;
}
.inside_content .content .top p {
  margin: 0 0 18px;
}
.inside_content .content .mission_vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.inside_content .content .mission_vision .mission,
.inside_content .content .mission_vision .vision {
  border-radius: 4px;
}
.inside_content .content .mission_vision .mission h2,
.inside_content .content .mission_vision .vision h2 {
  font-size: 135%;
  color: #8F0B11;
  margin-bottom: 14px;
}
.inside_content .content .mission_vision .mission p,
.inside_content .content .mission_vision .vision p {
  margin: 0;
  line-height: 1.75;
  color: #444;
}
.inside_content .content .line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 70px;
}
.inside_content .content .line:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ED0038;
  transform: translateY(47px);
  z-index: -1;
}
.inside_content .content .line .line_item {
  background: #ED0038;
  color: white;
  padding: 24px 28px;
  border-radius: 56px;
  font-size: 95%;
  line-height: 1.55;
  text-align: center;
}
.inside_content .content .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 80px;
}
.inside_content .content .grid h2 {
  font-size: 140%;
  color: #8F0B11;
  margin-bottom: 16px;
}
.inside_content .content .grid .list,
.inside_content .content .grid .whatwedo {
  line-height: 1.8;
  color: #444;
}
.inside_content .content .grid .list b,
.inside_content .content .grid .whatwedo b {
  display: block;
  margin-top: 22px;
  color: #111;
  font-weight: bold;
}
.inside_content .content .message_from_dir {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}
.inside_content .content .message_from_dir .txt h2 {
  font-size: 155%;
  color: #ED0038;
  margin-bottom: 20px;
}
.inside_content .content .message_from_dir .txt p {
  margin: 0 0 18px;
  line-height: 1.85;
  color: #333;
}
.inside_content .content .message_from_dir .txt p b {
  display: block;
  font-size: 112%;
  color: #111;
  margin-top: 12px;
}
.inside_content .content .message_from_dir .txt p span {
  font-size: 88%;
  color: #7d7d7d;
  display: block;
  margin-top: 4px;
}
.inside_content .content .message_from_dir .img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.news_page h2 {
  font-size: 200%;
  text-align: center;
  margin-bottom: 20px;
}
.news_page p.tagline {
  margin: 0 0 50px;
  color: #8F0B11;
  text-align: center;
}
.news_page .news_grid {
  display: grid;
  gap: 15px;
  margin: 20px auto 50px auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
}
.news_page .news_grid a.newsalone {
  transition: 0.3s;
  position: relative;
}
.news_page .news_grid a.newsalone:hover b, .news_page .news_grid a.newsalone:hover p {
  color: white !important;
}
.news_page .news_grid a.newsalone:hover {
  color: white !important;
  background: #ED0038;
}
.news_page .news_grid a.newsalone {
  color: black !important;
  background: #fff;
  border-radius: 20px;
}
.news_page .news_grid a.newsalone .news_image_wrapper {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.news_page .news_grid a.newsalone .news_image_wrapper img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: relative;
}
.news_page .news_grid a.newsalone .news_image_wrapper .news_source {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(237, 0, 56, 0.9);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 0.5px;
  z-index: 10;
}
.news_page .news_grid a.newsalone b {
  transition: 0.3s;
  font-weight: normal;
  font-size: 120%;
  padding: 10px;
  display: block;
  color: black !important;
}
.news_page .news_grid a.newsalone p.date {
  transition: 0.3s;
  margin: 0;
  font-size: 90%;
  color: #ED0038;
  padding: 10px;
  display: block;
}

.contacts_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}
.contacts_section .contact_info .contact_block {
  margin-bottom: 50px;
}
.contacts_section .contact_info .contact_block h3 {
  font-size: 140%;
  color: #8F0B11;
  margin: 0 0 15px 0;
}
.contacts_section .contact_info .contact_block p {
  margin: 0 0 10px 0;
  line-height: 1.7;
  color: #333;
}
.contacts_section .contact_info .contact_block p strong {
  color: #111;
  display: block;
  margin-bottom: 4px;
}
.contacts_section .contact_info .contact_block p a {
  color: #ED0038;
  transition: 0.2s;
}
.contacts_section .contact_info .contact_block p a:hover {
  color: #8F0B11;
}
.contacts_section .contact_info .contact_block .socials {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.contacts_section .contact_info .contact_block .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50%;
  transition: 0.3s;
}
.contacts_section .contact_info .contact_block .socials a:hover {
  background: #ED0038;
  transform: scale(1.1);
}
.contacts_section .contact_info .contact_block .socials a img {
  width: 24px;
  height: 24px;
  display: block;
}
.contacts_section .contact_form_section h2 {
  font-size: 200%;
  color: #ED0038;
  margin-bottom: 30px;
}
.contacts_section .contact_form_section .contact_form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.contacts_section .contact_form_section .contact_form input,
.contacts_section .contact_form_section .contact_form textarea,
.contacts_section .contact_form_section .contact_form button {
  font-size: 100%;
}
.contacts_section .contact_form_section .contact_form input,
.contacts_section .contact_form_section .contact_form textarea {
  padding: 15px 18px;
  border-radius: 12px;
  border: none;
  outline: none;
  width: 100%;
  font-family: "Noto Serif", serif;
}
.contacts_section .contact_form_section .contact_form input::placeholder,
.contacts_section .contact_form_section .contact_form textarea::placeholder {
  color: #aaa;
}
.contacts_section .contact_form_section .contact_form input:focus,
.contacts_section .contact_form_section .contact_form textarea:focus {
  background: #f5f5f5;
}
.contacts_section .contact_form_section .contact_form textarea {
  resize: none;
  min-height: 120px;
}
.contacts_section .contact_form_section .contact_form button {
  background: #ED0038;
  color: white;
  padding: 15px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  font-weight: normal;
}
.contacts_section .contact_form_section .contact_form button:hover {
  background: #8F0B11;
}

.contacts_map_section {
  margin-bottom: 80px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #f0f0f0;
}
.contacts_map_section iframe {
  display: block;
  border-radius: 16px;
  width: 100% !important;
}

.news_article {
  max-width: 900px;
  margin: 0 auto;
}
.news_article .article_meta {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news_article .article_meta time {
  color: #ED0038;
  font-size: 95%;
  font-style: italic;
}
.news_article .article_content {
  line-height: 1.9;
  color: #333;
  font-size: 105%;
}
.news_article .article_content h2 {
  font-size: 170%;
  color: #ED0038;
  margin: 40px 0 20px 0;
}
.news_article .article_content h3 {
  font-size: 140%;
  color: #8F0B11;
  margin: 30px 0 15px 0;
}
.news_article .article_content p {
  margin-bottom: 18px;
}
.news_article .article_content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 40px 0;
  display: block;
}
.news_article .article_content a {
  color: #ED0038;
  transition: 0.2s;
}
.news_article .article_content a:hover {
  color: #8F0B11;
}
.news_article .article_content ul,
.news_article .article_content ol {
  margin: 20px 0 20px 30px;
  padding-left: 0;
}
.news_article .article_content ul li,
.news_article .article_content ol li {
  margin-bottom: 10px;
}
.news_article .article_content strong {
  color: #111;
  font-weight: bold;
}
.news_article .article_content blockquote {
  border-left: 4px solid #ED0038;
  padding-left: 20px;
  margin: 30px 0;
  color: #666;
  font-style: italic;
}
.news_article .article_back {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}
.news_article .article_back a {
  color: #ED0038;
  font-size: 105%;
  transition: 0.2s;
}
.news_article .article_back a:hover {
  color: #8F0B11;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .inside_content .header_image {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .inside_content .header_image .circle_gray,
  .inside_content .header_image .circle_white {
    display: none;
  }
  .mission_vision {
    grid-template-columns: 1fr !important;
  }
  .wwdgrid {
    grid-template-columns: 1fr !important;
  }
  .wwdgrid .list {
    padding-left: 0;
    gap: 50px;
  }
  .message_from_dir {
    grid-template-columns: 1fr !important;
  }
}
.mob-burger,
.mob-nav-overlay {
  display: none;
}

@media (max-width: 1350px) {
  header nav ul {
    gap: 18px;
    font-size: 88%;
  }
  header .contact_zone {
    font-size: 88%;
    gap: 12px;
  }
  header .contact_zone a img {
    width: 20px;
  }
  .banner .words .smsize .content h1 {
    font-size: 300% !important;
  }
  .banner .words .smsize {
    max-width: 1100px;
  }
  .banner .words img.logomain {
    transform: scale(1.3) translateX(-60px) translateY(-27px);
  }
  .news .grid {
    padding: 20px;
  }
  .news .grid a.newsalone img {
    height: 240px;
  }
  .joinus .content .decor,
  .joinus .content .logo {
    display: none;
  }
}
@media (min-width: 501px) and (max-width: 1349px) {
  html, body, .page {
    overflow-x: hidden;
  }
  .banner .animation_logo {
    overflow: hidden;
  }
  .mob-burger {
    display: flex;
  }
  .mob-nav-overlay {
    display: flex;
  }
  .mob-burger {
    position: fixed;
    bottom: 28px;
    right: 22px;
    z-index: 1001;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ED0038;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
    transition: background 0.25s;
  }
  .mob-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: center;
  }
  .mob-burger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mob-burger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mob-burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mob-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #ED0038;
    flex-direction: column;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mob-nav-overlay.is-open {
    transform: translateY(0);
  }
  .mob-nav-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 48px 32px 110px;
  }
  .mob-nav-logo {
    display: block;
    margin-bottom: 44px;
  }
  .mob-nav-logo img {
    width: 150px;
    filter: brightness(0) invert(1);
  }
  .mob-nav {
    flex: 1;
  }
  .mob-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .mob-nav li a {
    display: block;
    color: #fff;
    font-size: 125%;
    line-height: 1.3;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
    transition: opacity 0.2s;
  }
  .mob-nav li a:active {
    opacity: 0.65;
  }
  .mob-nav li:last-child a {
    border-bottom: none;
  }
  .mob-nav-bottom {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .mob-nav-lang {
    display: flex;
    gap: 10px;
  }
  .mob-nav-lang a {
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 30px;
    opacity: 0.65;
    transition: 0.2s;
  }
  .mob-nav-lang a.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }
  .mob-nav-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mob-nav-contacts a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 108%;
  }
  header {
    left: 0 !important;
    width: 100% !important;
    padding: 12px 20px;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  header nav {
    display: none !important;
  }
  header .contact_zone {
    display: none !important;
  }
  header .logo img {
    width: 130px;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .lang {
    display: none !important;
  }
  header.main {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
  }
  header.main .logo img {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .banner {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .banner .animation_logo {
    order: -1;
    display: block;
    position: relative;
    max-width: 100%;
  }
  .banner .animation_logo img {
    display: none;
  }
  .banner .animation_logo video {
    position: relative !important;
    width: 500px;
    height: 400px !important;
    left: -100px;
    top: auto !important;
    object-fit: cover;
    object-position: center 30%;
    display: block;
  }
  .banner .words {
    order: 1;
    position: relative;
    top: 0;
    padding: 24px 24px 30px;
  }
  .banner .words .smsize {
    flex-direction: column;
    gap: 18px;
    padding: 0;
    max-width: 100%;
  }
  .banner .words .smsize .content {
    width: 100% !important;
    margin-top: -70px;
  }
  .banner .words .smsize .content h1 {
    font-size: 185%;
    line-height: 1.15;
  }
  .banner .words .smsize .content p {
    font-size: 90%;
  }
  .banner .words .smsize img.logomain {
    display: block;
    position: absolute;
    top: -230px;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutus .about_content {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
    padding: 0 20px;
  }
  .aboutus .about_content .decor {
    display: block;
  }
  .aboutus .about_content .text_content {
    text-align: left;
  }
  .aboutus .about_content .text_content:after {
    display: none;
  }
  .stat_grid {
    flex-wrap: wrap;
    margin: 50px auto 40px;
    gap: 12px;
    padding: 0 20px;
  }
  .stat_grid > div {
    width: calc(33.333% - 8px);
    padding: 14px 12px;
    flex-shrink: 0;
  }
  .wwdgrid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wwdgrid .list {
    padding-left: 20px !important;
    padding-right: 20px;
    gap: 0;
  }
  .wwdgrid .list a {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .wwdgrid .list a img {
    display: none;
  }
  .wwdgrid .list a div b {
    font-size: 130%;
  }
  .wwdgrid .img {
    display: none;
  }
  .whywe {
    padding: 0 20px;
    margin-top: 50px;
  }
  .whywe .grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px auto;
  }
  .whywe .grid div img {
    width: 60px;
  }
  .whywe .grid div h4 {
    font-size: 120%;
  }
  .whywe .grid div p {
    font-size: 92%;
  }
  .news {
    margin-top: 50px;
    padding: 0 20px;
  }
  .news .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px;
  }
  .news .grid a.newsalone img {
    height: 240px;
  }
  .joinus .content {
    padding: 30px 20px 40px !important;
    width: calc(100% - 40px) !important;
    margin: 0 20px;
    border-radius: 20px !important;
    overflow: hidden;
  }
  .joinus .content .decor {
    display: none;
  }
  .joinus .content .logo {
    display: none;
  }
  .joinus form {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .joinus form select, .joinus form textarea, .joinus form button {
    grid-column: 1/-1;
  }
  .joinus form button {
    text-align: center;
  }
  footer {
    margin: 60px auto 80px;
    padding: 0 20px;
  }
  footer .line {
    width: 80%;
    max-width: 300px;
  }
  footer h3 {
    text-align: center;
  }
  footer p {
    font-size: 92%;
  }
  footer .footer_partners {
    gap: 12px;
  }
  footer .footer_partners img {
    filter: grayscale(0%);
    opacity: 1;
    height: 60px;
  }
  .inside_content .header_image {
    grid-template-columns: 1fr !important;
    padding: 80px 20px 20px;
    gap: 14px;
  }
  .inside_content .header_image img {
    display: none;
  }
  .inside_content .header_image h1 {
    font-size: 180%;
  }
  .inside_content .header_image .circle_gray,
  .inside_content .header_image .circle_white {
    display: none;
  }
  .inside_content .content {
    padding: 20px;
    margin: 20px auto;
  }
  .inside_content .content .top {
    font-size: 98%;
  }
  .inside_content .content .mission_vision {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }
  .inside_content .content .line {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
    margin-bottom: 40px;
  }
  .inside_content .content .line:after {
    display: none;
  }
  .inside_content .content .line .line_item {
    border-radius: 14px;
  }
  .inside_content .content .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px;
    margin-bottom: 40px;
  }
  .inside_content .content .message_from_dir {
    grid-template-columns: 1fr !important;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .inside_content .content .message_from_dir .img img {
    width: 100%;
    height: auto;
  }
  .news_page {
    padding: 0 20px;
  }
  .news_page .news_grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px;
  }
  .news_page .news_grid a.newsalone .news_image_wrapper img {
    height: 240px;
  }
  .contacts_section {
    grid-template-columns: 1fr !important;
    gap: 30px;
    padding: 0 20px;
  }
  .contacts_map_section {
    margin-bottom: 50px;
  }
  .wsize {
    padding: 0 20px;
  }
  section {
    margin-top: 40px;
  }
  h2 {
    font-size: 160%;
  }
  h3 {
    font-size: 145%;
  }
}
@media (max-width: 500px) {
  html, body, .page {
    overflow-x: hidden;
  }
  .banner .animation_logo {
    overflow: hidden;
  }
  .mob-burger {
    display: flex;
  }
  .mob-nav-overlay {
    display: flex;
  }
  .mob-burger {
    position: fixed;
    bottom: 28px;
    right: 22px;
    z-index: 1001;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ED0038;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
    transition: background 0.25s;
  }
  .mob-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: center;
  }
  .mob-burger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mob-burger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mob-burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mob-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #ED0038;
    flex-direction: column;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mob-nav-overlay.is-open {
    transform: translateY(0);
  }
  .mob-nav-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 48px 32px 110px;
  }
  .mob-nav-logo {
    display: block;
    margin-bottom: 44px;
  }
  .mob-nav-logo img {
    width: 150px;
    filter: brightness(0) invert(1);
  }
  .mob-nav {
    flex: 1;
  }
  .mob-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .mob-nav li a {
    display: block;
    color: #fff;
    font-size: 125%;
    line-height: 1.3;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
    transition: opacity 0.2s;
  }
  .mob-nav li a:active {
    opacity: 0.65;
  }
  .mob-nav li:last-child a {
    border-bottom: none;
  }
  .mob-nav-bottom {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .mob-nav-lang {
    display: flex;
    gap: 10px;
  }
  .mob-nav-lang a {
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 30px;
    opacity: 0.65;
    transition: 0.2s;
  }
  .mob-nav-lang a.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }
  .mob-nav-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mob-nav-contacts a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 108%;
  }
  header {
    left: 0 !important;
    width: 100% !important;
    padding: 12px 20px;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  header nav {
    display: none !important;
  }
  header .contact_zone {
    display: none !important;
  }
  header .logo img {
    width: 130px;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .lang {
    display: none !important;
  }
  header.main {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
  }
  header.main .logo img {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .banner {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .banner .animation_logo {
    order: -1;
    display: block;
    position: relative;
    max-width: 100%;
  }
  .banner .animation_logo img {
    display: none;
  }
  .banner .animation_logo video {
    position: relative !important;
    width: 500px;
    height: 400px !important;
    left: -100px;
    top: auto !important;
    object-fit: cover;
    object-position: center 30%;
    display: block;
  }
  .banner .words {
    order: 1;
    position: relative;
    top: 0;
    padding: 24px 24px 30px;
  }
  .banner .words .smsize {
    flex-direction: column;
    gap: 18px;
    padding: 0;
    max-width: 100%;
  }
  .banner .words .smsize .content {
    width: 100% !important;
    margin-top: -70px;
  }
  .banner .words .smsize .content h1 {
    font-size: 185%;
    line-height: 1.15;
  }
  .banner .words .smsize .content p {
    font-size: 90%;
  }
  .banner .words .smsize img.logomain {
    display: block;
    position: absolute;
    top: -230px;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutus .about_content {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 20px;
  }
  .aboutus .about_content .decor {
    display: none;
  }
  .aboutus .about_content .text_content {
    text-align: left;
  }
  .aboutus .about_content .text_content:after {
    display: none;
  }
  .stat_grid {
    flex-wrap: wrap;
    margin: 50px auto 40px;
    gap: 8px;
    padding: 0 15px;
  }
  .stat_grid > div {
    width: calc(50% - 8px);
    padding: 12px 10px;
    flex-shrink: 0;
  }
  .wwdgrid {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  .wwdgrid .list {
    padding-left: 20px !important;
    padding-right: 20px;
    gap: 0;
  }
  .wwdgrid .list a {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .wwdgrid .list a img {
    display: none;
  }
  .wwdgrid .list a div b {
    font-size: 130%;
  }
  .wwdgrid .img {
    display: none;
  }
  .whywe {
    padding: 0 20px;
    margin-top: 50px;
  }
  .whywe .grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px auto;
  }
  .whywe .grid div img {
    width: 50px;
  }
  .whywe .grid div h4 {
    font-size: 115%;
  }
  .whywe .grid div p {
    font-size: 88%;
  }
  .news {
    margin-top: 50px;
    padding: 0 15px;
  }
  .news .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .news .grid a.newsalone img {
    height: 220px;
  }
  .joinus .content {
    padding: 30px 20px 40px !important;
    padding-left: 20px !important;
    width: calc(100% - 30px) !important;
    margin: 0 15px;
    border-radius: 20px !important;
    overflow: hidden;
  }
  .joinus .content .decor {
    display: none;
  }
  .joinus .content .logo {
    display: none;
  }
  .joinus form {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .joinus form select, .joinus form textarea, .joinus form button {
    grid-column: 1/-1;
  }
  .joinus form button {
    text-align: center;
  }
  footer {
    margin: 60px auto 80px;
    padding: 0 20px;
  }
  footer .line {
    width: 80%;
    max-width: 300px;
  }
  footer h3 {
    text-align: center;
  }
  footer p {
    font-size: 90%;
  }
  footer .footer_partners {
    gap: 8px;
  }
  footer .footer_partners img {
    filter: grayscale(0%);
    opacity: 1;
    height: 50px;
  }
  .inside_content .header_image {
    grid-template-columns: 1fr !important;
    padding: 80px 20px 20px;
    gap: 14px;
  }
  .inside_content .header_image img {
    display: none;
  }
  .inside_content .header_image h1 {
    font-size: 180%;
  }
  .inside_content .header_image .circle_gray,
  .inside_content .header_image .circle_white {
    display: none;
  }
  .inside_content .content {
    padding: 20px;
    margin: 20px auto;
  }
  .inside_content .content .top {
    font-size: 98%;
  }
  .inside_content .content .mission_vision {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .inside_content .content .line {
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-bottom: 40px;
  }
  .inside_content .content .line:after {
    display: none;
  }
  .inside_content .content .line .line_item {
    border-radius: 14px;
  }
  .inside_content .content .grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
    margin-bottom: 40px;
  }
  .inside_content .content .message_from_dir {
    grid-template-columns: 1fr !important;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .inside_content .content .message_from_dir .img img {
    width: 100%;
    height: auto;
  }
  .news_page {
    padding: 0 15px;
  }
  .news_page .news_grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .news_page .news_grid a.newsalone .news_image_wrapper img {
    height: 220px;
  }
  .contacts_section {
    grid-template-columns: 1fr !important;
    gap: 30px;
    padding: 0 20px;
  }
  .contacts_map_section {
    margin-bottom: 50px;
  }
  .wsize {
    padding: 0 20px;
  }
  section {
    margin-top: 40px;
  }
  h2 {
    font-size: 145%;
  }
  h3 {
    font-size: 130%;
  }
}
@media (max-width: 480px) {
  .banner .words .smsize .content h1 {
    font-size: 185% !important;
  }
  .whywe .grid {
    grid-template-columns: 1fr;
  }
  .stat_grid > div {
    width: 100%;
  }
  .inside_content .header_image h1 {
    font-size: 150%;
  }
}

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