*, *:before, *:after {
  box-sizing: border-box;
}
.rtu {
    cursor: pointer;
}

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;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

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

body {
  font-family: "TT Squares", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #434343;
  background: #000431;
}

button, input {
  font-family: "TT Squares", sans-serif;
}

.wrapper {
  max-width: 1735px;
  margin: 0 auto;
}

header {
  padding: 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
header.active {
  background: #000431;
}
header .wrapper {
  width: 100%;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
header nav {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header nav > a {
  border-bottom: 1px solid transparent;
}
header nav > a:hover {
  border-bottom: 1px solid #FFF;
}

.logo {
  width: 255px;
  height: 64px;
  background: url(../img/svg/logo.svg) center no-repeat;
  background-size: contain;
}

.nav_submenu {
  position: relative;
}
.nav_submenu > a {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.nav_submenu > a::after {
  content: "";
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  width: 17px;
  height: 9px;
  transition: all 0.2s ease-in-out;
}
.nav_submenu:hover > a {
  border-bottom: 1px solid #FFF;
}
.nav_submenu:hover > a::after {
  transform: rotate(180deg);
}
.nav_submenu:hover .nav_sub {
  opacity: 1;
  visibility: visible;
}
.nav_submenu .nav_sub {
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #000431;
  padding: 5px;
  padding-top: 15px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.nav_submenu .nav_sub a {
  border-bottom: 1px solid #FFF;
  width: 100%;
}


button.lk_btn {
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: #BB1B37;
  width: 500px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  flex-shrink: 0;
}

.lk_btnt {
      -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: #ffffff;
  width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  color: #000431 !important;
  font-size: 16px;
  padding: 0 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: all .2s ease-in-out;
  text-align: center;
}

.lk_btnt:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.05);
}

button.lk_btntm {
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: none;
  border: 2px solid white;
  width: auto;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  color: #FFF;
  font-size: 16px;
  padding: 0 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  flex-shrink: 0;
}


.main_title {
  color: #F5F5F5;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_subtitle {
  color: #F5F5F5;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.main_btn {
  padding: 30px 56px;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: #BB1B37;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.main_btn.blue {
  background: #0078BF;
}

.main_txt {
  font-family: TT Squares;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: #FFF;
  margin-top: 37px;
  max-width: 1176px;
  position: relative;
  z-index: 2;
}

main {
  overflow: hidden;
}

.main_figure {
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.5));
  width: 600px;
  height: 500px;
  background: red;
  transform: rotate(27deg);
  top: 0;
  right: -220px;
  overflow: hidden;
  z-index: 1;
}

.main_figure_second {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.5));
  background: green;
  position: absolute;
  right: -173px;
  bottom: 0;
  width: 600px;
  height: 400px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 70% 100%, 0 55%, 0% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 68%, 70% 100%, 0 55%, 0% 50%);
  transform: rotate(28deg);
  overflow: hidden;
  z-index: 1;
}

.bg_fig {
  position: absolute;
  top: -539px;
  right: -50px;
  z-index: -2;
}

.figure_blue_bottom {
  position: absolute;
  bottom: 0;
  transform: translateY(80%);
  right: -30px;
  z-index: -1;
}

.bg_fig2 {
  position: absolute;
  top: -100px;
  right: -400px;
  z-index: -10;
  opacity: 0.5;
}

.figure3 {
  position: absolute;
  right: 0;
  top: 0;
}

.bg_fig3 {
  position: absolute;
  right: 50px;
  top: 250px;
  opacity: 0.4;
}

.fig_4 {
  position: absolute;
  width: 800px;
  height: 400px;
  border-radius: 0px 0px 800px 800px;
  background: rgba(0, 120, 191, 0.5);
  top: 498px;
  left: 530px;
  z-index: -1;
  transform: rotate(9deg);
}

.main_figure_circle {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.5));
  position: absolute;
  width: 800px;
  height: 400px;
  border-radius: 0px 0px 800px 800px;
  background: blue;
  transform: rotate(-60deg);
  right: 200px;
  top: 400px;
  overflow: hidden;
}

.figure_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_section, .news_section, .contacts_section, .records_main_section, .calendar_section, .main_about_section, .default_section {
    visibility: hidden;
}
.main_section .wrapper {
  position: relative;
  padding-top: 230px;
  padding-bottom: 140px;
}
.main_section .blur_circle.blue {
  top: -179px;
  left: -300px;
}
.main_section .blur_circle.red {
  top: -230px;
  left: 150px;
}

.announcement_slider .swiper-slide {
  width: calc(90% - 38px);
  height: 772px;
}

.announcement_item {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.77%, rgba(0, 0, 0, 0) 46.74%), url(../img/announcement.jpg) center no-repeat, lightgray 50%/cover no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.announcement_date_and_city {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: end;
}

.announcement_city {
  color: #C4182C;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}

.announcement_date {
  color: #0078BF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.corner {
  position: absolute;
  left: -33px;
  top: -40px;
  transform: rotate(-117.893deg);
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.5));
}

.announcement_item_title {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  max-width: 80%;
}

.announcement_slider_container {
  position: relative;
}

.arrows_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  position: absolute;
  right: calc(10% + 68px);
  bottom: 30px;
}
.arrows_container .arrow_slider {
  width: 67px;
  height: 67px;
  background: #FFF;
  position: static;
  margin: 0;
  font-size: 18px;
}
.arrows_container .swiper-button-next:after, .arrows_container .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.announcement_section {
  padding-bottom: 84px;
}

.section_title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

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

.calendaer_switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #494B5F;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  gap: 15px;
}

.calendar_s {
  cursor: pointer;
}

.calendar_s.active {
  color: white;
}

.ui-selectmenu-text {
  color: #F5F5F5;
  font-family: TT Squares;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.ui-selectmenu-text::after {
  content: "";
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  width: 17px;
  height: 9px;
}

.ui-selectmenu-button.ui-button {
  width: 334px;
  background: none;
  border: none;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  display: none;
}

.ui-selectmenu-icon.ui-icon {
  display: none;
}

.ui-menu-item {
  font-size: 20px;
  font-family: "TT Squares", sans-serif;
  color: white;
  padding: 5px;
}

.ui-selectmenu-menu .ui-menu {
  background: #000431;
}

.calendar_item {
  width: 425px;
}
.calendar_item.empty {
  width: 200px;
}
.calendar_item.empty .calendar_content_container {
  background: url(../img/empty2.jpg) center no-repeat;
  background-size: cover;
}

.calendar_slider .swiper-slide {
  width: auto;
}

.calendar_content_container {
  width: 100%;
  height: 481px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  background: linear-gradient(147deg, #1B2364 61.79%, #69098A 105.39%);
}
.calendar_content_container .calendar_item_abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 35px;
  background: linear-gradient(153deg, #0078BF 39.83%, #C4182C 82.96%);
  opacity: 0;
  visibility: hidden;
}
.calendar_content_container:hover .calendar_item_abs {
  opacity: 1;
  visibility: visible;
}
.calendar_content_container .calendar_abs_txt {
  color: #BEBEBE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
}
.calendar_content_container .calendar_img {
  height: 259px;
  width: 100%;
  flex-shrink: 0;
}
.calendar_content_container .calendar_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.calendar_month {
  color: #F5F5F5;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.calendar_dates {
  color: #494B5F;
  min-height: 29px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow: auto;
  margin-bottom: 29px;
}
.calendar_dates::-webkit-scrollbar {
  display: none;
}

.calendar_date {
  cursor: pointer;
}
.calendar_date.active {
  color: #fff;
}
.calendar_date.mactive {
  color: #BB1B37;
}

.calendar_slider_container {
  margin-top: 50px;
}

.calendar_content_container_c {
  padding: 20px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.period {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.calendar_content_container_c_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.ccc_link {
  color: #0078BF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  text-decoration-line: underline;
}

.calendar_section {
  padding-bottom: 100px;
}
.calendar_section .wrapper {
  position: relative;
}
.calendar_section .blur_circle.red {
  right: -300px;
  top: -400px;
}
.calendar_section .blur_circle.blue {
  right: 0;
  top: -400px;
}

.records_section {
  padding-bottom: 140px;
}
.records_section .wrapper {
  padding: 43px 0;
  position: relative;
}
.records_section .wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
}
.records_section .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
}

.records_content {
  max-width: 60%;
}

.records_switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}

.record_switch {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.record_switch.active {
  color: #C4182C;
  border-bottom: 1px solid #C4182C;
}

.record_media_container {
  position: relative;
  width: 100%;
  height: 326px;
  margin-top: 50px;
  display: none;
}
.record_media_container.active {
  display: block;
}

.media_img {
  width: 100%;
  height: 100%;
}

.media_corner_left {
  left: -30px;
  top: -35px;
  position: absolute;
  transform: rotate(-117.893deg);
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.5));
}

.media_corner_right {
  right: -30px;
  bottom: -35px;
  position: absolute;
  transform: rotate(62.232deg);
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.5));
}

#background-video, .background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.records_img {
  right: -100px;
  top: -100px;
  position: absolute;
  z-index: 2;
}

.media_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  margin-top: 70px;
}

.media_item {
  width: calc(25% - 25.5px);
  height: 702px;
  position: relative;
}
.media_item:hover .media_txt_container::after {
  transform: translate(-50%, -43%) rotate(-90deg);
  background: #BB1B37;
}

.media_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
  -webkit-clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
          clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
}

.media_category {
  position: absolute;
  left: 36px;
  top: 30px;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  z-index: 2;
}

.media_txt_container {
  position: absolute;
  right: 0;
  bottom: 72px;
  max-width: 205px;
}
.media_txt_container::after {
  content: "";
  width: 328px;
  height: 173px;
  position: absolute;
  transform: translate(-50%, -43%);
  top: 50%;
  left: 50%;
  background: #0078BF;
  border-radius: 0rem 0rem 10rem 10rem;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.media_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.media_more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.media_section {
  padding-bottom: 186px;
}

.about_content_container {
  background: url(../img/about.jpg) center no-repeat;
  background-size: cover;
  padding-top: 79px;
  padding-bottom: 125px;
  padding-left: 87px;
  margin-top: 83px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.about_content_container p {
  max-width: 869px;
}
.about_content_container a {
  text-decoration: underline;
}
.about_content_container .about_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.blur_circle {
  position: absolute;
  width: 1011px;
  height: 1011px;
  filter: blur(450px);
  border-radius: 50%;
  z-index: -1;
}
.blur_circle.red {
  background: #C4182C;
}
.blur_circle.blue {
  background: #013D9A;
}

.about_section {
  padding-bottom: 74px;
}
.about_section .wrapper {
  position: relative;
}
.about_section .blur_circle.blue {
  left: 0;
  top: -400px;
}
.about_section .blur_circle.red {
  left: 50%;
  transform: translateX(-50%);
  top: -300px;
}

.about_img {
  position: absolute;
  top: 0;
  right: 80px;
  -webkit-clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
          clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
}

.section_title_flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.news_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  color: #494B5F;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.news_tab {
  cursor: pointer;
  border-bottom: 1px solid #494B5F;
}
.news_tab.active {
  color: white;
  border-color: white;
}

.news_grid {
  margin-top: 70px;
}

.news_item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 55px;
  padding: 23px;
  border: 1px solid transparent;
  border-bottom-color: #EEEFF5;
}
.news_item:first-child {
  border-top-color: #EEEFF5;
}

.news_img {
  width: 411.473px;
  height: 318.804px;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.news_item_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.news_date {
  color: #7D7D7D;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.news_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: inline-block;
}

.news_txt {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news_link {
  color: #C4182C;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.section_subtitle {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 7px;
}

.news_section {
  padding-bottom: 106px;
}

.contacts_container {
  margin-top: 25px;
  background: url(../img/contacts.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

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

.map_link {
  color: #FFF;
  font-family: TT Squares;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #fff;
}

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

.contacts_gto_txt {
  max-width: 741px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.contacts_bottom {
  display: flex;
  align-items: flex-start;
  gap: 58px;
  margin-top: 57px;
}

.contacts_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts_section {
  padding-bottom: 50px;
}

.map_section {
  background: linear-gradient(95deg, #011C85 5.41%, #431542 25.96%, #030531 96.16%);
  padding-bottom: 98px;
  margin-bottom: 122px;
}
.map_section .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
}

.map_left_container {
  width: 34%;
  padding-top: 77px;
  padding-right: 18px;
  position: relative;
  flex-shrink: 0;
}
.map_left_container::after {
  content: "";
  width: 1px;
  height: 99%;
  position: absolute;
  right: 0;
  top: 14px;
  background: #494B5F;
}

.choose {
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.selector_map_container .ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 0;
  padding-right: 26px;
}
.selector_map_container .ui-selectmenu-text {
  height: auto;
  text-wrap: wrap;
  gap: 100px;
  position: relative;
}
.selector_map_container .ui-selectmenu-text::after {
  flex-shrink: 0;
}

.selector_map_container {
  width: 100%;
  position: relative;
  padding: 16px 0;
}
.selector_map_container::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
}
.selector_map_container::after {
  content: "";
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
}

.selected_federation {
  width: 95%;
  padding-top: 44px;
}

.selected_federation_title {
  color: #0078BF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.selected_federation_txt {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.selected_federation_txt p + p {
  margin-top: 2px;
}
.selected_federation_txt img {
  width: 100%;
  height: 137px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
          clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
}

.selected_federation_show_on_map {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.federation_map_container {
  padding-top: 77px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.federation_map_container .federation_map {
  width: 100%;
}
.federation_map_container .federation_map svg {
  width: 100%;
}

.pointer {
  position: absolute;
  width: 38px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-20%, -80%);
  cursor: pointer;
}

.fm_map_link {
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.form_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1198px;
  row-gap: 25px;
  margin-top: 60px;
}

.input_wrapper {
  width: calc(50% - 78px);
  position: relative;
}
.input_wrapper label {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: block;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #BEBEBE;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: text;
}
.input_wrapper label::after {
  position: relative;
  top: -3px;
  left: 5px;
  display: inline-block;
  content: "*";
  color: #d0011b;
}
.input_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
}
.input_wrapper .file_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.input_wrapper.noline::after {
  background: transparent;
  cursor: pointer;
}
.input_wrapper input {
  width: 100%;
  background: none;
  border: none;
  padding: 25px;
  color: white;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.input_wrapper input::-moz-placeholder {
  color: transparent;
}
.input_wrapper input::placeholder {
  color: transparent;
}
.input_wrapper input:optional::-moz-placeholder {
  color: #BEBEBE;
}
.input_wrapper input:optional::placeholder {
  color: #BEBEBE;
}
.input_wrapper input:focus + label, .input_wrapper input:valid + label, .input_wrapper input:disabled + label {
  display: none;
}

.form_btn {
  background: white;
  color: #434343;
  width: 407px;
}

.form_description {
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 9px;
}

.form_section {
  position: relative;
  margin-bottom: 103px;
  overflow: hidden;
}
.form_section .wrapper {
  position: relative;
}

.form_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.smoke {
  right: 0;
  bottom: 0;
  position: absolute;
  max-height: 100%;
  -o-object-position: right;
     object-position: right;
}

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

.footer_nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}

.footer_nav_title {
  color: #BEBEBE;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footer_nav_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
  color: #BEBEBE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 34px;
}

.f_contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.f_contact svg {
  width: 29px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_bottom {
  padding-top: 40px;
  border-top: 1px solid #EEEFF5;
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

.partner {
  height: 50px;
}

.partners_title {
  color: #BEBEBE;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.social {
  width: 50px;
  height: 50px;
}
.social img {
  width: 100%;
  height: 100%;
}

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

.copy {
  color: #BEBEBE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.big_footer {
  padding-bottom: 69px;
}

.burger {
  display: none;
}

.mobile_menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.mobile_menu.active {
  display: block;
}

header.sticky {
  position: sticky;
  top: 0;
}

.crosh {
  padding-bottom: 57px;
}
.crosh ul {
  list-style-type: none;
}
.crosh ul li {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.crosh ul li:last-child {
  color: #0078BF;
}
.crosh ul li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}

.main_about_section {
  padding-bottom: 100px;
}
.main_about_section .wrapper {
  position: relative;
}

.main_about_content {
  width: 1265px;
  margin-top: 60px;
}

.main_about_txt_wrapper {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 49px 0;
  padding-right: 57px;
  position: relative;
}
.main_about_txt_wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  top: 0;
  left: 0;
}
.main_about_txt_wrapper::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.main_about_item {
  position: relative;
  padding-left: 35px;
}
.main_about_item .corner {
  z-index: -1;
  top: -48px;
  left: 0;
}
.main_about_item .corner.red {
  filter: brightness(0) saturate(100%) invert(16%) sepia(52%) saturate(5345%) hue-rotate(338deg) brightness(87%) contrast(93%) drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.5));
}

.main_about_item_date {
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_about_item_txt {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 48px;
}

.main_about_img {
  width: 766px;
  height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -290px;
  bottom: -40px;
}

.numbers_section {
  background: linear-gradient(90deg, #0078BF 24.87%, #C4192D 88.86%);
  padding: 82px 0;
  margin-bottom: 67px;
}

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

.numbers_item {
  width: 194px;
}

.numbers_item_number {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.numbers_item_txt {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dop_numbers {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
  margin-bottom: 86px;
}

.dop_number div:first-child {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.dop_number div:last-child {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_about_links_section {
  padding-bottom: 78px;
}
.main_about_links_section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.main_about_link {
  width: 100%;
  padding: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.main_about_link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  top: 0;
  left: 0;
}
.main_about_link::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_about_link + .main_about_link::after {
  display: none;
}

.events_main_img {
  width: 60%;
  height: auto;
}

.events_main_img {
  margin-bottom: 54px;
}

.disciplines {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.events_main_top {
  position: relative;
  padding-bottom: 73px;
  margin-bottom: 74px;
}
.events_main_top::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.discipline {
  width: 321px;
  height: 122px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 31px;
}

.discipline_ico {
  width: 104px;
  height: 101px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.discipline_title {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.discipline_short_txt {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.photo_slider .swiper-slide {
  width: auto;
}

.photo {
  width: 466px;
  height: 495px;
  display: block;
}
.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
          clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
}

.photo_slider_wrapper {
  margin-top: 74px;
}

.events_photo_wrapper {
  padding-bottom: 140px;
}

.events_info_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  padding-bottom: 38px;
  position: relative;
}

.events_event_info_with_tabs {
  margin-top: 61px;
}

.event_info_tab {
  color: #494B5F;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.event_info_tab.active {
  color: #F5F5F5;
}

.events_info_content {
  display: none;
}
.events_info_content.active {
  display: block;
}

.events_info_container {
  padding-top: 38px;
}

.events_info_tab_title {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.event_small {
  position: relative;
  padding: 38px 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event_small p + p {
  margin-top: 20px;
}
.event_small ul {
  margin: 20px 0;
  margin-left: 20px;
}
.event_small::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.event_small::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  top: 0;
  left: 0;
}
.event_small:not(:first-child)::after {
  display: none;
}
.event_small .toogle_arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 80px;
  background: url(../img/svg/arrow_tab.svg) center bottom no-repeat;
  background-size: contain;
  cursor: pointer;
}
.event_small .tge {
  display: none;
  margin-top: 51px;
  max-width: 1429px;
}
.event_small .tge a {
  text-decoration: underline;
}
.event_small .tge.full {
  max-width: 100%;
}
.event_small .tge.full p {
  max-width: 1429px;
}
.event_small.active .toogle_arrow {
  height: 193px;
  background: url(../img/svg/arrow_tab_active.svg) center bottom no-repeat;
  background-size: contain;
  top: auto;
  transform: none;
  bottom: 38px;
}
.event_small.active .tge {
  display: block;
}

.tge_org {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 112px;
  row-gap: 54px;
  flex-wrap: wrap;
}

.org {
  width: calc(16.6666666667% - 93.3333333333px);
  height: 79px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reg_t {
  color: #0078BF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.reg_tt {
  color: #BEBEBE;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input_wrapper .ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 25px;
}
.input_wrapper .ui-selectmenu-text {
  color: #BEBEBE;
  justify-content: flex-start;
}

.registration .input_wrapper {
  width: calc(50% - 39px);
}

.events_main_section {
  padding-bottom: 74px;
}

.reg_partner {
  padding: 37px 0;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.reg_partner::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.reg_partner::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
  position: absolute;
  top: 0;
  left: 0;
}
.reg_partner.active .reg_partner_inputs {
  display: flex;
}

.reg_pertner_top {
  color: #BEBEBE;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.reg_partner_inputs {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.reg_mest {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 40%;
  color: #0078BF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reg_number {
  color: white;
}

.reg_an {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 60%;
}
.reg_an a {
  text-decoration: underline;
}

.events_main_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 53px;
}
.events_main_btns .main_btn {
  width: 500px;
}

.fact_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 68px;
}
.fact_item + .fact_item {
  margin-top: 36px;
}
.fact_item img {
  width: 449px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fact_item h2 {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.tge_number {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 28px;
}
.tge_number span:first-child {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.tge_number span:last-child {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.tge_number + .tge_number {
  margin-top: 26px;
}

.result_photo_slider .swiper-slide {
  width: auto;
  z-index: auto;
  overflow: visible;
  transform: none;
}
.result_photo_slider .swiper-slide .media_item {
  width: 409px;
}
.result_photo_slider .swiper-slide .media_item .media_txt_container {
  z-index: 11;
}

.result_photo_slider_wrapper {
  overflow: hidden;
  padding-bottom: 250px;
  padding-top: 59px;
}
.result_photo_slider_wrapper .arrows_container {
  bottom: 164px;
  left: 0;
  right: auto;
}

.video_item {
  width: 952px;
  height: 495px;
  overflow: hidden;
  display: block;
  position: relative;
}
.video_item::after {
  content: "";
  width: 139.294px;
  height: 98.667px;
  background: url(../img/svg/Icons.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
          clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
}

.result_video_slider .swiper-slide {
  width: auto;
}

.results_videos_wrapper {
  position: relative;
  padding-bottom: 250px;
}
.results_videos_wrapper .arrows_container {
  bottom: 127px;
  left: 0;
  right: auto;
}



.history_in_text {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin: 44px 0 64px 0;
}
.history_in_text .in_text {
    width: calc(50% - 40px);
}
.history_in_text img {
    width: calc(50% - 40px);
    height: 447px;
    object-fit: cover;
}
.media_grid.fx {
    margin: 0 0 64px 0;
}
.media_grid.fx .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 34px;
    flex-wrap: wrap;
    overflow: hidden;
}
.media_grid.fx .media_item {
    height: 300px;
}
.media_grid.fx .media_txt_container {
    left: 100px;
    bottom: 72px;
}
.hi .events_info_tab_title {
    cursor: auto !important;
}
.media_grid.fx .animate_line:nth-child(1) {
    top: 180px;
}
.media_grid.fx .animate_line:nth-child(2) {
    top: 520px;
}
.media_grid.fx .animate_line:nth-child(3) {
    top: 860px;
}
.media_grid.fx .animate_line:nth-child(4) {
    top: 1200px;
}
.media_grid.fx .animate_line:nth-child(5) {
    top: 1540px;
}
.his .wrapper {
    gap: 36px;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 1735px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  header nav {
    font-size: 18px;
    gap: 20px;
  }
  button.lk_btn {
    width: auto;
    padding: 0 50px;
    font-size: 16px;
    gap: 10px;
  }
  .logo {
    width: 200px;
  }
  .section_title {
    font-size: 4em;
  }
  .records_img {
    max-width: 50%;
  }
  .records_content .section_title {
    text-align: end;
  }
  .about_img {
    max-width: 30%;
    right: 3%;
  }
  .news_img {
    flex-shrink: 0;
  }
  .contacts_bottom {
    gap: 5%;
  }
  .form_img {
    max-width: 30%;
  }
  .smoke {
    max-width: 30%;
  }
  .form_flex {
    max-width: 60%;
  }
  .section_subtitle {
    font-size: 1.2em;
  }
  .input_wrapper {
    width: calc(50% - 20px);
  }
  .form_btn {
    width: calc(50% - 20px);
  }
  .footer_nav {
    gap: 25px;
  }
  .footer_nav_title {
    font-size: 20px;
  }
  .contacts_item {
    font-size: 16px;
  }
  .about_content_container {
    padding: 25px 50px;
    font-size: 20px;
  }
  .main_title {
    font-size: 2em;
  }
  .main_subtitle {
    font-size: 7em;
  }
  .main_txt {
    font-size: 20px;
    max-width: 60%;
  }
  .news_date {
    font-size: 20px;
  }
  .news_title {
    font-size: 20px;
  }
  .news_txt {
    font-size: 18px;
  }
  .media_txt_container::after {
    height: 150%;
    width: 130%;
  }
  .about_content_container p {
    max-width: 60%;
  }
  .news_link {
    font-size: 20px;
  }
  .main_figure {
    width: 500px;
    height: 400px;
  }
  .main_figure_second {
    width: 500px;
    height: 300px;
    bottom: 110px;
  }
  .main_figure_circle {
    width: 600px;
    height: 300px;
    border-radius: 0 0 600px 600px;
  }
  .fig_4 {
    width: 600px;
    height: 300px;
    border-radius: 0 0 600px 600px;
    top: 460px;
    left: 300px;
  }
  .main_about_content {
    width: 80%;
  }
  .main_about_txt_wrapper {
    font-size: 20px;
  }
  .main_about_img {
    width: 35%;
    height: auto;
    bottom: auto;
    top: 50px;
    right: -183px;
  }
  .numbers_item_number {
    font-size: 40px;
  }
  .numbers_item {
    width: calc(25% - 15px);
  }
  .numbers_grid {
    gap: 20px;
    row-gap: 40px;
    flex-wrap: wrap;
  }
  .dop_number div:first-child {
    font-size: 40px;
  }
  .main_about_link {
    font-size: 4em;
  }
  .event_info_tab {
    font-size: 20px;
    flex-shrink: 0;
  }
  .events_info_tabs {
    overflow: auto;
    padding-bottom: 0;
  }
  .event_small .tge {
    max-width: 80%;
  }
}
@media screen and (max-width: 1295px) {
  header nav {
    display: none;
  }
  .burger {
    width: 92px;
    height: 40px;
    position: relative;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .burger span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 7px;
    background: white;
    transition: all 0.2s ease-in-out;
  }
  .burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    top: auto;
    bottom: 0;
    width: 50%;
  }
  .burger:hover span:nth-child(3) {
    width: 100%;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #030531;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  .mobile_menu.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile_menu .wrapper {
    padding-top: 120px;
  }
  .mobile_menu .wrapper nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .mobile_menu .wrapper nav a {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
  }
  .mobile_menu .wrapper button.lk_btn {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  
    .mobile_menu .wrapper button.lk_btnt {
    display: flex;
    width: 60%;
    height: 35px;
    }

  body.fixed {
    overflow: hidden;
  }
}

.input_wrapper .file_container .file_img {
        width: 60px;
    }

.noti {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 24px;
        gap: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        background: rgba(255, 255, 255, 0.9);
        transition: 0.4s;
        z-index: 999;
        color: #000431;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .noti a {
        text-decoration: underline;
    }

@media screen and (max-width: 768px) {
    .noti {
        font-size: 16px;
        flex-direction: column;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .calendar_content_container .calendar_abs_txt {
  font-size: 12px;
}

.calendar_content_container_c_title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.ccc_link {
  font-size: 18px;
}

}

@media screen and (max-width: 1100px) {
    
    .input_wrapper .file_container {
      font-size: 20px;
    }
    .input_wrapper .file_container .file_img {
        width: 40px;
    }
    .org {
    width: calc(46.6666666667% - 0.3333333333px)!important;
    }
  header nav {
    display: none;
  }
  button.lk_btn {
    display: none;
  }
  .noti button.lk_btn {
    display: flex !important;
  }
  .main_figure, .main_figure_second, .main_figure_circle {
    display: none;
  }
  .main_txt {
    width: 100%;
    max-width: 100%;
  }
  .main_title {
    font-size: 1.2em;
  }
  .main_content {
    position: relative;
    z-index: 2;
  }
  .main_subtitle {
    font-size: 4em;
  }
  .main_section .wrapper {
    padding-top: 140px;
  }
  .announcement_item {
    padding: 15px;
  }
  .announcement_slider .swiper-slide {
    width: 100%;
  }
  .section_title {
    font-size: 2em;
  }
  .announcement_item_title {
    padding-bottom: 110px;
    font-size: 25px;
  }
  .arrows_container {
    right: 15px;
  }
  .calendar_filters {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .calendaer_switch {
    flex-wrap: wrap;
  }
  .ui-selectmenu-button.ui-button {
    padding-left: 0;
    padding-right: 0;
  }
  .calendar_content_container_c {
    padding: 15px;
  }
  .calendar_content_container .calendar_item_abs {
    padding: 15px;
  }
  .records_img {
    display: none;
  }
  .records_content {
    max-width: 100%;
  }
  .media_grid {
    overflow: auto;
  }
  .media_item {
    width: 400px;
    max-width: 100%;
    flex-shrink: 0;
  }
  .about_content_container {
    padding: 15px;
  }
  .about_content_container p {
    max-width: 100%;
  }
  .about_img {
    display: none;
  }
  .section_title_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .news_tabs {
    flex-wrap: wrap;
  }
  .news_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 15px 0;
  }
  .news_txt {
    margin-bottom: 20px;
  }
  .contacts_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contacts_gto_txt {
    font-size: 20px;
  }
  .about_content_container {
    margin-top: 50px;
  }
  .contacts_container .wrapper {
    position: relative;
  }
  .map_link {
    position: absolute;
    top: 50px;
    right: 0;
  }
  .contacts_bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .map_section .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .map_left_container {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .selected_federation {
    width: 100%;
  }
  .federation_map_container {
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
  }
  .form_img {
    display: none;
  }
  .smoke {
    display: none;
  }
  .form_flex {
    max-width: 100%;
  }
  .map_left_container::after {
    display: none;
  }
  .input_wrapper {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .form_btn {
    width: 100%;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .footer_nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .footer_nav_items {
    text-align: center;
    align-items: center;
  }
  .footer_nav_title {
    text-align: center;
  }
  .footer_nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .partners_grid {
    flex-wrap: wrap;
  }
  .partner {
    width: calc(50% - 9.5px);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .partners_title {
    margin-bottom: 15px;
  }
  .partners_title {
    text-align: center;
  }
  .copy_and_mult {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 15px;
  }
  .announcement_date_and_city {
    right: 15px;
    top: 15px;
  }
  .announcement_slider .swiper-slide {
    height: 532px;
  }
  .announcement_item_title {
    max-width: 100%;
  }
  .main_section .wrapper {
    padding-bottom: 50px;
  }
  .records_section {
    padding-bottom: 50px;
  }
  .media_section {
    padding-bottom: 50px;
  }
  .news_section {
    padding-bottom: 50px;
  }
  .map_section {
    margin-bottom: 50px;
  }
  .federation_map_container .federation_map svg {
    height: auto;
  }
  .ui-selectmenu-text {
    font-size: 18px;
  }
  .ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    left: 0 !important;
  }
  .ui-menu.ui-corner-bottom.ui-widget.ui-widget-content {
    max-width: 100%;
  }
  .federation_map_container {
    padding-top: 50px;
  }
  .selector_map_container .ui-selectmenu-text {
    gap: 10px;
  }
  .mob_sub_menu {
    display: none;
  }
  .mob_sub_menu a {
    padding-left: 10px;
    display: block;
  }
  .mob_sub_menu a + a {
    margin-top: 10px;
  }
  .mob_a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }
  .mob_a::after {
    content: "";
    background: url(../img/svg/arrow.svg) center no-repeat;
    background-size: contain;
    width: 17px;
    height: 9px;
    transition: all 0.2s ease-in-out;
  }
  .logo {
    background: url(../img/svg/mobile_logo.png) center no-repeat;
    background-size: contain;
  }
  .main_btn {
    padding: 30px 29px;
    font-size: 18px;
    width: 100%;
  }
  .footer_bottom {
    gap: 34px;
  }
  .main_about_content {
    width: 100%;
  }
  .main_about_txt_wrapper {
    padding-right: 0;
    font-size: 18px;
  }
  .main_about_img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .main_about_content {
    margin-top: 30px;
  }
  .main_about_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  .numbers_item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .numbers_item:nth-last-child(-n+2) {
    width: calc(50% - 10px);
  }
  .numbers_grid {
    justify-content: flex-start;
  }
  .numbers_item_number {
    font-size: 2em;
  }
  .dop_number div:first-child {
    font-size: 2em;
  }
  .dop_numbers {
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .main_about_link {
    padding: 3%;
    font-size: 2em;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .main_about_link svg {
    margin-left: auto;
  }
  .events_info_tab_title {
    font-size: 1.6em;
  }
  .tge_org {
    gap: 20px;
  }
  .org {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .event_small .toogle_arrow {
    right: 10px;
  }
  .reg_t {
    font-size: 18px;
  }
  .reg_tt {
    font-size: 18px;
  }
  .form_flex {
    margin-top: 20px;
  }
  .registration .input_wrapper {
    width: 100%;
  }
  .input_wrapper input {
    font-size: 18px;
  }
  .input_wrapper label {
    font-size: 18px;
  }
  .reg_pertner_top {
    font-size: 18px;
  }
  .reg_pertner_top svg {
    flex-shrink: 0;
  }
  .reg_mest {
    width: 100%;
  }
  .reg_an {
    width: 100% !important;
    max-width: 100%;
  }
  .results_main_img {
    margin-bottom: 0;
  }
  .fact_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
  }
  .fact_item img {
    width: 100%;
  }
  .tge_number {
    align-items: center;
  }
  .tge_number span:first-child {
    font-size: 40px;
  }
}/*# sourceMappingURL=styles.css.map */