@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, b, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, tt, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

footer, header, nav, section, main {
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* colors */
/* colors */
/* txt */
/* txt */
body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  background: #ebeff3;
}

/* btn */
/* btn */
.wrapper {
  max-width: 1420px;
  margin: 0 auto;
}

header {
  background: white;
  padding: 28px 0;
}
header .logo_wrapper {
  position: relative;
  z-index: 3;
}
header .logo_wrapper .logo_super_border_block {
  position: absolute;
  width: 282px;
  top: 0%;
  left: 0;
}
header .logo_wrapper .logo_super_border_block::before {
  content: "";
  background: white;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 62% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 62% 100%, 0% 100%);
}
header .logo_wrapper .logo_super_border_block::after {
  content: "";
  background: white;
  position: absolute;
  bottom: -11px;
  right: 200px;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
header .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 47px;
}
header nav a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  color: #2E3146;
}
header nav a.media_links {
  color: #47459F;
}
header nav a:hover {
  filter: brightness(1.2);
}

.nav_dop {
  position: relative;
}
.nav_dop > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav_dop > a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}
.nav_dop .dop_a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: white;
  visibility: hidden;
  opacity: 0;
}
.nav_dop:hover > a::after {
  transform: rotate(180deg);
}
.nav_dop:hover .dop_a {
  visibility: visible;
  opacity: 1;
}

.main_banner_section {
  background: url(../img/bg2.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.main_banner_section .wrapper {
  min-height: 751px;
  position: relative;
}
.main_banner_section .wrapper .shield {
  position: absolute;
  right: 0;
  width: 49%;
  background: #E4202D;
  height: 262px;
  -webkit-clip-path: path("M49.5757 0H1026.72V262.52L0 201.52L49.5757 0Z");
          clip-path: path("M49.5757 0H1026.72V262.52L0 201.52L49.5757 0Z");
  display: flex;
  padding-left: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 37px;
  flex-direction: column;
}
.main_banner_section .wrapper .shield::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: #E4202D;
  top: 0;
  left: 0;
  z-index: -1;
}
.main_banner_section .wrapper .shield_content {
  position: absolute;
  right: 0;
  width: 49%;
  height: 262px;
  display: flex;
  padding-left: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 37px;
  flex-direction: column;
  z-index: 20;
}
.main_banner_section .girl {
  position: absolute;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  left: -250px;
}

.shield_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .shield_title {
    font-size: 1.5rem;
  }
}

.shield_subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: white;
  margin-bottom: 16px;
}

.shield_btn_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  position: relative;
  z-index: 100;
}
.shield_btn_wrapper button {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  background: #2E3146;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s ease-in-out;
  background: white;
  color: #E4202D;
}
.shield_btn_wrapper button:hover {
  filter: brightness(1.2);
}

.socials_banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  position: absolute;
  top: -25.5px;
  left: 0;
}

.calendar_section .wrapper {
  padding: 100px 0;
  position: relative;
}

.swiper-slide {
  width: auto;
  max-width: 100%;
}

.calendar_swiper {
  overflow: hidden;
}

.date_item {
  background: white;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2E3146;
  width: 67px;
  height: 90px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
  cursor: pointer;
}
.date_item span:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
}
.date_item span:last-child {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .date_item span:last-child {
    font-size: 1.875rem;
  }
}
.date_item.active {
  background: #E4202D;
  color: white;
}

.calendar_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  left: 0;
  width: 67px;
  height: 90px;
  margin-top: 0;
  background: url(../img/svg/prev.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 40px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-next {
  transform: rotate(180deg);
}

.mont_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
}

.dates_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.mont_title {
  position: sticky;
  top: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: #2E3146;
  left: 0;
}

.mont_wrapper {
  position: relative;
}

.months_container {
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

#scroll_container {
  transition: all 0.2s ease-in-out;
  scroll-behavior: smooth;
  /* Hide scrollbar for IE, Edge and Firefox */
}
#scroll_container::-webkit-scrollbar {
  display: none;
}
#scroll_container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.section_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.4375rem + 2.25vw);
  line-height: 108%;
  letter-spacing: 0.02em;
  color: #2E3146;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .section_title {
    font-size: 3.125rem;
  }
}

.ivents_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.ivent_item {
  width: 460px;
  height: 290px;
  border-radius: 20px;
  overflow: hidden;
  padding: 46px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.ivent_item .ivent_title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 4.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 102px;
}
@media (min-width: 1200px) {
  .ivent_item .ivent_title {
    font-size: 1.875rem;
  }
}
.ivent_item .ivent_date {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: white;
}
.ivent_item .ivent_btn {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  background: #2E3146;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s ease-in-out;
  background: #E4202D;
  color: white;
}
.ivent_item .ivent_btn:hover {
  filter: brightness(1.2);
}

.news_top_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.results_slider_wrapper {
  width: 460px;
  height: 599px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 45px 47px;
  position: relative;
}
.results_slider_wrapper .result_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.result_title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #E4202D;
  text-align: center;
  height: 68px;
  margin-bottom: 31px;
}
@media (min-width: 1200px) {
  .result_title {
    font-size: 1.875rem;
  }
}

.result_subtitle {
  height: 54px;
}

.result_subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #47459F;
  margin-bottom: 26px;
}
@media (min-width: 1200px) {
  .result_subtitle {
    font-size: 1.5rem;
  }
}

.result_position {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.result_position + .result_position {
  margin-top: 26px;
}
.result_position span:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 138%;
  letter-spacing: 0.02em;
  color: #E4202D;
  margin-bottom: 5px;
}
.result_position span:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #2E3146;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .result_position span:nth-child(2) {
    font-size: 1.5rem;
  }
}
.result_position span:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: #2E3146;
}

.position_swiper, .position_swiper2 {
  overflow: hidden;
}
.position_swiper .swiper-slide, .position_swiper2 .swiper-slide {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 3px solid #47459F;
  background: none;
  opacity: 1;
}

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

.video_item {
  width: 460px;
  height: 599px;
  border-radius: 20px;
  background: #2E3146;
  position: relative;
  overflow: hidden;
  padding: 32px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.video_item:hover .video_img {
  transform: scale(1.2);
}
.video_item .video_category_title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .video_item .video_category_title {
    font-size: 1.875rem;
  }
}
.video_item .video_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .video_item .video_title {
    font-size: 1.5rem;
  }
}

.video_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform 0.5s ease-in-out;
}

.video_frame {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.play_link {
  width: 49px;
  height: 49px;
  background: url(../img/svg/play.svg) center no-repeat;
  background-size: auto;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play_link:hover {
  filter: brightness(0) saturate(100%) invert(26%) sepia(20%) saturate(3222%) hue-rotate(213deg) brightness(100%) contrast(93%);
}

.news_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news_grid .news_item {
  background: #47459F;
  border-radius: 20px;
  width: calc(50% - 10px);
  height: 226px;
  padding: 31px 96px 39px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: white;
}
.news_grid .news_item .news_title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  height: 68px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .news_grid .news_item .news_title {
    font-size: 1.875rem;
  }
}
.news_grid .news_item .news_area {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
}
.news_grid .news_item .news_date {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .news_grid .news_item .news_date {
    font-size: 1.5rem;
  }
}

.meadia_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.media_wrapper {
  background: #2E3146;
  border-radius: 20px;
  overflow: hidden;
  width: 700px;
  height: 548px;
  position: relative;
}
.media_wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.media_wrapper .swiper-wrapper {
  height: 100%;
}
.media_wrapper .media_swiper, .media_wrapper .media_swiper2 {
  height: 100%;
}

.media_item {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 48px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.media_item:hover .video_img {
  transform: scale(1.2);
}

.mprev, .mprev2, .mnext, .mnext2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.mprev, .mprev2 {
  left: 18px;
}

.mnext, .mnext2 {
  right: 18px;
  left: auto;
  transform: translateY(-50%) rotate(180deg);
}

.npag4, .npag5 {
  right: 18px;
  width: auto !important;
  left: auto !important;
  bottom: 41px !important;
}
.npag4 .swiper-pagination-bullet, .npag5 .swiper-pagination-bullet {
  border: 3px solid;
  border-color: white;
  width: 12px;
  height: 12px;
}
.npag4 .swiper-pagination-bullet-active, .npag5 .swiper-pagination-bullet-active {
  background: white;
}

.media_title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .media_title {
    font-size: 1.875rem;
  }
}

.partners_section {
  padding-top: 140px;
}

.partners_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 47.82px;
}

.partner {
  width: 161px;
  height: 116px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  mix-blend-mode: multiply;
}

.crew_section {
  padding-top: 160px;
  overflow: hidden;
}

.crew_item {
  position: relative;
  display: block;
  width: 460px;
  height: 630px;
  overflow: hidden;
  border-radius: 20px;
}
.crew_item .crew_member_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.crew_item .crew_figure {
  position: absolute;
  -webkit-clip-path: path("M411.223 178.356H-249.461V0.855707L444.744 42.1003L411.223 178.356Z");
          clip-path: path("M411.223 178.356H-249.461V0.855707L444.744 42.1003L411.223 178.356Z");
  background: #47459F;
  width: calc(100% - 15px);
  height: 177px;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 50px;
  padding-top: 30px;
}
.crew_item .crew_figure .member_name {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .crew_item .crew_figure .member_name {
    font-size: 1.875rem;
  }
}
.crew_item .crew_figure .member_info {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
}

.crew_swiper .swiper-slide:nth-child(even) .crew_item .crew_figure {
  background: #E4202D;
}

footer {
  margin-top: 145px;
  background: #2E3146;
  padding-top: 54px;
  padding-bottom: 28px;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_logo {
  width: 305px;
  height: 103px;
  background: url(../img/svg/footerlogo.svg) center no-repeat;
}

.footer_nav_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.footer_nav_item a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  color: white;
}
.footer_nav_item a.big_a {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .footer_nav_item a.big_a {
    font-size: 1.5rem;
  }
}

.footer_socials_and_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 23px;
}
.footer_socials_and_links > a {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
}
@media (min-width: 1200px) {
  .footer_socials_and_links > a {
    font-size: 1.5rem;
  }
}

.footer_socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.footer_bottom {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy {
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 138%;
  letter-spacing: 0.02em;
  color: white;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.main_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: -1;
}

.crosh {
  padding-top: 42px;
  padding-bottom: 20px;
}

.crosh ul {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}

.crosh ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: #2E3146;
}

.crosh ul li:last-child {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  color: #47459F;
}

.crosh ul li::before {
  content: ">";
  padding: 0 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: #2E3146;
}

.crosh ul li:first-child::before {
  display: none;
}

.main_header .wrapper {
  align-items: center;
}
.main_header .logo_super_border_block {
  position: static !important;
  width: auto !important;
}
.main_header .logo_super_border_block::after {
  display: none;
}
.main_header .logo_super_border_block::before {
  display: none;
}
.main_header .logo {
  height: 45px !important;
  flex-shrink: 0;
}

.fkr_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fkr_item {
  width: calc(50% - 10px);
  height: 279px;
  background: url(../img/f1.jpg) center no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
  padding-bottom: 39px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.fkr_title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #2E3146;
}
@media (min-width: 1200px) {
  .fkr_title {
    font-size: 1.875rem;
  }
}

.fkr_block_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.fkr_block {
  width: 460px;
  height: 491px;
  border-radius: 20px;
  background: #47459F;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 50px 39px 50px;
  overflow: hidden;
  position: relative;
}
.fkr_block.mdl_block {
  justify-content: flex-end;
}
.fkr_block.red_block {
  background: #E4202D;
}

.fkr_block_links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 28px;
}
.fkr_block_links a {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .fkr_block_links a {
    font-size: 1.5rem;
  }
}
.fkr_block_links a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/svg/doc.svg) center no-repeat;
  margin-right: 15px;
}

.fkr_main_link {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .fkr_main_link {
    font-size: 1.875rem;
  }
}

.fkr_figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 178px;
  -webkit-clip-path: path("M375.685 177.5H-285V-5.52041e-06L409.205 41.2445L375.685 177.5Z");
          clip-path: path("M375.685 177.5H-285V-5.52041e-06L409.205 41.2445L375.685 177.5Z");
  background: #47459F;
}

.fkr_block_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 29px;
}
@media (min-width: 1200px) {
  .fkr_block_title {
    font-size: 1.5rem;
  }
}

.fkr_block_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 23px;
}

.fkr_info_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
}
@media (min-width: 1200px) {
  .fkr_info_item {
    font-size: 1.5rem;
  }
}
.fkr_info_item.small {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
}
.fkr_info_item::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 9px;
  flex-shrink: 0;
}
.fkr_info_item.pointer::before {
  background: url(../img/svg/pointer.svg) center no-repeat;
}
.fkr_info_item.tel::before {
  background: url(../img/svg/tel.svg) center no-repeat;
}
.fkr_info_item.mail::before {
  background: url(../img/svg/mail.svg) center no-repeat;
}

.main_txt_img {
  float: right;
  width: 580px;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 140px;
  margin-bottom: 20px;
}

.null {
  clear: both;
}

.main_txt_block h3 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #2E3146;
  margin-top: 28px;
}
@media (min-width: 1200px) {
  .main_txt_block h3 {
    font-size: 1.5rem;
  }
}
.main_txt_block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: #2E3146;
}
.main_txt_block p + p {
  margin-top: 20px;
}
.main_txt_block p strong {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #47459F;
}
@media (min-width: 1200px) {
  .main_txt_block p strong {
    font-size: 1.5rem;
  }
}

.toggle_kerling_item {
  width: 100%;
  height: 428px;
  background: #FFFFFF;
  border-radius: 30.9091px;
  padding: 66px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 95px;
  display: none;
}
.toggle_kerling_item.active {
  display: flex;
}

.tki_txt {
  max-width: 937px;
}
.tki_txt p {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #2E3146;
}
@media (min-width: 1200px) {
  .tki_txt p {
    font-size: 1.5rem;
  }
}
.tki_txt p + p {
  margin-top: 13px;
}
.tki_txt h3 {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #47459F;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .tki_txt h3 {
    font-size: 1.875rem;
  }
}

.tki_img {
  width: 191px;
  height: 295px;
  -o-object-fit: contain;
     object-fit: contain;
}

.toggle_kerling_items {
  margin-bottom: 55px;
}

.tgl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 40px;
}

.tgl_item {
  width: 340px;
  height: 68px;
  border-top: 2px solid white;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2E3146;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .tgl_item {
    font-size: 1.5rem;
  }
}
.tgl_item:hover, .tgl_item.active {
  border-top: 2px solid #E4202D;
  color: #E4202D;
}

.news_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  row-gap: 20px;
}

.news_grid.full .news_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 460px;
  height: 475px;
  padding: 35px 34px;
  overflow: hidden;
}
.news_grid.full .news_item .video_frame {
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.news_item_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.news_item_time {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
}
@media (min-width: 1200px) {
  .news_item_time {
    font-size: 1.5rem;
  }
}

.news_item_title {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: white;
}
@media (min-width: 1200px) {
  .news_item_title {
    font-size: 1.875rem;
  }
}

.loadmorenews {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  background: #2E3146;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s ease-in-out;
  background: #E4202D;
  color: white;
}
.loadmorenews:hover {
  filter: brightness(1.2);
}

.btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 78px;
}

.photo_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.photo_wrapper {
  width: 459px;
  height: 308px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.photo_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loadmorephotos {
  font-style: normal;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  background: #2E3146;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s ease-in-out;
  background-color: #E4202D;
  color: white;
}
.loadmorephotos:hover {
  filter: brightness(1.2);
}

.results_main_section {
  overflow: hidden;
}

.results_slideer_wrapper .results_slider_wrapper {
  height: 460px;
}

.results_swiper .swiper-slide {
  width: auto !important;
}

.results_subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #E4202D;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .results_subtitle {
    font-size: 1.875rem;
  }
}

.results_slideer_wrapper + .results_slideer_wrapper {
  margin-top: 68px;
}

.hiddenmenu {
  display: none;
}

.burger {
  display: none;
}

@media screen and (max-width: 1419px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  /* body {min-width:640px; width:100%; overflow-x:hidden;} */
  /*       body > * > * * {
          max-width: 100%;
        } */
  .wrapper {
    width: 95% !important;
    max-width: 95%;
  }
  header nav {
    gap: 30px;
  }
  .main_banner_section .wrapper .shield_content {
    padding: 20px 0;
    padding-left: 60px;
  }
  .shield_title {
    margin-bottom: 10px;
  }
  .shield_subtitle br {
    display: none;
  }
  .ivent_item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .ivent_item .ivent_title {
    font-size: 1.4em;
  }
  .news_grid .news_item .news_title {
    font-size: 1.5em;
  }
  .meadia_grid {
    gap: 20px;
  }
  .partners_grid {
    gap: 0;
    justify-content: space-between;
  }
  .result_title {
    font-size: 1.5em;
  }
  .result_subtitle {
    font-size: 1.3em;
  }
  .tgl_item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .photo_wrapper {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  header nav {
    justify-content: space-between;
  }
  .news_grid.full .news_item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 1200px) {
  header nav {
    display: none;
  }
  .hiddenmenu {
    display: block;
  }
  .main_banner_section .girl {
    left: -400px;
  }
  .ivent_item {
    width: calc(50% - 10px);
  }
  .news_top_grid {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .results_slider_wrapper {
    width: calc(50% - 10px);
  }
  .video_item {
    width: 100%;
  }
  .video_item .video_img {
    -o-object-position: top;
       object-position: top;
  }
  .news_grid .news_item .news_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
  }
  .media_title {
    max-width: 50%;
  }
  .partners_grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .partner {
    width: 25%;
  }
  .footer_logo {
    width: 200px;
    background-size: contain;
  }
  .footer_top {
    gap: 15px;
  }
  /* бургер */
  .burger {
    display: block;
    z-index: 10;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 14px;
    transition: all 0.2s ease-in;
    flex-shrink: 0;
  }
  .burger span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #47459F;
    border-radius: 50px;
    transition: all 0.2s ease-in;
  }
  .burger span::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #47459F;
    border-radius: 50px;
    transition: all 0.2s ease-in;
  }
  .burger:hover span::after, .burger:hover span::before {
    background: #47459F;
  }
  .burger.active span::after {
    background: #47459F;
    transform: rotate(-45deg) translate(3px, -6px);
  }
  .burger.active span::before {
    background: #47459F;
    transform: rotate(45deg) translate(2px, 6px);
  }
  .hiddenmenu {
    position: fixed;
    top: 0;
    left: 0%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    background: #F1F1F1;
    width: 100%;
  }
  .hiddenmenu.active {
    visibility: visible;
    opacity: 1;
  }
  .burger_menu {
    background: #F1F1F1;
    background-size: cover;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 132px 0 5% 5%;
    box-sizing: border-box;
  }
  .hidden_items {
    max-height: 75vh;
    overflow: auto;
  }
  .hidden_socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .hidden_socials a:not(:last-child) {
    margin-right: 18px;
  }
  .hidden_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hidden_item a {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #47459F;
    margin-bottom: 20px;
  }
  .hidden_item a:last-child {
    margin-bottom: 0;
  }
  .hidden_item + .hidden_item {
    margin-top: 50px;
  }
  /* бургер */
  .main_txt_img {
    margin-left: 20px;
  }
  .fkr_block.mdl_block {
    padding-left: 3%;
  }
  .fkr_block {
    padding: 3%;
  }
  .fkr_block_links a::before {
    flex-shrink: 0;
  }
  .results_main_grid .results_slider_wrapper {
    width: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .main_banner_section .girl {
    display: none;
  }
  .main_banner_section {
    background: none;
  }
  .main_banner_section .wrapper .shield {
    width: 100%;
  }
  .main_banner_section .wrapper .shield_content {
    width: 100%;
    padding-top: 70px;
  }
  .main_banner_section .wrapper {
    height: 300px;
    min-height: 300px;
  }
  .news_grid .news_item {
    padding: 5%;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer_nav_item {
    align-items: center;
  }
  .footer_socials_and_links {
    align-items: center;
  }
  .results_slider_wrapper {
    padding: 5%;
  }
  .main_txt_img {
    width: 100%;
    margin-left: 0;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 500px;
    -o-object-position: top;
       object-position: top;
  }
  .fkr_block_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .fkr_block {
    height: auto;
    gap: 20px;
    width: 100%;
  }
  .fkr_figure {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .fkr_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .fkr_item {
    padding: 5%;
    width: 100%;
  }
  .toggle_kerling_item {
    height: auto;
  }
  .news_grid.full .news_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main_banner_section .wrapper .shield {
    -webkit-clip-path: none;
            clip-path: none;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
    width: 100%;
  }
  .main_banner_section .wrapper .shield::after {
    display: none;
  }
  .main_banner_section .wrapper .shield_content {
    padding-left: 5%;
    padding-right: 5%;
    background: none;
  }
  .cprev, .cnext {
    display: none;
  }
  .ivent_item {
    width: 100%;
    padding: 5%;
  }
  .results_slider_wrapper {
    width: 100%;
  }
  .news_grid {
    flex-wrap: wrap;
  }
  .news_grid .news_item {
    width: 100%;
  }
  .meadia_grid {
    flex-wrap: wrap;
  }
  .media_item {
    width: 100%;
  }
  .crew_item {
    max-width: 100%;
  }
  .toggle_kerling_item {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .tki_img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
    margin-bottom: 20px;
  }
  .tgl_item {
    width: 100%;
  }
  .photo_wrapper {
    width: calc(50% - 10px);
  }
  .results_main_grid .results_slider_wrapper {
    width: 100%;
  }
  .news_grid.full .news_item {
    width: 100%;
  }
}

.table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    border-radius: 4px;
}

/*# sourceMappingURL=styles.css.map */
.main_txt_img{
    object-position: top;
}
.photo_wrapper.video_wrp{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2%;
}
.photo_wrapper .media_title{
    margin-top: auto;
    font-size: 1.2em;
}
.fkr_block_links a::before{
    flex-shrink: 0;
}
.results_slider_wrapper{
    padding: 45px 30px;
}
.scroll_icon_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(6024%) hue-rotate(346deg) brightness(91%) contrast(95%);
}
.main_txt_block ul{
    margin-left: 20px;
    margin-bottom: 15px;
}
.main_txt_block li{
    margin-top: 15px;
}
.documents_title{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 114%;
    letter-spacing: 0.02em;
    color: #2E3146;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
}
.documents_content{
    display: none;
}
.dc{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 17px;
    padding-top: 40px;
    flex-direction: column;
}
.dc a{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 108%;
    letter-spacing: 0.02em;
    color: #2E3146;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.dc a:hover{
    color: #47459F;
}
.dc a::before{
    content: '';
    width: 20px;
    height: 22px;
    background: url(../img/svg/doc1.svg)center no-repeat;
    flex-shrink: 0;
}
.documents_title::after{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/svg/arrow4.svg)center no-repeat;
    transform: rotate(180deg);
    flex-shrink: 0;
    filter:brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(2454%) hue-rotate(195deg) brightness(91%) contrast(87%);
}
.documents_title.active{
    color: #47459F;
}
.documents_title.active::after{
    transform: rotate(0);
    filter: none;
}
.documents_item + .documents_item{
    margin-top: 40px;
}
header nav{
    gap: 20px;
}

.search_form{
  position: absolute;
  right: 0;
  bottom: -80px;
  display: none;
}
.search_form input{
  height: 47px;
  background: #FFFFFF;
  border: 3px solid #47459F;
  border-radius: 9px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0.02em;
  color: #333333;
}
.search_and_burger{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
header .wrapper{
    position: relative;
    gap: 20px;
}
header .logo_wrapper{
    width: 200px;
}
header .header_search_icon {
    width: 24px;
    height: 24px;
    background: url(/extore/frontend/themes/kerling/img/svg/search_icon.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.search_grid{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.result_title{
    display: block;
}
.search_item{
    font-size: 18px;
    color: #47459F;
}
.mont_item{
    position: relative;
}
.manch{
    position: absolute;
    left: 0;
    top: 0;
}
.to_month_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    flex-wrap: wrap;
}
.months_container{
    scroll-padding-top: 2em;
}
.tomonth{
    background: white;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E3146;
    padding: 10px;
}
.to_month_wrapper   {
    margin: 0 67px;
}
.news_area{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.main_txt_block p + p{
    margin-top: 0;
}
.main_txt_block img{
    max-width: 100%;
}
.prize-place-table{
    width: 460px;
    height: auto;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 3%;
    position: relative;
}
.prize-place-table-pos{
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 138%;
    letter-spacing: 0.02em;
    color: #E4202D;
    padding-right: 10px;
    text-align: center;
}
.main_txt_block .prize-place-team-name{
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 114%;
    letter-spacing: 0.02em;
    color: #2E3146;
    margin-bottom: 6px;
}
.top_news_txt{
    width: 100%;
}
.news_grid .news_item .news_title {
    height: 71px;
}
.prize-place{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.prize-place-photo{
    max-width: 50%;
}
.prize-place-photo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: right;
    border-radius: 20px;
}
.bl-rezult-tab-container{
    width: 100%;
    padding-bottom:20px;
}
.final-protocol-name{
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 114%;
    letter-spacing: 0.02em;
    color: #47459F;
    margin-bottom: 20px;
}
.final-protocol-table{
    background: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 3%;
}
.final-protocol-table td {
    padding: 20px 10px;
    vertical-align: top;
    border-bottom: 1px solid #90c2ea;
}
.final-protocol-table-test, .final-protocol-table-point, .final-protocol-table-victory{
    color: #2185d5;
}
.final-protocol-table table {
    width: 100%;
    font-size: 18px;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.final-protocol-table-header {
    text-transform: uppercase;
    color: #9cc8f2;
}
.final-protocol-table-staff span:first-child {
    color: #2185d5;
}
.final-protocol-table-staff span {
    display: block;
}





  .tschedule-container {
      display: flex;
    align-items: flex-end;
    justify-content: space-between;
      width: 1100 px;
    overflow: hidden;
    padding: 73px 0px;
  }
  .tschedule-grid {
    gap: 5px;
    display: flex;
  }
  .timage-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 12%;
    margin-left: 0;
  }
  .timage-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    height: 530px;
  }
  .tschedule-image {
    object-fit: cover;
    object-position: center;
    width: 172px;
    border-radius: 26px;
    flex-grow: 8;
  }
  .tschedule-image-secondary {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 172px;
    border-radius: 26px;
    margin-top: 19px;
  }
  .tdaily-program-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 52%;
    margin-left: 20px;
  }
  .tdaily-program-container {
    border-radius: 26px;
    background-color: rgba(83, 150, 53, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    width: 100%;
    padding: 60px 0 0 30px;
    height: 100%;
  }
  .tdaily-program-title {
    text-transform: uppercase;
    width: 300px;
    font: 31px/35px Unbounded, sans-serif;
  }
  .tdaily-program-content {
    z-index: 10;
    margin: 13px 160px 0 0;
    font: 16px/22px Golos Text, sans-serif;
  }
  .tdaily-program-image {
    aspect-ratio: 0.92;
    object-fit: cover;
    object-position: center;
    width: 327px;
    align-self: end;
    margin-top: -74px;
    max-width: 100%;
  }
  .tweekend-program-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 32%;
    margin-left: 20px;
  }
  .tweekend-program-container {
    border-radius: 26px;
    background-color: rgba(11, 87, 41, 1);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    width: 100%;
    padding: 55px 37px 38px 30px;
  }
  .tweekend-program-title {
    text-transform: uppercase;
    font: 31px/35px Unbounded, sans-serif;
  }
  .tweekend-program-content {
    align-self: start;
    margin-top: 16px;
    font: 16px/22px Golos Text, sans-serif;
  }
  @media (max-width: 991px) {
    .tschedule-container {
      padding: 0px;
    }
    .tschedule-grid {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
    .timage-column {
      width: 100%;
      height: 290px;
    }
    .timage-wrapper {
      margin-top: 40px;
      flex-direction: row;
      gap: 12px;
    }
    .tschedule-image-secondary {
        margin-top: 0px;
        height: 250px;
    }
    .tschedule-image {
    height: 250px;
    }
    .tdaily-program-column {
      width: 100%;
      margin-left: auto;
    }
    .tdaily-program-container {
      max-width: 100%;
      margin-top: 40px;
    }
    .tdaily-program-content {
      max-width: 100%;
      margin-right: 10px;
    }
    .tweekend-program-column {
      width: 100%;
      margin-left: auto;
    }
    .tweekend-program-container {
      margin-top: 40px;
      padding-right: 20px;
    }
    .tweekend-program-title {
      margin-left: 10px;
    }
  }













.main_txt_block .tabNavigation.bl-rezult-tab-navigation{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.main_txt_block .tabNavigation.bl-rezult-tab-navigation li{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 1%;
    border-radius: 6px;
}
.main_txt_block .tabNavigation.bl-rezult-tab-navigation li a{
    width: 100%;
    height: 100%;
}
.bl-rezult-container-content a{
    text-decoration: underline;
}

element.style {
    min-width: 270px;
}
.bl-rezult-container-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    min-width: 900px;
}
.container-content table td {
    border: 1px solid #f5f5f5;
    padding: 5px;
    max-width: 376px;
}
.bl-rezult-container-content table td {
    border: 1px solid #f5f5f5;
    padding: 5px;
    max-width: 376px;
}

.main_txt_block table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    max-width: 100%;
}
.main_txt_block table td {
    border: 1px solid #2E3146;
    padding: 5px;
    max-width: 376px;
}

.main_txt_block .bl-rezult-container-content p + p{
    margin-top: 10px;
}
#course-tournament, #participating-teams{
    display: none;
}

.news_grid.full .news_item.archive_item{
    height: 325px;
}
.archive_link{
    color: #2185d5;
    text-decoration: underline;
    font-size: 1.2em;
    display: inline-block;
    margin-top: 20px;
}
.tabs_archiv{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.archiv_tab{
    background: white;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E3146;
    padding: 10px;
    cursor: pointer;
}

.main_txt_img{
    height: auto;
    object-fit: contain;
}
iframe{
    max-width: 100%;
}
.news_grid.full .news_item .news_item_img{
    object-fit: contain;
    object-position: center;
}
.news_grid{
    align-items: stretch;
}
.news_grid.full .news_item{
    height: auto;
    gap: 10px;
}
.news_item_title{
    font-size: 1.5rem;
}
.main_txt_block.super_txt p{
    margin: 5px 0;
}
.main_txt_block.super_txt ul{
    margin-top: 5px;
    margin-bottom: 5px;
}
.toggle_kerling_item{
    min-height: 428px;
    height: auto;
}
.news_grid .news_item .news_title{
    height: auto;
    font-size: 1.5em!important;
    display: block!important;
}
/* @media screen and (max-width: 1419px){
    .news_grid .news_item .news_title{
        height: 59px;
    }
} */
.partner{
    width: 100%;
}
.map_section{}
.map{
    width: 100%;
    height: 500px;
}
.fkr_block_grid.all_about{
    flex-wrap: wrap;
}
.fkr_block_grid.all_about .fkr_block{
    width: calc(100% / 3 - 40px / 3);
}
.toggle_kerling_item{
    padding: 30px 35px;
    min-height: 250px;
    justify-content: space-between;
}
.tki_img{
    object-fit: scale-down;
}
.tki_txt p{
    font-size: 18px;
}
.news_tabs_container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.news_tab{
    background: white;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #2E3146;
    padding: 10px;
    cursor: pointer;
}
.news_tab.active{
    color: white;
    background: #2E3146;
}
.news_filters{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.date_filter{
  flex-shrink: 0;
}
#date_filter{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 148%;
    letter-spacing: 0.01em;
    background: white;
    border-radius: 6px;
    color: #2E3146;
    padding: 10px;
    cursor: pointer;
    border: none;
}
.main_txt_block p strong{
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}
.main_txt_block a{
    color: #2185d5;
    text-decoration: underline;
}
.members_sections_grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.members_grid_link{
    background: white;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #2E3146;
    padding: 10px;
    cursor: pointer;
}
.members_grid_block{
    margin-top: 100px;
    margin-bottom: 100px;
}
.team_in_grid{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.team_in_grid .crew_item{
    width: calc(100% / 3 - 30px /3);
}
.team_in_title{
    font-size: 35px;
    color: #2E3146;
    font-weight: 700;
    margin-bottom: 30px;
}
.team_in_block + .team_in_block{
    margin-top: 50px;
}
.meadia_grid{
    margin-top: 0;
    margin-bottom: 20px;
    gap: 20px;
    justify-content: flex-start;
}
.meadia_grid .video_item{
    width: calc(100% / 3 - 40px / 3);
    height: 460px;
    cursor: pointer;
}
.media_wrapper {
    width: calc(100% / 3 - 40px / 3);
    height: 460px;
}
.partners_section{
    overflow: hidden;
}
.partners_section .swiper-wrapper {
    transition-timing-function: linear;
}
.meadia_grid{
    margin-bottom: 100px;
}
.k7{
    background: url(../img/cur_kk.JPG)center top no-repeat;
    background-size: cover;
}
.k6{
    background: url(../img/cur_mm.jpeg)center top no-repeat;
    background-size: cover;
}
.k5{
    background: url(../img/cur_gm.jpeg)center top no-repeat;
    background-size: cover;
}
.k4{
    background: url(../img/cur_par.jpeg)center top no-repeat;
    background-size: cover;
}
.k3{
    background: url(../img/cur_c.JPG)center top no-repeat;
    background-size: cover;
}
.k2{
    background: url(../img/cur_g.jpeg)center top no-repeat;
    background-size: cover;
}
.k1{
    background: url(../img/cur_m.jpeg)center top no-repeat;
    background-size: cover;
}
.color-calendar.basic .calendar__days .calendar__day-event .calendar__day-box{
    background: #E4202D;
    opacity: 0.8;
}
.color-calendar.basic .calendar__days .calendar__day-event{
    color: white;
}
.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box{
    background: #47459F;
    opacity: 1!important;
}
.calendar__day-bullet{
    display: none;
}
.color-calendar .calendar__picker .calendar__picker-year-option::after, .color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option::after{
    background: #47459F;
}
.color-calendar.basic.color-calendar--small{
    z-index: 1;
}
.color-calendar.basic {
    border-radius: 20px;
    z-index: 1;
}
.new_calendar_and_ivents{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
#calendar{
    flex-shrink: 0;
    position: sticky;
    top: 120px;
}
.new_calendar_and_ivents .ivents_wrapper{
    margin-top: 0;
}
.new_calendar_and_ivents .ivent_item{
    width: calc(100% / 2 - 20px / 2);
    background-size: cover!important;
}

.new_news_container{
    position: relative;
    z-index: 2;
    color: white;
}
.new_news_date{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    letter-spacing: 0.48px;
    margin-bottom: 18px;
}
.new_news_title{
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;
    letter-spacing: 0.6px;
}
.new_news_title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 68px;
}
.news_grid.full .news_item.new_news_item{
    width: calc(100% / 3  - 40px / 3);
    height: 491px;
    justify-content: flex-end;
}
.new_news_item{
    width: calc(100% / 3  - 40px / 3);
}
.new_news_item .fkr_figure{
    width: 100%;
    height: 200px;
    clip-path: path("M631.49 205H-29V0L665 47.6346L631.49 205Z");
}
.news_grid.full .news_item.new_news_item .news_item_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_item_img{
    bottom: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.news_grid.full .news_item.new_news_item .news_item_img{
    bottom: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.new_news_title{
    font-size: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
}

.sort_subtitle{
    font-size: 28px;
    width: 100%;
    margin: 10px;
    color: #47459F;
}

.reestr_title{
    color: #3074DF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;
    letter-spacing: 0.6px;
    cursor: pointer;
    margin-bottom: 20px;
}
.reestr.active .reestr_title{
    margin-bottom: 48px;
}
.reestr_grid{
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 23px;
}
.reestr_grid.active{
    display: flex;
}
.reestr_item{
    width: calc(100% / 3 - 46px / 3);
    height: 232px;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.reestr_name{
    color: #47459F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    letter-spacing: 0.48px;
}
.reestr_number{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 138%;
    letter-spacing: 0.3px;
    color: #E4202D;
    margin-bottom: 3px;
}
.reestr_date{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    letter-spacing: 0.48px;
    color: #2E3146;
    margin-bottom: 6px;
}
.reestr_location{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: 0.16px;
    color: #2E3146;
}
.reestr.active + .reestr{
    margin-top: 58px;
}
.reestr:nth-child(3n + 2) .reestr_title{
    color: #74368C;
}
.reestr:nth-child(3n + 3) .reestr_title{
    color: #E4202D;
}

.main_banner_section{
    position: relative;
    background-position-x: 53%!important;
}
.main_banner_section .wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_big_title{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
/* .main_banner_section::before{
    content: '';
    clip-path: polygon(0 0, 58% 0, 33% 100%, 0% 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    background: #3A3585;
    z-index: -1;
} */
.main_banner_section .wrapper{
    position: relative;
}
.main_banner_section .socials_banner{
    top: auto;
    bottom: 20px;
}
.new_anti_shield{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 37px;
}
.new_anti_shield{
    background: #E4202D;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 19px 0;
    color: white;
    padding-left: 30px;
}
.new_anti_shield::after{
    content: '';
    width: 100vw;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #E4202D;
}
.new_anti_shield .shield_btn_wrapper{
    z-index: 2;
    width: auto;
}
.new_anti_title{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    letter-spacing: 0.48px;
    margin-bottom: 7px;
}
.new_anti_subtitle{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: 0.16px;
}
.new_anti_content{
    position: relative;
    z-index: 2;
}
.new_main_bg_container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.new_main_bg_left{
    position: absolute;
    height: 100%;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
      /*  background: #3A3585;*/
    background: #C80A14;
}
.new_main_bg_right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.christmas_img{
    width: 100%;
    height: auto;   
}
.christmas_img_wrapper{
    position: relative;
    margin-bottom: 30px;
}
.htag{
    font-size: 26px;
    color: #1887ab;
    text-transform: none;
    font-weight: 700;
}
.htag + .htag{
    margin-top: 10px;
}
.hashtags_container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 2% 3%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.christmas_calendar{
    width: 100%;
    margin-top: 50px;
}
.c_calendar_container{
    width: 100%;    
    display: none;
}
.c_calendar_container.active{
    display: block;
}
.c_calendar_container table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.c_calendar_container table td{
    padding: 10px 0px;
    width: calc(100% / 7);
    border-bottom: 1px solid #1887ab;
    font-size: 20px;
    font-weight: 700;
}
.c_calendar_container table td.active{
    background: #2185d5;
    color: white;
    cursor: pointer;
}
.c_calendar_container table td.disabled{
    background: #E4202D;
    color: white;
}
.christmas_txt_top{
    margin-bottom: 50px;
}
.c_table_title{
    font-size: 26px;
    text-align: center;
    color: #E4202D;
    font-weight: 700;
    margin-bottom: 15px;
}
.c_table_subtitle{
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    text-align: center;
    color: #2185d5;
}
.next_month, .prev_month{
    color: #2185d5;
    cursor: pointer;
}
.calendar_top{
    background-color: #f9e7e8;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.calendar_top_item{
    width: calc(100% / 7);
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
}
.calendar_top_item:first-child{
    border-bottom: 1px solid #2185d5;
}
.calendar_top_item:nth-child(2){
    color: #2185d5;
}
.calendar_bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f9e7e8;
    padding: 10px;
}
.calendar_bottom_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: calc(100% / 7);
    color: #999;
}
.square_blue{
    width: 20px;
    height: 20px;
    background: #2185d5;
}
.square_red{
    width: 20px;
    height: 20px;
    background: #E4202D;
}
.christmas_content_top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.c_cont_it{
    width: 40%;
}
.christmas_content_top img{
    width: 25%;
    height: auto;
}
.c_cont_it_title{
    background: #2E3146;
    color: white;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
    padding-left: 15px;
    padding-bottom: 12px;
    line-height: 1em;
}
.c_cont_it_txt{
    background: white;
    padding: 3%;
    color: #1887ab;
}
.christmas_content{
    margin-top: 50px;
}
.christmas_content_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    gap: 20px;
}
.christmas_content_bottom .c_cont_it{
    width: 50%;
}
.christmas_content_bottom img{
    width: 50%;
    height: auto;
}

/* modal */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 800px;
  max-height: 100vh;
  width: 100%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.close_modal{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.moda_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.modal_title{
    width: 50%;
    font-size: 20px;
    text-transform: uppercase;
    color: #1887ab;
    font-weight: 700;
}
.modal_date{
    width: 50%;
    color: #2E3146;
    font-size: 20px;
    font-weight: 700;
}
.modal_form_wrapper{
    width: 100%;
}
.modal_form_wrapper form{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.modal_inputs_wrapper{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: bottom;
    justify-content: flex-start;
    gap: 15px;
}
.modal_input_wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.modal_input_wrapper select{
    width: 100%;
    height: 43px;
    border: 1px solid #999;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 10px;
}
.modal_input_wrapper input{
    width: 100%;
    height: 43px;
    border: 1px solid #999;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 10px;
}
.modal_warning{
    width: 100%;
    color: #999;
}
.modal_btn{
    height: 40px;
    background: #2185d5;
    color: white;
    font-size: 20px;
    width: 100%;
    border-radius: 10px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}
  
.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* modal */

.section_subtitle{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 700px;
}
.new_map_section{
    margin-top: 100px;
}
.new_map_section .section_title{
    margin-bottom: 30px;
}
.toggle_map{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}
.toggle_map_item{
    text-decoration: underline;
}
.toggle_map_item.active{
    color: #3A3585;
    font-weight: 700;
}
.fed_map{
    width: 100%;
    height: 620px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.popover {
    display: block;
}
.popover .close {
    position: absolute;
    right: 5px;
    top: 1px;
}
.custom_pop_content {
    border-radius: 30px;
    background: #fff;
    width: 363px;
    min-height: 153px;
    gap: 20px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.custom_pop{
    position: absolute;
}
.popover-title{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;

    color: #000000;
}
.popoverlink{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-decoration-line: underline;
    color: #E4202D;
}
.popclose{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
}
@media screen and (max-width: 1109px){
    .new_calendar_and_ivents{
        gap: 10px;
    }
    .new_calendar_and_ivents .ivent_item{
        width: 100%;
    }

}
@media screen and (max-width: 1024px){
    .fkr_block_grid.all_about .fkr_block{
        width: 100%;
    }
    .new_big_title{
       /*  margin-top: 150px; */
        font-size: 45px;
        margin-bottom: 0;
    }
    .new_main_bg_left{
        display: none;
    }
    .new_main_bg_right{
        width: 100%;
        height:100%;
        top: 0;
        bottom: auto;
    }
    .new_big_title p{
       /* background: #47459F; */
       /*  background: #0B5729; */
       /*  padding: 5px; */
    }
    .main_banner_section .wrapper{
        padding: 50px 0;
        padding-bottom: 0;
        height: auto!important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 15px;
    }
    .new_anti_shield{
        position: relative;
        left: 0;
        bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
    }
    .new_anti_shield::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .main_banner_section .socials_banner{
        position: static;
        height: auto;
    }
    .main_banner_section .socials_banner::after{
        display: none;
    }
    .media_wrapper{
        width: calc(100% / 2 - 10px);
    }
    .meadia_grid .video_item{
        width: calc(100% / 2 - 10px);
    }
    .new_news_item{
        width: 100%;
        height: 300px;
    }
    .new_news_title, .new_news_date{
        font-size: 18px;
    }
    .new_news_title{
        -webkit-line-clamp: 3;
        height: 62px;
    }
    .new_news_item .fkr_figure{
        transform: scaleX(2);
        height: 150px;
    }
    .news_item.new_news_item{
        padding-bottom: 20px;
    }

    .news_grid.full .news_item.new_news_item{
        height: 300px;
        padding: 3%;
        padding-bottom: 20px;
    }
    .news_grid.full .news_item.new_news_item{
        width: 100%;
    }
    .reestr_item{
        width: calc(100% / 2 - 23px / 2);
    }
    .news_section .news_item_img , .news_main_section .news_item_img{
        position: static;
        width: calc(100% + 6%)!important;
        margin-left: -3%;
        margin-top: -3%;
    }
     .new_news_item{
        height: auto!important;
        padding: 3%!important;
    }
}
@media screen and (max-width: 768px){
    .partners_grid{
        flex-wrap: nowrap;
        overflow: auto;
    }
    .to_month_wrapper   {
        margin: 0;
    }
    .partners_grid a{
        flex-shrink: 0;
    }
    .partner{
        width: 161px;
    }
    .main_txt_block .table-fix td{
        padding: 1px;
    }
    .toggle_kerling_item{
        padding: 3% 3%;
        min-height: initial;
        height: auto;
        gap: 20px;
    }
    .tki_img{
        margin-bottom: 0;
        width: auto;
    }
    .toggle_kerling_item .tki_txt{ 
        max-width: 100%;
    }
    .tki_txt{
        max-width: 100%;
    }
    .prize-place{
        flex-wrap: wrap;
        gap: 20px;
    }
    .prize-place-photo{
        max-width: none;
        width: 100%;
    }
    .final-protocol-table{
        overflow: auto;
    }
    .main_txt_block .tabNavigation.bl-rezult-tab-navigation{
        gap: 2%;
    }
    .table-fix{
        overflow: auto;
    }
    .bl-rezult-container-content table td{
        max-width: none;
    }
/*     #course-tournament{
        overflow: auto;
    } */
    .bl-rezult-container-content table td{
        padding: 1px;
    }
    #participating-teams img{
        height: auto!important;
        object-fit: contain;

    }
    .prize-place-table{
        width: 100%;
        order: 1;
    }
    .socials_banner{
        top: 20px;
    }
    .fkr_grid{
        row-gap: 20px;
    }
    .main_banner_section .wrapper .shield{
        display: none;
    }
    .main_banner_section .wrapper .shield_content{
        background: #2E3146;
        height: auto;
    }
    .main_banner_section .wrapper{
        min-height: auto;
        height: 280px;
    }
    .search_form{
        bottom: -120px;
    }
    .main_header .search_form{
        bottom: -80px;
    }
    .team_in_grid .crew_item{
        width: 100%;
    }
    .media_wrapper{
        width: 100%;
    }
    .meadia_grid .video_item{
        width: 100%;
    }
    .color-calendar.basic{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #calendar{
        width: 100%;
        position: static;
    }
    .new_calendar_and_ivents{
        gap: 10px;
        flex-wrap: wrap;
    }
    .new_calendar_and_ivents .ivent_item{
        width: 100%;
    }
    .new_news_item{
        padding-bottom: 20px;
    }
    .reestr_grid{
        gap: 15px;
    }
    .reestr_item{
        width: 100%;
        padding: 20px;
    }
    .hashtags_container{
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 0px;
    }
    .htag{
        font-size: 10px;
        line-height: 1em;
    }
    .htag + .htag{
        margin-top: 0;
    }
    .hashtags_left{
        width: 40%;
    }
    .calendar_top_item{
        font-size: 10px;
        line-height: 1em;
        width: auto;
        padding: 10px 5px;
    }
    .calendar_bottom_item{
        width: auto;
    }
    .calendar_bottom{
        gap: 10px;
    }
    .christmas_content_top{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }
    .christmas_content_top img{
        width: 100%;
    }
    .c_cont_it{
        width: 100%;
    }
    .christmas_content_bottom{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }
    .christmas_content_bottom .c_cont_it{
        width: 100%;
    }
    .christmas_content_bottom img{
        width: 100%;
    }
    .next_month, .prev_month{
        font-size: 12px!important;
        white-space: nowrap;
    }
    .moda_top{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .moda_top > div{
        width: 100%;
    }
    .modal_inputs_wrapper{
        width: 100%;
    }
    .section_subtitle{
        max-width: 100%;
    }
    .custom_pop_content{
        max-width: 100%;
    }
}


.modal_otvet b, .modal_otvet b a, .modal_otvet a {
    font-weight: bold !important;
    color: #E4202D;
    text-decoration: underline;
}