@font-face {
  font-family: "Helvetica Neue";
  src: url("./assets/fonts/HelveticaNeueRoman.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./assets/fonts/HelveticaNeueBold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./assets/fonts/HelveticaNeueItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./assets/fonts/HelveticaNeueMedium.woff2") format("woff2");
  font-weight: 500;
}
*, body, h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: "Helvetica Neue", "Times New Roman";
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: rgb(235, 239, 254);
  position: relative;
}

body::-webkit-scrollbar, .modal-block__content::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E5E5E5;
}
body::-webkit-scrollbar-thumb, .modal-block__content::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  background-color: rgb(40, 86, 188);
  cursor: pointer;
}
body::-webkit-scrollbar-track, .modal-block__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #E5E5E5;
}

@media screen and (max-width: 1540px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
section {
  position: relative;
}

.js_reg_auth {
  display: none !important;
}

.btn-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 30px 0;
}

.main-btn {
  font-size: 1.3rem;
  padding: 10px 20px;
  background-color: #1D2553;
  border: #1D2553 1px solid;
  text-decoration: none;
  color: white;
  text-align: center;
}
.main-btn:hover {
  text-decoration: none;
  color: white;
}

.about {
  padding-bottom: 2rem;
}
.about__name {
  color: #494040;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.about__block {
  border-radius: 2.5rem;
  background: #FFF;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.about__block .bold {
  font-weight: 500;
}
.about__block p {
  color: rgb(0, 0, 0);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.about__block h2 {
  color: rgb(40, 86, 188);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.about__block ul {
  line-height: 1.8;
}
.about__block ul .blue-mark span {
  color: rgb(40, 86, 188);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.about__block ul li::marker {
  color: rgb(40, 86, 188);
}
.about__block .black-mark li::marker {
  color: black;
}

.join {
  padding-bottom: 4rem;
}
.join__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.join__mark {
  color: rgb(40, 86, 188);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 1rem;
  text-align: center;
}

.map-img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.forum {
  padding-top: 3.125rem;
  padding-bottom: 4rem;
}
.forum__block {
  background-image: url("./assets/media/forum-bg-new.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: screen;
  padding: 4.375rem 3rem 1.25rem;
  border-radius: 2.5rem;
}
.forum__block h2, .forum__block h3, .forum__block h5, .forum__block p, .forum__block span {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
}
.forum__block h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 4.875rem;
}
.forum__block h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.forum__block h4 {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 3.75rem;
  margin-bottom: 0;
}
.forum__block h5 {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.forum__block p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 0;
}
.forum__block p span {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.forum__mom {
  height: 31.25rem;
}
.forum__mom img {
  width: 23rem;
  height: 31.25rem;
}
.forum__mom {
  margin-bottom: -1.25rem;
}
.forum__date {
  gap: 1.25rem;
}

.welcome {
  padding-bottom: 5rem;
}
.welcome__name {
  color: #494040;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.welcome__block {
  border-radius: 2.5rem;
  background: #FFF;
  padding: 2rem;
}
.welcome__tabs {
  display: flex;
  gap: 1.5rem;
}
.welcome__tabs li a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.welcome__tabs li a span {
  color: #000;
  font-family: "Helvetica Neue", "Inter";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.welcome__tabs li a:hover {
  text-decoration: none;
}
.welcome__tabs li a div {
  height: 0.2rem;
  width: 100%;
  background: #B3B3B3;
  transition: all 0.2s ease;
}
.welcome__tabs li.active div, .welcome__tabs li:hover div {
  background: #09A8FA;
}
.welcome__content {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}
.welcome__content img {
  width: 16rem;
  margin-bottom: -1rem;
  margin-top: -2rem;
}
.welcome__content h3 {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  min-width: 23rem;
}
.welcome__content h3 span {
  font-family: "Helvetica Neue", "Inter";
  font-weight: 500;
  font-size: 1.5rem;
}
.welcome__content h2 {
  color: #0087CC;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
}
.welcome__content p {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 10;
}
.welcome__more {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.875rem 4rem;
  border-radius: 3rem;
  background: #5BC0F8;
  margin-left: auto;
  width: fit-content;
  border: 0.2rem solid #5BC0F8;
  cursor: pointer;
  transition: all 0.2s ease;
}
.welcome__more:hover {
  background: transparent;
  color: #5BC0F8;
}

.preheader {
  padding-top: 32px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.header.active .header__content {
  border-radius: 0 0 2rem 2rem;
  border-top: none;
}
.header__content {
  border-radius: 2rem;
  border: 1px solid rgb(40, 86, 188);
  background: #FFF;
  padding: 0.45rem 1.875rem;
  display: flex;
  gap: 100px;
  align-items: center;
  transition: all 0.2s ease;
}
.header__content img {
  min-width: 2.875rem;
  height: 2.875rem;
}
.header__content a {
  color: rgb(40, 86, 188);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.files {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.files__content {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.files__block {
  padding: 3rem 1.25rem 1.5rem 2.5rem;
  background: #fff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  border: 0.2rem solid #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 10px;
}
.files__block:hover {
  border: 0.2rem solid #5BC0F8;
  text-decoration: none;
}
.files__block img {
  height: 4.5rem;
  width: fit-content;
}
.files__block div {
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.files__block div p {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.title {
  background: #5BC0F8;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.title h2 {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", "Inter";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.prog {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.prog__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.prog__tabs {
  display: flex;
  justify-content: space-between;
  gap: 20%;
}
.prog__tabs li {
  width: 40%;
}
.prog__tabs li.active p {
  color: #0087CC;
}
.prog__tabs li.active span {
  background: #09A8FA;
}
.prog__tabs li a {
  display: flex;
  flex-direction: column;
}
.prog__tabs li a p {
  color: #B3B3B3;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.2s ease;
}
.prog__tabs li a img {
  height: 4.5rem;
  width: fit-content;
  margin-right: -2rem;
}
.prog__tabs li a span {
  height: 0.32rem;
  width: 100%;
  background: #B3B3B3;
  transition: all 0.2s ease;
  margin-top: -0.5rem;
}
.prog__tabs li a:hover {
  text-decoration: none;
}
.prog__tabs li a:hover p {
  color: #0087CC;
}
.prog__tabs li a:hover span {
  background: #09A8FA;
}
.prog__field {
  display: grid;
  gap: 1.5rem;
  grid-template-rows: 1fr;
}
.prog__first {
  grid-template-columns: repeat(3, 1fr);
}
.prog__second {
  grid-template-columns: repeat(2, 1fr);
}
.prog__block {
  border-radius: 2rem;
  background: #FFF;
  border: 2px dashed #3CAE9B;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.125rem 1.125rem 2.5rem;
}
.prog__block h3 {
  color: #0087CC;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.prog__block span {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
.prog__block h4 {
  color: #0087CC;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.prog__block p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.prog__block:hover {
  border: 2px solid #3CAE9B;
}
.prog li.active .prog__block {
  border: 2px solid #3CAE9B;
}
.prog li.active .prog__mixed {
  border: 2px dashed transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #5BC0F8, #3CAE9B) border-box;
}
.prog li.active .prog__violet {
  border: 2px dashed transparent;
}
.prog li .prog__block .prog__room {
  background: #3CAE9B;
  margin-bottom: 1.125rem;
}
.prog li .prog__block h3, .prog li .prog__block h4 {
  color: #3CAE9B;
}
.prog li:first-of-type.active .prog__block {
  border: 2px solid #5BC0F8;
}
.prog li:first-of-type .prog__block {
  border: 2px dashed #5BC0F8;
}
.prog li:first-of-type .prog__block .prog__room {
  background: #09A8FA;
}
.prog li:first-of-type .prog__block h3, .prog li:first-of-type .prog__block h4 {
  color: #0087CC;
}
.prog li:first-of-type .prog__block:hover {
  border: 2px solid #5BC0F8;
}
.prog a:hover {
  text-decoration: none;
}
.prog__room {
  background: #09A8FA;
  padding: 0.25rem;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.prog__clock {
  width: 2.45rem;
  margin-bottom: 0;
}
.prog__time {
  display: flex;
  gap: 1.125rem;
  height: 100%;
}
.prog__line {
  width: 1px;
  min-width: 1px;
  background-image: linear-gradient(0deg, #000, #000 50%, transparent 50%, transparent 100%);
  background-size: 10px 10px;
  border: none;
}
.prog__mixed {
  border: 2px dashed #fff;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #5BC0F8, #3CAE9B) border-box;
}
.prog__mixed .prog__room {
  background: linear-gradient(90deg, #09A8FA 25%, #3CAE9B 35%) !important;
}
.prog__mixed:hover {
  border: 2px dashed transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #5BC0F8, #3CAE9B) border-box;
}
.prog__violet {
  border: 2px dashed #fff;
  background: linear-gradient(#fff 0 0) padding-box, #9f2284 border-box;
}
.prog__violet .prog__room {
  background: #9f2284 !important;
}
.prog__violet h3 {
  color: #9f2284 !important;
}
.prog__violet:hover {
  border: 2px dashed transparent;
}

.reg {
  padding-bottom: 4rem;
}
.reg h2 {
  color: #494040;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.reg__content {
  border-radius: 2.5rem;
  background: #FFF;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 2rem;
}
.reg__content a {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 2rem;
  background: #5BC0F8;
  padding: 1rem 6rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 0.2rem solid #5BC0F8;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
}
.reg__content a:hover {
  background: transparent;
  color: #5BC0F8;
  text-decoration: none;
}

.sert {
  padding-bottom: 6rem;
}
.sert h2 {
  color: #494040;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sert__content {
  border-radius: 2.5rem;
  background: #FFF;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sert__content p {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.sert__content img {
  width: 100%;
}

.nmo {
  padding-bottom: 4rem;
}
.nmo h2 {
  color: #494040;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.nmo__block {
  border-radius: 2.5rem;
  background: #FFF;
  padding: 1.25rem 2.5rem 2.5rem;
}
.nmo__block img {
  width: 6rem;
}
.nmo__block p, .nmo__block li, .nmo__block h4 {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.nmo__block h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.nmo__block ul, .nmo__block ol {
  margin-bottom: 2rem;
}
.nmo__block h3 {
  font-family: "Helvetica Neue", sans-serif;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
.nmo__button {
  color: #FFF !important;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 2rem;
  background: rgb(40, 86, 188);
  padding: 1rem 6rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 0.2rem solid rgb(40, 86, 188);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
}
.nmo__button:hover {
  background: transparent;
  color: rgb(40, 86, 188) !important;
  text-decoration: none;
}
.nmo__buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.partners {
  background: #F2FAFB;
}
.partners__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.partners__content a {
  transition: all 0.2s ease;
}
.partners__content a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.partners__org {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  justify-content: space-between;
}
.partners__desc {
  justify-content: space-between;
}
.partners__desc img {
  max-width: 27rem;
  max-height: 7rem;
}
.partners__desc span {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.partners table {
  width: 100%;
  border-collapse: collapse;
}
.partners table tbody {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
}
.partners table tr {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
}
.partners table tr:not(tr:last-of-type) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.partners table th:not(th:last-of-type) {
  border-right: 0.5px solid rgba(0, 0, 0, 0.3);
}
.partners table th {
  padding: 20px 20px;
  position: relative;
}
.partners table th a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.partners table th img {
  max-width: 100%;
  max-height: 10rem;
}
.partners__info table tbody {
  grid-template-rows: repeat(3, 1fr);
}

.contacts {
  background: #F2FAFB;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contacts__content {
  gap: 2rem;
}
.contacts img {
  width: 16rem;
}
.contacts p {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.contacts p a {
  color: #000;
}

.room {
  margin-top: 3rem;
  border-radius: 2.5rem;
  background: #FFF;
  padding: 2.5rem;
}
.room > div:not(.room__content) {
  margin-bottom: 1.5rem;
}
.room__op {
  margin-top: 1rem;
}
.room__blue h2 {
  color: #0087CC;
}
.room__blue .room__imp {
  background: #09A8FA;
}
.room__blue .room__imp h3, .room__blue .room__imp h4, .room__blue .room__imp p, .room__blue .room__imp .room__time {
  color: #fff;
}
.room__blue .room__extra {
  border: 2px solid #09A8FA;
}
.room__blue .room__name {
  background: #09A8FA;
}
.room__blue .room__text-colored {
  color: #09A8FA;
}
.room__green h2 {
  color: #3CAE9B;
}
.room__green .room__imp {
  background: #3CAE9B;
}
.room__green .room__imp h3, .room__green .room__imp h4, .room__green .room__imp p, .room__green .room__imp .room__time {
  color: #fff;
}
.room__green .room__extra {
  border: 2px solid #3CAE9B;
}
.room__green .room__name {
  background: #3CAE9B;
}
.room__green .room__text-colored {
  color: #3CAE9B;
}
.room__violet h2 {
  color: #9f2284;
}
.room__violet .room__imp {
  background: #9f2284;
}
.room__violet .room__imp h3, .room__violet .room__imp h4, .room__violet .room__imp p, .room__violet .room__imp .room__time {
  color: #fff;
}
.room__violet .room__extra {
  border: 2px solid #9f2284;
}
.room__violet .room__name {
  background: #9f2284;
}
.room__violet .room__text-colored {
  color: #9f2284;
}
.room h2 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 1rem;
}
.room h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.room h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.room p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.room p:last-of-type {
  margin-bottom: 0;
}
.room__name {
  padding: 0.5rem 1rem;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1rem;
  margin-bottom: 0;
  white-space: nowrap;
}
.room__event {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.room__imp, .room__extra {
  padding: 1rem;
  border-radius: 1rem;
}
.room__time {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  min-width: 8rem;
  margin: 0;
}
.room__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.room__next {
  margin-top: 3rem;
  margin-bottom: 1.5rem !important;
}
.room__notice {
  color: red !important;
  width: fit-content;
  font-size: 1.5rem !important;
  font-family: "Helvetica Neue", sans-serif;
}
.room__head {
  border-bottom: 2px dashed #fff;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.room__head.active {
  margin-bottom: 0;
}
.room__head.active .room__click img {
  transform: rotate(-90deg);
}
.room__part {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.room__inner {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s ease;
}
.room__click {
  min-width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  user-select: none;
}
.room__click img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  transform: rotate(90deg);
  filter: invert(1) grayscale(1) brightness(1000%);
}
.room__link {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.875rem 4rem;
  border-radius: 3rem;
  margin-left: auto;
  width: fit-content;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  display: flex;
  background: #BA1505;
  border: 0.2rem solid #BA1505;
}
.room__link:hover {
  color: #BA1505;
  background: transparent;
}

.anchor {
  position: absolute;
  left: 0;
  top: -6rem;
}

.openModal {
  cursor: pointer;
}

.modal-overlay {
  backdrop-filter: blur(10px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1100;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.modal-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 3rem;
  border-radius: 2.5rem;
  background: #fff;
  max-height: calc(100vh - 6rem);
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal-block__head {
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal-block__close {
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  overflow-y: hidden;
}
.modal-block__close::after, .modal-block__close::before {
  content: "";
  height: 0.2rem;
  width: 2rem;
  background-color: rgb(40, 86, 188);
  position: absolute;
}
.modal-block__close::before {
  transform: rotate(45deg);
}
.modal-block__close::after {
  transform: rotate(-45deg);
}
.modal-block__content {
  overflow-y: auto;
  position: relative;
  max-height: calc(100vh - 11rem);
}
.modal-block__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}
.modal-block h3 {
  color: #0087CC;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.modal-block p, .modal-block li, .modal-block td, .modal-block th {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.modal-block th {
  font-weight: 700;
}
.modal-block span {
  font-size: 1rem;
  text-align: right;
  font-style: italic;
  margin: 0;
}
.modal-block table th, .modal-block table td {
  padding: 0.5rem;
}
.modal-block__instr h3 {
  font-family: "Helvetica Neue", sans-serif;
  color: #000;
  text-transform: uppercase;
}
.modal-block__instr .modal-block__blue {
  color: #0087CC;
  font-weight: 700;
}
.modal-block__instr .modal-block__green {
  color: #3CAE9B;
  font-weight: 700;
}

.side-trigger {
  transition: all 0.2s ease;
  height: 24px;
  width: 40px;
  position: relative;
  cursor: pointer;
  display: none;
}
.side-trigger span {
  position: absolute;
  height: 2px;
  background: rgb(40, 86, 188);
  width: 100%;
  left: 0;
}
.side-trigger span:nth-child(1) {
  top: 0;
}
.side-trigger span:nth-child(2) {
  top: 11px;
}
.side-trigger span:nth-child(3) {
  bottom: 0;
}

.sidenav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  top: 0;
  right: -100%;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.5s ease, right 0s ease 0.5s;
  display: none;
}
.sidenav.active {
  opacity: 1;
  right: 0;
  transition: opacity 0.5s ease;
}
.sidenav.active .sidenav-block {
  right: 0;
}
.sidenav.active .sidenav-click {
  left: 0;
}
.sidenav-block {
  transition: all 0.2s ease;
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 300px;
  height: 100%;
  row-gap: 2rem;
  padding: 5rem 2rem 2rem 4rem;
}
.sidenav-block-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidenav-block-desc a {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
}
.sidenav-block-desc a:hover {
  color: #0087CC;
}
.sidenav-block-close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  overflow-y: hidden;
}
.sidenav-block-close::after, .sidenav-block-close::before {
  content: "";
  height: 0.2rem;
  width: 3rem;
  background-color: rgb(40, 86, 188);
  position: absolute;
}
.sidenav-block-close::before {
  transform: rotate(45deg);
}
.sidenav-block-close::after {
  transform: rotate(-45deg);
}

.map {
  margin-bottom: 40px;
}
.map__name {
  color: #494040;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .header__content {
    padding: 1rem 2rem;
    border-radius: 3.625rem;
    justify-content: space-between;
    gap: 10px;
  }
  .header__content a {
    display: none;
  }
  .header__content img {
    width: 5rem;
    height: 5rem;
  }
  .header.active .header__content {
    border-radius: 0 0 3.625rem 3.625rem;
    border-top: none;
  }
  .forum__mom {
    height: auto;
  }
  .forum__mom img {
    display: none;
  }
  .forum__block {
    padding: 3rem;
  }
  .forum__block p {
    font-size: 2.5rem;
  }
  .forum__block p span {
    font-size: 2rem;
  }
  .forum__block h4 {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
  .forum__block h2 {
    margin-bottom: 3rem;
  }
  .welcome__name {
    font-size: 3.5rem;
  }
  .welcome__content {
    flex-direction: column;
  }
  .welcome__content img {
    width: 32rem;
    margin-bottom: -2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .welcome__content h3 {
    font-size: 1.75rem;
  }
  .welcome__content h3 span {
    font-size: 2.5rem;
  }
  .welcome__content h2 {
    font-size: 2.5rem;
  }
  .welcome__content p {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .welcome__tabs {
    justify-content: unset;
  }
  .welcome__tabs li a span {
    font-size: 1.75rem;
  }
  .welcome__block {
    padding: 3rem 2rem;
  }
  .welcome__more {
    font-size: 2.5rem;
  }
  .files__block {
    gap: 1rem;
    padding: 2rem;
  }
  .files__block img {
    margin-right: -2rem;
  }
  .files__block div p {
    font-size: 2rem;
  }
  .prog__tabs {
    gap: 4%;
  }
  .prog__tabs li {
    width: 48%;
  }
  .prog__tabs li a p {
    font-size: 1.75rem;
  }
  .prog__field {
    gap: 1rem;
  }
  .prog__room {
    font-size: 2rem;
  }
  .prog__block {
    padding: 2rem 1rem;
  }
  .prog__block h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  .prog__first {
    grid-template-columns: 1fr;
  }
  .room {
    padding: 3rem 2rem;
  }
  .room > div:not(.room__content) {
    flex-direction: column;
  }
  .room__name {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
  }
  .room__time {
    font-size: 2rem;
  }
  .room__content {
    gap: 2rem;
  }
  .room__event {
    gap: 0.5rem;
    flex-direction: column;
  }
  .room__notice {
    font-size: 2rem !important;
  }
  .room__next {
    margin-top: 5rem;
  }
  .room__part {
    gap: 3.5rem;
  }
  .room__click {
    min-width: 2.5rem;
    height: 2.5rem;
  }
  .room h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .room h3, .room h4 {
    font-size: 1.75rem;
  }
  .room p {
    font-size: 1.5rem;
  }
  .room__link {
    font-size: 2.25rem;
    margin-right: auto;
  }
  .nmo__block {
    padding: 3rem 2rem;
  }
  .nmo__block img {
    width: 12rem;
    margin-bottom: 1.5rem;
  }
  .nmo__block p, .nmo__block li {
    font-size: 1.75rem;
  }
  .nmo__block p:last-of-type, .nmo__block li:last-of-type {
    margin-right: 3rem;
  }
  .nmo__button {
    font-size: 2.5rem;
    border-radius: 5rem;
  }
  .nmo h2 {
    font-size: 3.5rem;
  }
  .nmo h4 {
    font-size: 2rem;
  }
  .nmo__buttons {
    margin-top: 20px;
    flex-direction: column;
  }
  .reg__content {
    grid-template-columns: 1fr;
  }
  .reg__content a {
    font-size: 2rem;
    border-radius: 5rem;
  }
  .sert__content {
    grid-template-columns: 1fr;
  }
  .sert__content p {
    font-size: 2rem;
  }
  .partners table th {
    padding: 1rem 1rem;
  }
  .partners__desc span {
    font-size: 1.5rem;
  }
  .partners__org {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .modal-block__close {
    width: 4rem;
    height: 4rem;
  }
  .modal-block__close:before, .modal-block__close:after {
    width: 3rem;
  }
  .modal-block h3 {
    font-size: 2.5rem;
  }
  .modal-block p, .modal-block th, .modal-block td, .modal-block li {
    font-size: 1.75rem;
  }
  .modal-block span {
    font-size: 1.5rem;
  }
  .contacts p {
    font-size: 1.75rem;
  }
  .sidenav {
    display: flex;
  }
  .side-trigger {
    display: flex;
  }
}
@media (max-width: 992px) {
  .header__content a {
    font-size: 1rem;
  }
}
.for-animation {
  animation: pulse 2s infinite;
  border-radius: 30px;
}

.for-animation:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(91, 192, 248, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(91, 192, 248, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(91, 192, 248, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(91, 192, 248, 0.4);
    box-shadow: 0 0 0 0 rgba(91, 192, 248, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(91, 192, 248, 0);
    box-shadow: 0 0 0 10px rgba(91, 192, 248, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(91, 192, 248, 0);
    box-shadow: 0 0 0 0 rgba(91, 192, 248, 0);
  }
}

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