@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 */