/* FONTS======= */

/* @font-face {
  font-family: "DAMN";
  src: url("assets/fonts/DAMN.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
} */
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf") format("truetype");
  /* font-weight: 700; */
  font-style: normal;
}

/* reset.css */

/* 1. Убираем отступы, паддинги, и границы у всех элементов */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

/* 2. Наследуем семейство шрифтов */
body {
  line-height: 1;
  font-family: "Oswald";
  background-color: #fff;
  color: var(--bg_black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. Убираем списки по умолчанию */
ul,
ol {
  list-style: none;
}

/* 4. Убираем стили у ссылок */
a {
  text-decoration: none;
  color: var(--text_white);
  /* color: inherit; */
}

/* 5. Убираем стили у таблиц */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 6. Убираем курсив у address и стили формы */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* 7. Уравниваем стили кнопок и форм */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

/* 8. Убираем особенности img */
img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  /* max-width: 1680px; */
  max-width: 89vw;
  width: 100%;
  margin: 0 auto;
  padding: 0 1vw;
}

:root {
  --text_black: #262626;
  --text_white: #ffffff;
  --text_red: #ff490c;
  --bg_black: #1d1d1f;
}

/* body {
  color: var(--text_white);
} */

.main_body {
  color: var(--text_white);
}

.title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
}

section {
  margin-bottom: 7vw;
}

html {
  scroll-behavior: smooth;
}

.btn_up {
  position: fixed;
  border-radius: 100px;
  font-size: 1.5vw;
  background-color: var(--text_black);
  transition: all 0.45s;
  top: 70%;
  right: 3vw;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  padding-bottom: 0.2vw;
}

.btn_up:hover {
  background-color: var(--text_red);
}

.btn_up2 {
  position: fixed;
  border-radius: 100px;
  font-size: 1.5vw;
  background-color: var(--text_black);
  transition: all 0.45s;
  top: 60%;
  right: 3vw;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vw;
  height: 5vw;
  padding-bottom: 0.2vw;
}

.btn_up2:hover {
  background-color: var(--text_red);
}

.ticket_btn {
  transition: all 0.45s;
  background-color: var(--text_red);
  cursor: pointer;
}

.ticket_btn:hover {
  /* background-color: #eb3500; */
  color: #fff !important;
}

.custom_btn {
  color: #fff;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  z-index: 1;
}

.custom_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background-color: #eb3500;
  box-shadow: -1px -1px 10px 0px #fff9, -1px -1px 5px 0px #fff9,
    1px 1px 10px 0px #0002, 1px 1px 1px 0px #0001;
  transition: all 0.6s ease;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
}

.custom_btn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
  /* z-index: -1; */
}

.custom_btn:active {
  top: 2px;
}



.overlayScroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.45s;
  /* display: none; */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.45s;
  /* display: none; */
}

.cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.45s;
  /* display: none; */
}

.overlayScroll.active {
  /* display: block; */
  opacity: 0.4;
  visibility: visible;
}

.cookieOverlay.active {
  /* display: block; */
  opacity: 0.4;
  visibility: visible;
}

html {
  scroll-padding-top: 100px;
}

.disabled_btn {
  background-color: #e0e0e0;
  color: var(--text_white);
}

/* HEADER_start============== */

.headerScroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.45s;
  max-width: 100vw;
  /* display: none; */
}

.headerDesc {
  transition: all 0.45s;
}

.headerScroll_inner {
  background-color: #1d1d1f;
  border-radius: 2vw;
  padding: 1vw 2.5vw;
  width: 100%;
}

.headerScroll_inner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.45s;
}

.headerScroll_logo {
  width: 13vw;
  height: 4vw;
}

.headerScroll_btn {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  padding: 0.8vw;
  border-radius: 100px;
  text-align: center;
  width: 18vw;
  background-color: var(--text_red);
}

.headerScroll_box {
  display: flex;
  /* gap: 1vw; */
  align-items: center;
}

.headerScroll_link {
  width: 48px;
  height: 48px;
  margin-left: 1vw;
}

.headerScroll_burger {
  margin-left: 2vw;
  width: 48px;
  height: 48px;
  background-color: var(--text_red);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3vw;
  padding: 0.5vw;
  border-radius: 100px;
  cursor: pointer;
}

.headerScroll_burger span {
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background-color: #fff;
  transition: all 0.45s;
}

.headerScroll_burger.active span:nth-child(1) {
  transform: rotate(45deg);
  translate: 1px 2px;
}

.headerScroll_burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  translate: 1px -5px;
}

.headerScroll_burger.active span:nth-child(2) {
  display: none;
}

.headerScroll_inner {
  height: auto;
}

.headerScroll_inner_menu {
  /* padding: 2vw 0; */
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
  overflow: hidden;
}

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

.headerScroll_inner_menu ul li a {
  font-size: 2vw;
  transition: all 0.5s;
}

.headerScroll_inner_menu ul li a:hover {
  color: var(--text_red);
}

.headerDesc {
  margin-bottom: 2.5vw;
}

.headerScroll {
  transform: translateY(-100%);
  /* Скрыт за пределами экрана */
  opacity: 0;
}

/* Классы для анимации */
.headerDesc.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.headerScroll.visible {
  transform: translateY(0);
  opacity: 1;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 14vw;
  background: url("../images/headerBg.png") center no-repeat;
  background-size: contain;
}

.header_item {
  width: 100%;
  position: relative;
  padding-top: 2vw;
}

.header_item.logo {
  max-width: 340px;
}

.header_logo {
  width: 17vw;
  /* width: 340px; */
  height: 6vw;
  /* height: 120px; */
  display: block;
  position: absolute;
  top: -4vw;
  /* top: -70px; */
}

.header_item ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.header_item ul li.social {
  display: flex;
  gap: 1vw;
}

.header_item ul li.social a {
  width: 2.6vw;
}

.header_item ul li a {
  font-family: "Oswald";
  font-size: 1.4vw;
  /* font-size: 26px; */
  cursor: pointer;
  transition: all 0.45s;
}

.header_item ul li a:hover {
  color: var(--text_red);
}

.header_btn {
  /* max-width: 350px;
  width: 100%; */
  width: 18vw;
  height: 3.5vw;
  /* height: 70px; */
  border-radius: 100px;
  background-color: var(--text_red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 10.5vw;
  /* top: 210px; */
  transform: translateX(-50%);
  cursor: pointer;
  background-color: var(--text_red);
  transition: all 0.5s;
  color: var(--text_white);
}

.header_btn:hover {
  background-color: #c53809;
}

.header_innerMob {
  display: none;
  background-color: #1d1d1f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 9px;
}

.header_innerMob_menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  max-width: 250px;
  width: 100%;
  height: auto;
  padding: 20px;
  box-shadow: 0px 4px 10px 0px #00000014;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
  transition: all 0.45s;
  transform: translateX(100%);
  border-radius: 12px;
  border-top-right-radius: 0;
}

.header_innerMob_menu.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.header_innerMob_social {
  display: flex;
  gap: 8px;
}

.header_innerMob_social a {
  width: 26px;
}

/* 
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
} */

.overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.mobMenu_top {
  display: flex;
  width: 100%;
  gap: 6px;
  margin-bottom: 40px;
  padding-top: 5px;
}

.mobMenu_top a {
  width: 26px;
}

.mobMenu_top button {
  margin-left: auto;
  cursor: pointer;
}

.mobMenu_links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 65px;
}

.mobMenu_links a {
  font-family: "Oswald";
  font-size: 20px;
  color: #1d1d1f;
}

.mobMenu_btn {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 16px;
  background-color: var(--text_red);
  border-radius: 100px;
  text-transform: uppercase;
  height: 40px;
  width: 100%;
  text-align: center;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* HEADER-END==================================== */

/* MAINTOP-START==================================== */

.mainTop_inner {
  width: 100%;
  height: 42vw;
  border-radius: 3vw;
  overflow: hidden;
  /* background: url("assets/images/mainTop_innerBG.png") center no-repeat; */

  background: url("../images/mainTop_innerBG_new.png") center no-repeat;

  background-size: cover;
  padding: 1.2vw;
  display: flex;
  justify-content: space-between;
}

.mainTop_inner_mob {
  display: none;
}

.mainTop {
  position: relative;
}

.mainTop_img {
  position: fixed;
  bottom: 20%;
  right: 3vw;
  z-index: 10;
}

.circle-wrapper {
  position: relative;
  /* width: 170px;
  height: 170px; */
  width: 8.5vw;
  height: 8.5vw;
  margin: auto;
  overflow: hidden;
}

.circle-svg {
  /* width: 170px;
  height: 170px; */
  width: 8.5vw;
  height: 8.5vw;
  animation: spin 20s linear infinite;
}

text {
  font-size: 0.8vw;
  fill: #ff4500;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}

.circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
  font-weight: bold;
  color: #ff4500;
  font-family: Arial, sans-serif;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.mainTop_item.left {
  border-radius: 2vw;
  padding: 1.2vw;
  background-color: var(--bg_black);
  height: fit-content;
  align-items: center;
}

.mainTop_item_title {
  font-family: "Oswald";
  font-size: 2.5vw;
  margin-bottom: 1vw;
}

.mainTop_item_count {
  display: flex;
  justify-content: center;
  gap: 0 1vw;
  margin-bottom: 1vw;
}

.mainTop_item_count div {
  font-family: "Oswald";
  font-size: 2vw;
  text-transform: uppercase;
  text-align: center;
}

.mainTop_item_count div span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.8vw;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.5vw;
}

.mainTop_item_count div {
  display: flex;
  flex-direction: column;
}

.mainTop_item_bottomText {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3vw;
  width: 100%;
  position: relative;
}

.mainTop_item_bottomText p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.8vw;
}

.mainTop_item_bottomText span {
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}

.mainTop_item_bottomText_box {
  position: absolute;
  top: -4.1vw;
  right: -13vw;
  width: 13vw;
  height: auto;
  border-radius: 1vw;
  padding: 0.5vw 0.8vw;
  background-color: var(--text_red);
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
  z-index: 2;
}

.mainTop_item_bottomText span:hover+.mainTop_item_bottomText_box {
  opacity: 1;
  visibility: visible;
}

.mainTop_item_bottomText_box p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.7vw;
  margin-bottom: 1vw;
}

.mainTop_item_bottomText_box span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.5vw;
  width: 100%;
}

.mainTop_item {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.mainTop_item_rightDate {
  font-family: "Oswald";
  font-size: 1.8vw;
  line-height: 1.5vw;
  padding: 1vw 1.1vw;
  border-radius: 1.4vw;
  background-color: var(--bg_black);
  margin-bottom: 1vw;
}

.mainTop_item_rightAdress {
  font-family: "Oswald";
  font-size: 1.8vw;
  padding: 1vw;
  border-radius: 1.4vw;
  background-color: var(--text_red);
}

.mainTop_bottom {
  margin-top: -6.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.mainTop_bottom_box {
  border-radius: 2vw;
  background-color: var(--text_red);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  height: 15vw;
  max-width: 65vw;
  width: 100%;
  margin-bottom: 2vw;
  padding: 2vw;
}

.mainTop_bottom_box_imgLeft {
  width: 5vw;
}

.mainTop_bottom_box_imgRight {
  width: 5vw;
}

.mainTop_bottom_textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.mainTop_bottom_textBox h3 {
  font-family: "Oswald";
  font-size: 6.5vw;
  text-transform: uppercase;
  line-height: 8vw;
}

.mainTop_bottom_textBox p {
  font-family: "Oswald";
  font-size: 2.5vw;
  text-transform: uppercase;
  line-height: 2vw;
}

.mainTop_bottom_centrText {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2.3vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4vw;
  color: #1d1d1f;
}

.mainTop_bottom_centrText span {
  color: var(--text_red);
}

.mainTop_bottom_btnBox {
  display: flex;
  gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mainTop_bottom_btnBox a {
  max-width: 830px;
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 122px; */
  padding: 1vw;
  font-family: "Roboto";
  font-weight: 700;
  /* font-size: 46px; */
  font-size: 2.3vw;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid var(--text_red);
  color: var(--text_red);
  cursor: pointer;
  transition: all 0.45s;
  position: relative;
  z-index: 1;
}

/* 
.mainTop_bottom_btnBox button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    background-color: #EB3500;
    width: 0;
    height: 100%;
    transition: all 0.45s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.mainTop_bottom_btnBox button.active:hover::after {
    width: 50%;
    opacity: 1;
    visibility: visible;
} */

.mainTop_bottom_btnBox a.active {
  background-color: var(--text_red);
  color: #fff;
}

.mainTop_bottom_btnBox a.active:hover {
  background-color: #eb3500;
}

/* 
.mainTop_bottom_btnBox button.activ:hover {
  background-color: #ff5d20;
  color: #094284;
} */

/* MAINTOP-END==================================== */

/* ABOUT-START==================================== */

.about_title {
  font-family: "Oswald";
  font-size: 7vw;
  text-transform: uppercase;
  margin-bottom: 5vw;
  color: var(--text_red);
}

.about_inner {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 5vw;
}

.about_inner.mob {
  display: none;
}

.about_item {
  width: calc(33% - 1vw);
  height: 27vw;
}

.about_item {
  height: 100%;
}

.about_text {
  font-family: "Oswald";
  font-size: 3vw;
  text-transform: uppercase;
  color: var(--text_black);
}

.about_text span {
  color: var(--text_red);
}

.about_slider {
  margin-bottom: 3vw;
}

.team-swiper {
  width: 100%;
  padding: 3vw 0;
  overflow: hidden;
}

.team-swiper .swiper-wrapper {
  display: flex;
}

.team-swiper .swiper-slide {
  width: 13.5vw !important;
  height: 13.5vw;
  /* width: 270px !important;
  height: 270px; */
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.45s;
  border-radius: 100px;
  overflow: hidden;
  /* margin-left: -100px; */
}

.team-swiper .swiper-slide:hover {
  scale: 1.3;
  z-index: 2;
}

.team-swiper .swiper-slide a {
  position: absolute;
  z-index: 0;
  background: #00000090;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all 0.45s;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 1.5vw;
  padding-bottom: 2.5vw;
}

.team-swiper .swiper-slide:hover a {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  border: 5px solid var(--text_red);
}

.team-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* ABOUT-END==================================== */

/* ourtarget-START==================================== */

.ourtarget_top {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 3vw;
}

.ourtarget_topItem {
  padding: 2vw;
  width: calc(50% - 1vw);
  border: 2px solid var(--text_black);
  border-radius: 2vw;
}

.ourtarget_topItem h4 {
  font-family: "Oswald";
  font-size: 3vw;
  text-transform: uppercase;
  color: var(--text_black);
  margin-bottom: 2vw;
  line-height: 1.2;
}

.ourtarget_topItem p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6vw;
  color: var(--text_black);
}

.ourtarget_topItem p span {
  color: var(--text_red);
}

.ourtarget_topItem.black {
  background-color: var(--text_black);
}

.ourtarget_topItem.black h3 {
  font-family: "Oswald";
  font-size: 7vw;
  text-transform: uppercase;
  margin-bottom: 2vw;
  /* max-width: 510px; */
  line-height: 7vw;
}

.ourtarget_topItem.black p {
  color: #fff;
}

.ourtarget_center {
  margin-bottom: 6vw;
}

.ourtarget_centerInner {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 3vw;
  /* align-items: flex-start; */
}

.ourtarget_center_box.mob {
  display: none;
}

.ourtarget_center_box {
  width: calc(50% - 1vw);
  /* padding-top: 1.5vw; */
  /* height: 15vw; */
  display: flex;
  flex-direction: column;
}

.ourtarget_center_box.red {
  border: 2px solid var(--text_red);
  border-radius: 2vw;
  padding: 2vw;
  justify-content: center;
}

.ourtarget_center_box.red h3 {
  font-family: "Oswald";
  font-size: 6vw;
  text-transform: uppercase;
  margin-bottom: 2vw;
  color: var(--text_red);
  line-height: 6vw;
}

.ourtarget_center_box.red p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.7vw;
  color: var(--text_red);
  margin-bottom: 0;
}

.ourtarget_center_box p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.7vw;
  color: var(--text_black);
}

.ourtarget_center_box_btn {
  margin-top: auto;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.3vw;
  text-transform: uppercase;
  background-color: var(--text_red);
  border-radius: 100px;
  width: 100%;
  padding: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
  /* height: 6vw; */
  position: relative;
  z-index: 0;
}

.ourtarget_center_box_btn_alfa {
  margin-top: auto;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  background-color: #EF3124;
  border-radius: 100px;
  width: 100%;
  padding: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
  /* height: 6vw; */
  position: relative;
  z-index: 0;
}

.ourtarget_center_wrapper {
  padding: 2vw;
  border-radius: 2vw;
  background-color: var(--text_black);
}

.ourtarget_center_wrapper h3 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 6vw;
  margin-bottom: 2vw;
  text-transform: uppercase;
}

.ourtarget_center_wrapper p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6vw;
}

.ourtarget_center_wrapper p span {
  color: var(--text_red);
  font-weight: 500;
}

.ourtarget h2 {
  font-family: "Oswald";
  font-size: 7vw;
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 4vw;
}

.ourtarget_bottom {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 7.5vw;
}

.ourtarget_bottom_item {
  width: 100%;
  position: relative;
  height: 27.3vw;
  padding: 40px;
  z-index: 1;
  transform: translateY(0);
  transition: all 0.8s;
  cursor: pointer;
  transform-style: preserve-3d;
  /* backface-visibility: hidden; */
}

.ourtarget_bottom_item.flipped {
  transform: rotateY(180deg);
}

.ourtarget_bottom_item_front,
.ourtarget_bottom_item_back {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 2vw;
  padding-top: 3vw;
  box-sizing: border-box;
}

.ourtarget_bottom_item_front {
  color: white;
}

.ourtarget_bottom_item_back {
  color: white;
  transform: rotateY(180deg);
}

.ourtarget_bottom_item .ourtarget_bottom_item_back h4 {
  font-size: 1.5vw;
  color: #fff !important;
  line-height: 1.7vw;
}

.ourtarget_bottom_item .ourtarget_bottom_item_back p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2vw;
  color: #fff !important;
  margin-bottom: 0.5vw;
}

.ourtarget_bottom_item_back ul {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.ourtarget_bottom_item_back ul li {
  padding-left: 0.8vw;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  color: #fff;
  position: relative;
}

.ourtarget_bottom_item_back ul li::after {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100px;
  background-color: #fff;
}

.ourtarget_bottom_item .ourtarget_bottom_item_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}

.ourtarget_bottom_item .ourtarget_bottom_item_svg svg {
  transform: translateY(0);
  transition: all 0.45s;
}

.ourtarget_bottom_item .ourtarget_bottom_item_svg svg path:last-child {
  transition: all 0.45s;
}

.ourtarget_bottom_item:hover .ourtarget_bottom_item_svg svg path:last-child {
  fill: var(--text_red);
}

.ourtarget_bottom_item_front .ourtarget_bottom_item_img {
  transition: all 0.45s;
}

.ourtarget_bottom_item:hover .ourtarget_bottom_item_front .ourtarget_bottom_item_img {
  transform: translateX(-50%) rotate(-80deg);
}

.ourtarget_bottom_item h4 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 2.1vw;
  text-transform: uppercase;
  color: var(--text_black);
  margin-bottom: 1vw;
  line-height: 2.5vw;
  transition: all 0.7s;
}

.ourtarget_bottom_item p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6vw;
  color: var(--text_black);
  transition: all 0.7s;
}

.ourtarget_bottom_item_img {
  position: absolute;
  bottom: -4.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 9vw;
  cursor: pointer;
}

.ourtarget_bottom_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2vw;
  background-color: var(--text_red);
  height: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
}

/* 
.ourtarget_bottom_item:hover.ourtarget_bottom_item::after {
  height: 17vw;
  opacity: 1;
  visibility: visible;
}*/
/* 
.ourtarget_bottom_item:hover.ourtarget_bottom_item h4 {
  color: #fff;
}
.ourtarget_bottom_item:hover.ourtarget_bottom_item p {
  color: #fff;
}  */
/* 
.ourtarget_bottom_item {
    position: relative;
} 

.ourtarget_bottom_item .ourtarget_bottom_item_svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    /* width: 100%;
    height: 100%; 
} 

  .ourtarget_bottom_item_svg svg {
    display: block;
  }

  
  .ourtarget_bottom_item_svg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: red; 
    mask: url(#path-1-inside-1_2684_880); 
    -webkit-mask: url(#path-1-inside-1_2684_880); 
    transition: height 0.9s ease;
    z-index: 1;
  }

  .ourtarget_bottom_item:hover .ourtarget_bottom_item_svg::after {
    height: 100%;
  } */

/* ourtarget-END==================================== */

/* speakers-START==================================== */

.speakers_title {
  font-family: "Oswald";
  font-size: 7vw;
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 5vw;
}

.speakers_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw;
}

.speakers_item {
  width: calc(50% - 0.5vw);
}

.speakers_item_box {
  border-radius: 1.4vw;
  background-color: var(--text_red);
  transition: all 0.9s;
  transition: background-color 0.5s ease !important;
  position: relative;
  height: 100%;
}

.speakers_item_top {
  display: flex;
  gap: 1vw;
  background-color: var(--text_black);
  border-radius: 1.4vw;
  padding: 1vw;
}

.speakers_item_top_box h4 {
  font-family: "Oswald";
  font-size: 2.4vw;
  text-transform: uppercase;
  margin-bottom: 1.2vw;
}

.speakers_item_top_box ul li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.3vw;
  margin-bottom: 0.7vw;
  position: relative;
  padding-left: 1.6vw;
  line-height: 1.4vw;
}

.speakers_item_top_box ul li::before {
  position: absolute;
  content: "";
  top: 0.2vw;
  left: 0;
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  background: var(--text_red);
}

.speakers_item_img {
  width: 15vw;
  height: 18vw;
  border-radius: 0.7vw;
  overflow: hidden;
}

.speakers_item_top_box {
  max-width: 24vw;
}

.speakers_item_bottom .speakers_item_bottom_span {
  display: block;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  color: var(--text_black);
  padding: 0.8vw;
  max-width: 14vw;
  width: 100%;
  margin-left: 1.4vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  background-color: #fff;
  border-radius: 100px;
  font-size: 1.3vw;
}

.speakers_item_bottom .span_hover {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  display: flex;
  gap: 1vw;
  justify-content: end;
  align-items: center;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  opacity: 0;
  visibility: hidden;
}

.speakers_item_bottom .span_hover img {
  width: 2vw;
  height: 2vw;
  transition: all 0.45s;
}

.speakers_item_bottom {
  display: flex;
  flex-direction: column;
  padding-bottom: 4vw;
}

.speakers_item:hover .speakers_item_bottom .span_hover {
  opacity: 1;
  visibility: visible;
}

.speakers_item:hover .speakers_item_box {
  background-color: var(--text_black);
}

.speakers_item:hover .speakers_item_bottom .span_hover img {
  scale: 1.5;
}

.speakers_item_bottom p {
  font-family: "Oswald";
  font-size: 1.4vw;
  text-transform: uppercase;
  margin-left: 1.4vw;
  margin-bottom: 2vw;
  line-height: 1.7vw;
  max-width: 30vw;
}

.speakers_btnBox {
  display: flex;
  gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
}

.speakers_btnBox button,
.speakers_btnBox a {
  /* max-width: 830px; */
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 122px; */
  padding: 1vw;
  font-family: "Roboto";
  font-weight: 700;
  /* font-size: 46px; */
  font-size: 2.3vw;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid var(--text_red);
  color: var(--text_red);
  position: relative;
  z-index: 1;
}

.speakers_btnBox a.active {
  background-color: var(--text_red);
  color: #fff;
}

.speakers_btnBox a.active:hover {
  background-color: #eb3500;
  color: #fff;
}

/* speakers-END==================================== */

/* program-START==================================== */

.program {
  margin-bottom: 8vw;
}

.program_title {
  font-family: "Oswald";
  /* font-size: 140px; */
  font-size: 7vw;
  text-transform: uppercase;
  margin-bottom: 5vw;
  color: var(--text_red);
}

.program_top {
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
}

.program_top_item {
  width: calc(50% - 1vw);
  width: 49%;
  /* height: 272px; */
  height: 14vw;
  padding: 2vw;
  border-radius: 2vw;
}

.program_top_item.black {
  background-color: var(--text_black);
}

.program_top_item.red {
  background-color: var(--text_red);
  position: relative;
}

.program_item_breakRed {
  position: relative;
}

.program_top_item_img {
  display: none;
  position: absolute;
  top: 30%;
  right: 10px;
  width: 46px;
  height: 46px;
  transition: all 0.45s;
}

.program_top_item_img.rotated {
  transform: rotate(180deg);
}

.program_bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}

.program_bottom_item {
  width: calc(50% - 20px);
  width: 49%;
  /* height: 272px; */
  height: 14vw;
  padding: 2vw;
  border-radius: 2vw;
}

.program_bottom_item.gray {
  background-color: #eaeaea;
}

.program_bottom_item.red {
  background-color: var(--text_red);
}

.program_time {
  font-family: "Oswald";
  /* font-size: 62px; */
  font-size: 2.8vw;
  text-transform: uppercase;
  margin-bottom: 2.1vw;
}

.program_text {
  font-family: "Oswald";
  /* font-size: 80px; */
  font-size: 4.2vw;
  text-transform: uppercase;
}

.program_bottom_item.gray .program_time,
.program_bottom_item.gray .program_text {
  color: var(--text_black);
}

.program_bottom .program_text {
  font-size: 3.5vw;
}

.program_inner {
  margin: 1vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw;
}

.program_inner_mob {
  display: none;
}

.program_item.mob.break {
  display: none;
}

.program_item {
  width: calc(50% - 1vw);
  border: 2px solid #262626;
  /* border-radius: 40px; */
  border-radius: 2.5vw;
  /* padding: 30px; */
  padding: 1.5vw;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  height: 29vw;
}

.program_item_left {
  /* max-width: 320px; */
  max-width: 17vw;
  width: 100%;
}

.program_item_left .program_time {
  color: var(--text_black);
  /* margin-bottom: 40px; */
  margin-bottom: 2vw;
}

.program_item_name {
  font-family: "Oswald";
  /* font-size: 60px; */
  font-size: 3vw;
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 2vw;
  line-height: 64px;
  line-height: 1.1;
  max-width: 160px;
}

.program_item_theme {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 26px;
  font-size: 1.3vw;
  background-color: var(--text_black);
  /* padding: 16px; */
  padding: 0.5vw;
  max-width: 280px;
  width: 100%;
  text-align: center;
  margin-bottom: 1vw;
  display: block;
  border-radius: 100px;
}

.program_item_left_text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  font-size: 1.2vw;
  color: var(--text_black);
}

.program_item_right {
  max-width: 21vw;
  /* max-height: 25vw; */
  /* max-height: 474px; */
  height: 25vw;
  width: 100%;
  /* overflow: auto; */
  overflow-x: hidden;
  padding-right: 0.8vw;
  position: relative;
}

.simplebar-track.simplebar-vertical {
  width: 0.8vw;
}

.simplebar-track.simplebar-horizontal {
  display: none;
}

.simplebar-scrollbar {
  /* opacity: 1 !important;  */
  /* transition: none !important; */
  background-color: var(--text_red);
  /* height: 12vw !important; */
  /* display: block !important; */
  border-radius: 10px;
}

.simplebar-track {
  /* visibility: visible !important; */
  border-radius: 10px;
  background-color: var(--bg_black);
}

.program_item_right ul li {
  margin-bottom: 1vw;
  font-family: "Roboto";
  font-weight: 400;
  color: var(--text_black);
  font-size: 1.3vw;
}

.program_item.break {
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.program_item_breakGray {
  background-color: #eaeaea;
  border-radius: 2vw;
  padding: 1.4vw;
  height: 100%;
}

.program_item_breakGray p {
  color: var(--text_black);
}

.program_item_breakRed {
  background-color: var(--text_red);
  border-radius: 2vw;
  padding: 1.4vw;
  height: 100%;
}

.vipBlock {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  align-items: end;
}

.vipBlock_img {
  /* max-width: 546px; */
  max-width: 27vw;
  width: 100%;
}

.vipBlock_box {
  padding: 1.8vw;
  border-radius: 2vw;
  background-color: var(--text_black);
  display: flex;
  gap: 1vw;
}

.vipBlock_box_img {
  max-width: 600px;
  width: 100%;
}

.vipBlock_box_time {
  font-family: "Oswald";
  /* font-size: 60px; */
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
}

.vipBlock_box_text {
  font-family: "Oswald";
  font-size: 72px;
  font-size: 3.2vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.vipBlock_box_wrapper span {
  display: block;
  font-family: "Oswald";
  /* font-size: 28px; */
  font-size: 1.2vw;
  text-transform: uppercase;
}

.vipBlock_box_text_mob {
  display: none;
}

/* program-END==================================== */

/* tickets-START==================================== */

.tickets {
  margin-bottom: 8vw;
}

.tickets_title {
  font-family: "Oswald";
  font-size: 140px;
  font-size: 7vw;
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 5vw;
}

.ticketsTop {
  display: flex;
  background: url("../images/ticketsTop_bg.png") center no-repeat;
  margin-bottom: 2vw;
  background-size: cover;
  border-radius: 2vw;
  height: 32vw;
}

.ticketsMob {
  display: none;
}

.ticketsTop_item.red {
  width: 50%;
  padding: 2vw;
  display: flex;
  flex-direction: column;
}

.ticketsTop_item_title {
  font-family: "Oswald";
  font-size: 5.5vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.ticketsTop_item_list {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  padding-left: 2vw;
  max-width: 22vw;
  width: 100%;
}

.ticketsTop_item_list li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.3vw;
  padding-left: 0.5vw;
  position: relative;
}

.ticketsTop_item_list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1vw;
  width: 1vw;
  height: 1vw;
  background: url("../images/ticketsTop_item_list.svg") center no-repeat;
  background-size: contain;
}

.ticketsTop_item.black .ticketsTop_item_list {
  max-width: 18vw;
}

.ticketsTop_item.black .ticketsTop_item_list li::before {
  background: url("../images/ticketsTop_item_black_liSVG.svg") center no-repeat;
  background-size: contain;
}

.ticketsTop_item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
}

.ticketsTop_item_bottom button {
  font-family: "Roboto";
  font-weight: 700;
  font-style: Bold;
  /* font-size: 32px; */
  font-size: 1.2vw;
  text-transform: uppercase;
  border: none;
  border-radius: 100px;
  max-width: 15vw;
  width: 100%;
  padding: 1vw;
  color: var(--bg_black);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.ticketsTop_item_bottom_price {
  font-family: "Oswald";
  /* font-size: 80px; */
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.ticketsTop_item_bottom_text {
  display: flex;
  gap: 0.5vw;
  align-items: flex-end;
  position: relative;
}

.ticketsTop_item_bottom_text p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1.2vw;
}

.ticketsTop_item_bottom_text>span {
  width: 1.2vw;
  height: 1.2vw;
  display: block;
  cursor: pointer;
}

.ticketsTop_item_bottom_wrapper {
  position: absolute;
  top: 0.7vw;
  /* right: -11.8vw; */
  left: 100%;
  opacity: 0;
  visibility: hidden;
  /* width: 12vw; */
  border-radius: 1vw;
  padding: 0.8vw;
  background-color: #eaeaea;
  transition: all 0.45s;
}

.ticketsTop_item_bottom_text span:hover+.ticketsTop_item_bottom_wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ticketsTop_item_bottom_wrapper h4 {
  font-family: "Oswald";
  /* font-size: 28px; */
  font-size: 1.2vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
  color: var(--text_black);
}

.ticketsTop_item_bottom_wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
}

.ticketsTop_item_bottom_wrapper ul li {
  display: flex;
  justify-content: space-between;
  gap: 0.5vw;
  align-items: center;
  padding: 0.2vw 0.4vw;
}

.ticketsTop_item_bottom_wrapper ul li.red_list {
  background-color: var(--text_red);
  border-radius: 100px;
}

.ticketsTop_item_bottom_wrapper ul li.red_list p,
.ticketsTop_item_bottom_wrapper ul li.red_list span {
  color: #fff;
}

.ticketsTop_item_bottom_wrapper ul li p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 0.8vw;
  color: var(--text_black);
}

.ticketsTop_item_bottom_wrapper ul li span {
  font-family: "Oswald";
  /* font-size: 20px; */
  font-size: 1vw;
  text-transform: uppercase;
  width: fit-content;
  color: var(--text_black);
}

.ticketsTop_item_bottom_wrapper p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 10px; */
  font-size: 0.5vw;
  color: var(--text_black);
}

.ticketsTop_item.black {
  width: 50%;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.ticketsTop_item_topBox {
  display: flex;
  gap: 1vw;
  justify-content: space-between;
  margin-bottom: 3.5vw;
  width: 100%;
}

.ticketsTop_item_topBox_price {
  font-family: "Oswald";
  /* font-size: 80px; */
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.ticketsTop_item_topBox_wrapper {
  display: flex;
  gap: 0.5vw;
  align-items: center;
  position: relative;
}

.ticketsTop_item_topBox_wrapper p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 1.2vw;
}

.ticketsTop_item_bottom_wrapper p.ticketsTop_item_bottom_wrapper_bottomText {
  margin-top: 0.8vw;
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 10px; */
  font-size: 0.5vw;
  color: var(--text_black);
}

.ticketsTop_item_topBox_wrapper p.ticketsTop_item_bottom_wrapper_bottomText {
  margin-top: 0.8vw;
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 10px; */
  font-size: 0.5vw;
  color: var(--text_black);
}

.ticketsTop_item_topBox_wrapper_img {
  width: 1.2vw;
  height: 1.2vw;
  display: block;
  cursor: pointer;
}

.ticketsTop_item_title {
  position: relative;
}

.ticketsTop_item_topBox_wrapper_img:hover+.ticketsTop_item_bottom_wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ticketsTop_item_title span {
  position: absolute;
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 24px; */
  font-size: 1vw;
  padding: 0.5vw;
  bottom: -1.5vw;
  right: 0;
  border-radius: 100px;
  text-align: center;
  background-color: var(--text_red);
  transform: rotate(-5deg);
}

.ticketsTop_item_black {
  font-family: "Roboto";
  font-weight: 700;
  font-style: Bold;
  /* font-size: 32px; */
  font-size: 1.2vw;
  text-transform: uppercase;
  background-color: var(--text_red);
  border-radius: 100px;
  padding: 1vw;
  text-align: center;
  margin-top: auto;
  max-width: 15vw;
  width: 100%;
  cursor: pointer;
}

.ticketsBottom_inner {
  display: flex;
  gap: 1vw;
}

.ticketsBottom_item {
  width: 25%;
  border-radius: 2vw;
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  align-items: center;
  border: 2px solid #262626;
  height: 27vw;
}

.ticketsBottom_item h3 {
  font-family: "Oswald";
  /* font-size: 60px; */
  font-size: 3vw;
  text-transform: uppercase;
  position: relative;
  color: var(--text_black);
}

.ticketsBottom_item_span {
  display: block;
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 24px; */
  font-size: 1.1vw;
  color: #fff;
  background-color: var(--text_red);
  border-radius: 100px;
  padding: 0.2vw 0.8vw;
  transform: rotate(-5deg);
  margin-top: -0.6vw;
}

.ticketsBottom_item ul {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  margin-bottom: auto;
}

.ticketsBottom_item ul li {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 20px; */
  font-size: 1vw;
  padding-left: 0.2vw;
  position: relative;
  color: var(--text_black);
}

.ticketsBottom_item ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1.3vw;
  width: 1vw;
  height: 1vw;
  background: url('../images/ticketsTop_item_black_liSVG.svg') center no-repeat;
  background-size: contain;
}

.ticketsBottom_item_price {
  font-family: "Oswald";
  /* font-size: 56px; */
  font-size: 2.9vw;
  text-transform: uppercase;
  color: var(--text_black);
  margin-bottom: 0.2vw;
}

.ticketsBottom_item_text {
  position: relative;
  padding-right: 1vw;
  margin-bottom: 2vw;
}

.ticketsBottom_item_text p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.9vw;
  color: var(--text_black);
}

.ticketsBottom_item_text_span {
  position: absolute;
  right: -0.2vw;
  top: -0.2vw;
  width: 1vw;
  height: 1vw;
  cursor: pointer;
}

.ticketsBottom_item_text_wrapper {
  position: absolute;
  top: 0.7vw;
  right: -11.8vw;
  opacity: 0;
  visibility: hidden;
  width: 12vw;
  border-radius: 1vw;
  padding: 0.8vw;
  background-color: #eaeaea;
  transition: all 0.45s;
}

.ticketsBottom_item_text_span:hover+.ticketsBottom_item_text_wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.ticketsBottom_item_text_wrapper h4 {
  font-family: "Oswald";
  /* font-size: 28px; */
  font-size: 1.2vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
  color: var(--text_black);
}

.ticketsBottom_item_text_wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
}

.ticketsBottom_item_text_wrapper ul li {
  display: flex;
  justify-content: space-between;
  gap: 0.5vw;
  align-items: center;
  padding: 0.2vw 0.4vw;
}

.ticketsBottom_item_text_wrapper ul li::before {
  display: none;
}

.ticketsBottom_item_text_wrapper ul li.red_list {
  background-color: var(--text_red);
  border-radius: 100px;
}

.ticketsBottom_item_text_wrapper ul li.red_list p,
.ticketsBottom_item_text_wrapper ul li.red_list span {
  color: #fff;
}

.ticketsBottom_item_text_wrapper ul li p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 0.8vw;
  color: var(--text_black);
}

.ticketsBottom_item_text_wrapper ul li span {
  font-family: "Oswald";
  /* font-size: 20px; */
  font-size: 1vw;
  text-transform: uppercase;
  width: fit-content;
  color: var(--text_black);
}

.ticketsBottom_item_text_wrapper p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 10px; */
  font-size: 0.5vw;
  color: var(--text_black);
}

.ticketsBottom_item a {
  font-family: "Roboto";
  font-weight: 700;
  /* font-size: 32px; */
  font-size: 1.6vw;
  text-transform: uppercase;
  background-color: var(--text_red);
  border-radius: 100px;
  /* max-width: 14vw; */
  /* width: 100%; */
  padding: 0.5vw 1.2vw;
  margin-bottom: 1.5vw;
  /* border: 2px solid var(--text_red); */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.ticketsTop_item_bottom a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.2vw;
  text-transform: uppercase;
  border: none;
  border-radius: 100px;
  max-width: 15vw;
  width: 100%;
  padding: 1vw;
  color: var(--bg_black);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.ticketsBottom_item a:hover::after {
  border: 2px solid transparent;
  box-sizing: border-box;
}

.ticketsBottom_item.video {
  width: 50%;
  align-items: start;
  padding-left: 2vw;
  position: relative;
}

.ticketsBottom_item.video a {
  background-color: #fff;
  color: var(--text_red);
  border: 2px solid var(--text_red);
  box-sizing: border-box;
}

.ticketsBottom_item.video a.ticket_btn:hover {
  border: 2px solid var(--text_black);
}

.ticketsBottom_item.video h3 {
  margin-bottom: auto;
}

.ticketsBottom_item_video {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 7vw;
  height: 7vw;
  cursor: pointer;
}

/* tickets-END==================================== */

/* offer-START==================================== */

.offer {
  margin-bottom: 7vw;
  overflow: hidden;
}

.offer_title {
  font-family: "Oswald";
  /* font-size: 140px; */
  font-size: 7vw;
  text-transform: uppercase;
  margin-bottom: 4vw;
  color: var(--text_black);
}

.offer_inner {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
}

.offer_inner.mob {
  display: none;
}

.offer_item {
  border: 2px solid var(--text_black);
  border-radius: 1.5vw;
  padding: 1.8vw 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8vw;
  width: 100%;
}

.offer_item.black {
  background-color: var(--text_black);
}

.offer_item.red {
  background-color: var(--text_red);
  border: 2px solid var(--text_red);
}

.offer_item.alfa {
  background-color: #EF3124;
  border: 2px solid #EF3124;
  gap: 5px;
}

.offer_item h3 {
  font-family: "Oswald";
  font-size: 3.2vw;
  /* font-size: 70px; */
  text-transform: uppercase;
  color: var(--text_black);
}

.offer_item h4 {
  font-family: "Oswald";
  font-size: 8vw;
  /* font-size: 160px; */
  text-align: center;
  text-transform: uppercase;
  color: var(--text_red);
}

.offer_item p {
  font-family: "Oswald";
  font-size: 1.2vw;
  /* font-size: 28px; */
  text-align: center;
  text-transform: uppercase;
  color: var(--text_black);
}

.offer_item.black h3,
.offer_item.black p {
  color: #fff;
}

.offer_item.red h3,
.offer_item.red h4,
.offer_item.red p {
  color: #fff;
}

.offer_item.alfa h3,
.offer_item.alfa h4,
.offer_item.alfa p {
  color: #fff;
}

.offer_item.alfa h4 {
  font-size: 4vw;
}

.offer_item.alfa h5 {
  font-size: 2vw;
}

.offer_item_alfa_btn {
  text-decoration: none;
  display: flex;
  border-radius: 100px;
  padding: 16px;
  background-color: #fff;
  font-weight: 700;
  font-size: .7vw;
  text-transform: uppercase;
  color: #262626;
  font-family: "Roboto";
  margin-top: auto;
  transition: all .3s;
}

.offer_item_alfa_btn:hover {
  color: #EF3124;
}

/* offer-END==================================== */

/* partners-START==================================== */

.partners {
  margin-bottom: 6vw;
}

.partners_title {
  font-family: "Oswald";
  font-size: 7vw;
  /* font-size: 140px; */
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 5vw;
}

.partners_top {
  display: flex;
  gap: 3vw;
  justify-content: center;
  margin-bottom: 5vw;
}

.partners_top_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  width: 100%;
  height: 100%;
}

.partners_top_item h3 {
  font-family: "Oswald";
  font-size: 2.5vw;
  /* font-size: 70px; */
  text-align: center;
  text-transform: uppercase;
  color: var(--text_black);
}

.partners_top_item_img {
  width: 100%;
  height: 29vw;
  border-radius: 1vw;
  overflow: hidden;
  border: 1px solid var(--text_red);

  display: flex;
  justify-content: center;
  align-items: center;
}

.partners_top_item_img h5 {
  font-size: 5vw;
  color: var(--bg_black);
}

.partners_top_item_img img {
  height: 100%;
  object-fit: contain;
}

.partners_topSlider {
  position: relative;
  padding-bottom: 0.2vw;
  margin-bottom: 5vw;
}

.partners_topSlider .swiper-slide {
  border-radius: 1vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partners_topSlider_btn {
  position: absolute;
  bottom: -6vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1vw;
  display: none;
}

.partners_topSlider_next,
.partners_topSlider_prev {
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}

.partners_bottomSlider {
  position: relative;
  padding-bottom: 0.2vw;
  margin-bottom: 5vw;
}

.partners_bottomSlider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partners_bottomSlider_btn {
  position: absolute;
  bottom: -6vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1vw;
  display: none;
}

.partners_bottomSlider_next,
.partners_bottomSlider_prev {
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}

.partners_topSlider_img {
  height: 6vw;
  overflow: hidden;
  border-radius: 1vw;
  border: 1px solid var(--text_red);
  cursor: pointer;
  padding: 1vw;

  display: flex;
  justify-content: center;
  align-items: center;
}

.partners_topSlider_img p {
  font-size: 1vw;
  color: var(--bg_black);
}

.partners_topSlider_img img {
  height: 100%;
  object-fit: contain;
}

.partners_bottomSlider_1 h3 {
  font-family: "Oswald";
  font-size: 6vw;
  /* font-size: 120px; */
  text-transform: uppercase;
  margin-bottom: 4vw;
  color: var(--text_red);
}

.partners_btn {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.2vw;
  /* font-size: 46px; */
  text-transform: uppercase;
  color: #fff;
  background-color: var(--text_red);
  border-radius: 100px;
  width: 100%;
  padding: 1.8vw;
  cursor: pointer;
  margin-bottom: 7.5vw;
  text-align: center;
}

.partners_bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--text_black);
  border-radius: 2vw;
  padding: 2vw;
  gap: 0.4vw;
  max-width: 65vw;
  margin: 0 auto;
}

.partners_bottomBox_item h3 {
  font-family: "Oswald";
  font-size: 4.3vw;
  /* font-size: 90px; */
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.partners_bottomBox_item p {
  position: relative;
  padding-left: 2vw;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.8vw;
  /* font-size: 17px; */
  text-transform: uppercase;
}

.partners_bottomBox_item p::before {
  position: absolute;
  top: -0.4vw;
  left: 0;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  background: url("../images/partners_bottomBox_item.svg") center no-repeat;
  background-size: cover;
}

.partners_bottomBox_item_text.mob {
  display: none;
}

.partners_bottomBox_item h4 {
  font-family: "Oswald";
  font-size: 3.5vw;
  /* font-size: 72px; */
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  text-align: right;
}

.partners_bottomBox_item a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--text_red);
  padding: 0.6vw 1.8vw;
  border-radius: 100px;
}

.partners_bottomBox_item a.disabled_btn {
  background-color: #e0e0e0;
}

.partners_topSlider_1,
.partners_topSlider_2,
.partners_topSlider_3 {
  /* margin: 1vw 0; */
  padding-bottom: 1vw;
}

.partners_bottomSlider_1,
.partners_bottomSlider_2,
.partners_bottomSlider_3 {
  /* margin: 1vw 0; */
  padding-bottom: 1vw;
}

.partners_bottomSlider_3 {
  margin-bottom: 5vw;
}

/* partners-END==================================== */

/* organizers-START==================================== */

.organizers {
  margin-bottom: 7vw;
}

.organizers_title {
  font-size: 7vw;
  /* font-size: 140px; */
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 5vw;
}

.organizers_top {
  display: flex;
  gap: 1vw;
  background-color: var(--text_black);
  border-radius: 3vw;
  padding: 2vw;
  justify-content: space-between;
  margin-bottom: 1vw;
}

.organizers_top_img {
  width: 30vw;
  height: 32vw;
  border-radius: 2vw;
  overflow: hidden;
}

.organizers_top_inner {
  max-width: 46vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 32vw;
}

.organizers_top_inner h3 {
  /* font-size: 80px; */
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.organizers_top_text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2.2vw;
  /* font-size: 44px; */
  text-transform: uppercase;
}

.organizers_top_num {
  font-size: 3vw;
  /* font-size: 60px; */
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 2vw;
  display: block;
  width: fit-content;
}

.organizers_top_inner_box {
  display: flex;
  gap: 1.3vw;
}

.organizers_top_inner_box a {
  width: 8vw;
  height: 8vw;
}

.organizers_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  justify-content: space-between;
}

.organizers_item {
  width: calc(50% - 0.5vw);
  border-radius: 2vw;
  background-color: var(--text_red);
  padding: 1vw;
  display: flex;
  gap: 0.5vw;
}

.organizers_item_img {
  width: 11vw;
  height: 11vw;
  border-radius: 1vw;
  overflow: hidden;
}

.organizers_item_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1vw;
}

.organizers_item_box h3 {
  /* font-size: 48px; */
  font-size: 2.2vw;
  text-transform: uppercase;
}

.organizers_item_box p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  /* font-size: 17px; */
  text-transform: uppercase;
}

.organizers_item_box_tell {
  font-size: 1.2vw;
  /* font-size: 28px; */
}

.organizers_item_box_social {
  display: flex;
  gap: 0.5vw;
}

.organizers_item_box_social a {
  width: 2.5vw;
  height: 2.5vw;
}

/* organizers-END==================================== */

/* gratitude-START==================================== */

.gratitude {
  margin-bottom: 7vw;
}

.gratitude_title {
  font-size: 7vw;
  /* font-size: 140px; */
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 5vw;
}

.gratitude_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw;
}

.gratitude_item {
  width: calc(33% - 0.5vw);
  border-radius: 1.2vw;
  background-color: var(--text_black);
  padding: 1vw;
}

.gratitude_item_top {
  display: flex;
  gap: 1vw;
  margin-bottom: 2vw;
}

.gratitude_item_top_img {
  width: 7.2vw;
  height: 7.2vw;
}

.gratitude_item_top_box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 2.8vw;
}

.gratitude_item_top_box.mob {
  display: none;
}

.gratitude_item_top_box p {
  /* font-size: 20px; */
  font-size: 1vw;
  text-transform: uppercase;
}

.gratitude_item_top_box h3 {
  font-size: 1.5vw;
  /* font-size: 32px; */
  text-transform: uppercase;
}

.gratitude_item_top_box ul {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  max-width: 15vw;
}

.gratitude_item_top_box ul li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.7vw;
  /* font-size: 16px; */
  text-transform: uppercase;
  line-height: 0.8vw;
}

.gratitude_item_tell {
  font-size: 1.4vw;
  /* font-size: 28px; */
  text-transform: uppercase;
  display: block;
  margin-bottom: 1vw;
}

.gratitude_item_bottom {
  display: flex;
  gap: 0.5vw;
}

.gratitude_item_bottom a {
  width: 3.5vw;
  height: 3.5vw;
}

.gratitude_title.mob {
  display: none;
  font-size: 7vw;
  /* font-size: 140px; */
  text-transform: uppercase;
  color: var(--text_red);
  margin-bottom: 5vw;
}

/* gratitude-END==================================== */

/* mediaArchive-START==================================== */

.mediaArchive {
  margin-bottom: 14vw;
  position: relative;
}

.mediaArchive_title {
  font-size: 7vw;
  /* font-size: 140px; */
  text-transform: uppercase;
  margin-bottom: 5vw;
  color: var(--text_red);
}

.mediaArchive_slider_img {
  height: auto;
  border-radius: 1.4vw;
  overflow: hidden;
  /* width: 30vw; */
  height: 30vw;
}

.mediaArchive_slider_img img {
  height: 100%;
  object-fit: cover;
}

.mediaArchive_slider_video {
  display: block;
  height: 30vw;
  border-radius: 1.4vw;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--text_red);
}

.mediaArchive_slider_video .play_icon {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  font-size: 10vw;
  color: var(--text_red);
}

.mediaArchive_slider_video_img {
  width: 100%;
  height: 100%;
  background-color: var(--text_white);
}

.mediaArchive_slider_video_img img {
  height: 100%;
  object-fit: cover;
}

.mediaArchive_slider_img.top img {
  object-position: 35% 20%;
}

.mediaArchive_slider_btn {
  position: absolute;
  bottom: -7vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1vw;
}

.mediaArchive_slider_next,
.mediaArchive_slider_prev {
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}

/* mediaArchive-END==================================== */

/* questions-START==================================== */

.questions_title {
  font-size: 7vw;
  /* font-size: 140px; */
  text-transform: uppercase;
  margin-bottom: 7vw;
  color: var(--text_red);
}

.questions_item {
  margin-bottom: 1vw;
  border-radius: 2vw;
  background-color: var(--text_black);
  padding: 2vw;
  transition: all 0.45s;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw; */
}

.questions_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  cursor: pointer;
}

.questions_item_title {
  font-size: 3vw;
  /* font-size: 64px; */
  text-transform: uppercase;
}

.questions_item_img {
  width: 3.5vw;
  height: 3.5vw;
  transform: rotate(-180deg);
  transition: all 0.45s;
}

.questions_item_img svg circle,
.questions_item_img svg path {
  transition: all 0.45s;
}

.questions_item.active .questions_item_img {
  transform: rotate(0deg);
}

.questions_item.active .questions_item_img svg circle {
  fill: #fff;
}

.questions_item.active .questions_item_img svg path {
  stroke: var(--text_red);
}

.questions_item.active {
  background-color: var(--text_red);
}

.questions_item_wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.questions_item_content {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5vw;
  margin-top: 1vw;
  max-width: 72vw;
  padding-bottom: 1vw;
  /* margin-bottom: 1vw; */
  /* font-size: 28px; */
}

.questions_item_content_tg {
  width: 5vw;
  height: 5vw;
  display: block;
  border: 1px solid var(--text_white);
  border-radius: 50%;
  margin-top: 2vw;
}

.questions_item_content_link {
  font-size: 2vw;
  transition: all 0.5s;
}

.questions_item_content_link:hover {
  color: var(--bg_black);
}

.questions_box {
  display: flex;
  gap: 2vw;
  margin-top: 2vw;
}

.questions_box_item {
  width: 11vw;
  height: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.questions_box_item_img {
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  border-radius: 1vw;
}

.questions_box_item_img_mob {
  display: none;
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  border-radius: 1vw;
}

.questions_box_item span {
  position: absolute;
  top: 0.5vw;
  right: 1vw;
  display: block;
  width: 3vw;
  height: 3vw;
  border-radius: 1vw;
  background-color: var(--bg_black);
  color: var(--text_white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.2vw;
  text-transform: uppercase;
}

.questions_box_item span.mob {
  display: none;
}

.questions_box_item p {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.5vw;
  margin-top: 1vw;
  text-align: center;
  text-transform: uppercase;
}

.questions_box_item p.small {
  font-size: 1.2vw;
  text-transform: none;
}

.questions_box_item a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.1vw;
  text-transform: uppercase;
  background-color: var(--text_white);
  color: var(--text_black);
  padding: 0.8vw;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin-top: auto;
}

/* questions-END==================================== */

/* mainForm-START==================================== */

.mainForm_inner {
  display: flex;
  gap: 1vw;
}

.mainForm_inner_left {
  width: 32%;
  /* height: 61vw; */
  height: auto;
  border-radius: 2vw;
  overflow: hidden;
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--text_red); */
}

.mainForm_inner_left_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainForm_inner_left_img img {
  height: 100%;
  object-fit: cover;
}

.mainForm_form {
  border-radius: 2vw;
  padding: 3vw;
  background-color: var(--text_black);
  width: 68%;
}

.mainForm_form h3 {
  font-size: 3vw;
  /* font-size: 64px; */
  text-transform: uppercase;
  margin-bottom: 3vw;
  text-align: center;
}

.mainForm_form form {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mainForm_form form input,
.mainForm_form form textarea {
  width: 100%;
  padding: 2vw 1.8vw;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5vw;
  /* font-size: 28px; */
  /* text-transform: uppercase; */
  border: none;
  border-radius: 0.8vw;
  outline: none;
  resize: none;
  box-sizing: border-box;
  background-color: #fff;
  color: var(--text_black);
}

.mainForm_form form textarea {
  height: 9vw;
}

.mainForm_form form input::placeholder,
.mainForm_form form textarea::placeholder {
  color: #c7c7c7;
}

.mainForm_form form label {
  display: flex;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.1;
  /* font-size: 24px; */
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.mainForm_form form label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_checkbox {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 100%;
  background-color: var(--text_red);
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.mainForm_form form label input:checked+.custom_checkbox::after {
  content: "✔";
  color: #fff;
  font-size: 2vw;
  position: absolute;
  /* top: -3px; */
  top: -0.1vw;
  left: 0.5vw;
  /* left: 10px; */
}

.mainForm_form form button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.2vw;
  /* font-size: 46px; */
  text-transform: uppercase;
  padding: 1.8vw;
  width: 100%;
  border-radius: 100px;
  background-color: var(--text_red);
  cursor: pointer;
}

/* mainForm-END==================================== */

/* footer-START==================================== */

.footer {
  background-color: var(--text_black);
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  height: 31vw;
  padding-top: 2.5vw;
  padding-bottom: 2.1vw;
}

.footer_inner {
  display: flex;
  gap: 6vw;
  justify-content: space-between;
}

.footer_left {
  width: 22%;
  height: 22vw;
  display: flex;
  flex-direction: column;
}

@media (max-width: 500px) {
  .footer_left {
    width: 100%;
    display: flex;
    align-items: center;

  }
}

.footer_left_img {
  width: 6vw;
  height: 8vw;
  margin-bottom: 3.1vw;
}

.footer_left_img.mob {
  display: none;
}

.footer_left_box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.footer_left_box a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  /* font-size: 18px; */
  text-transform: uppercase;
  color: #979797;
}

.footer_left p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  /* font-size: 18px; */
  text-transform: uppercase;
  margin-top: auto;
  color: #979797;
}

/* .footer_left p a {
  color: #979797;
} */

.certPopup_img {
  width: 100%;
}

.certPopup_img img {
  height: 100%;
  object-fit: contain;
}

.footer_right {
  width: 78%;
}

@media (max-width: 500px) {
  .footer_right {
    width: 100%;

  }
}

.footer_right_top {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 3vw;
}

.footer_right_top a {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1vw;
  /* font-size: 18px; */
  text-transform: uppercase;
  color: #fff;
  transition: all 0.45s;
}

.footer_right_top a:hover {
  color: var(--text_red);
}

.footer_right_center {
  display: flex;
  gap: 1vw;
  justify-content: space-between;
  margin-bottom: 4vw;
}

.footer_right_center_social {
  display: flex;
  gap: 1vw;
  margin-bottom: 1.5vw;
}

.footer_right_center_social a {
  width: 5vw;
  height: 5vw;
  transition: all 0.45s;
  border-radius: 100px;
}

.footer_right_center_social a:hover {
  background-color: var(--text_red);
}

.footer_right_center_address {
  display: flex;
  gap: 1vw;
  align-items: center;
}

.footer_right_center_address_img {
  width: 1.9vw;
  height: 1.9vw;
}

.footer_right_center_address p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 0.8vw;
  /* font-size: 18px; */
  text-transform: uppercase;
}

.footer_right_btn {
  display: flex;
  gap: 1vw;
  padding-top: 0.5vw;
  flex-direction: column;
}

.footer_right_btn a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  /* font-size: 32px; */
  text-transform: uppercase;
  background-color: var(--text_red);
  padding: 0.8vw 1.5vw;
  border-radius: 100px;
  height: fit-content;
  text-align: center;
}

.footer_right_btn a:last-child {
  background-color: #fff;
  color: var(--text_black);
}

.footer_right_btn a:last-child:hover {
  background-color: #eb3500;
  color: #fff;
}

.footer_right_btn a.ticket_btn_alfa {
  background-color: #EF3124;
}


.footer_right_bottom {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
}

.footer_right_bottom_item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  max-width: 600px;
}

.footer_right_bottom_item:last-child {
  gap: 0.5vw;
  justify-content: flex-end;
}

.footer_right_bottom_item a,
.footer_right_bottom_item p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  /* font-size: 18px; */
  text-transform: uppercase;
  color: #979797;
  width: fit-content;
}

.footer_left_box.mob {
  display: none;
}

.footer_left_text.mob {
  display: none;
}

/* footer-END==================================== */

/* politics-START==================================== */

.text_page {
  max-width: 900px;
  margin: 20px auto;
}

.text_page p {
  font-size: 1vw;
  margin-bottom: 0.5vw;
}

.text_page a {
  font-size: 1vw;
  color: var(--text_red);
}

/* 404-START==================================== */

.body_404 {
  background-color: var(--text_black);
  color: var(--text_white);
}

.body_404 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
}

.body_404 .top .logo {
  width: 9vw;
  height: 12vw;
}

.body_404 .top .soc {
  display: flex;
  gap: 1vw;
}

.body_404 .top .soc a {
  width: 5vw;
  height: 5vw;
}

.body_404 .content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  align-items: center;
}

.body_404 .content h1 {
  font-size: 4.5vw;
  text-transform: uppercase;
  text-align: center;
}

.body_404 .content p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2vw;
  text-align: center;
  margin-bottom: 1vw;
  max-width: 72vw;
}

.body_404 .content .content_img {
  /* max-width: 627px; */
  width: 45vw;
  height: 22vw;
  margin-bottom: 1vw;
}

.body_404 .content .content_btn {
  display: flex;
  gap: 1vw;
  width: 100%;
  justify-content: center;
  margin-bottom: 2vw;
}

.body_404 .content .content_btn a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.9vw;
  text-transform: uppercase;
  padding: 0.9vw;
  border-radius: 100px;
  background-color: var(--text_red);
  width: 21vw;
  text-align: center;
}

.body_404 .content .content_btn a.mainLink {
  background-color: #fff;
  color: var(--text_black);
}

.body_404 .bottom p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.9vw;
  text-align: center;
  margin-bottom: 1vw;
}

/* 404-END==================================== */

/* stream-START==================================== */

.stream {
  background-color: var(--text_black);
  color: var(--text_white);
}

.stream .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: clamp(80px, 2vw, 130px);
}

.stream .top .logo {
  width: clamp(80px, 2vw, 130px);
  height: clamp(100px, 2vw, 160px);
}

.stream .top .soc {
  display: flex;
  gap: 1vw;
}

.stream .top .soc a {
  width: clamp(40px, 2vw, 80px);
  height: clamp(40px, 2vw, 80px);
}

.stream .content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  align-items: center;
}

.stream .content h1 {
  /* font-size: 6vw; */
  font-size: clamp(40px, 10vw, 120px);
  text-transform: uppercase;
  text-align: center;
  color: var(--text_white);
}

.stream .content p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 2.4vw; */
  font-size: clamp(20px, 5vw, 48px);
  text-align: center;
  margin-bottom: 1vw;
  color: var(--text_white);
  /* max-width: 72vw; */
}

.stream .content .content_count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}

.stream .content .content_count .content_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vw;
  padding: 0 1vw;
  border-right: 1px solid #fff;
}

.stream .content .content_count .content_item:last-child {
  border: none;
}

.stream .content .content_count .content_item span {
  /* font-size: 8vw; */
  font-size: clamp(50px, 8vw, 160px);
  text-transform: uppercase;
  line-height: 0.8;
  color: var(--text_white);
}

.stream .content .content_count .content_item p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.5vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--text_white);
}

.stream .bottom p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  text-align: center;
  color: var(--text_white);
}

.streamBuyTecket_btnBox {
  display: flex;
  gap: 2vw;
  margin-bottom: 5vw;
  margin-top: 4vw;
}

.streamBuyTecket_btnBox a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.9vw;
  text-transform: uppercase;
  padding: 0.9vw;
  border-radius: 100px;
  background-color: var(--text_red);
  width: 30vw;
  text-align: center;
}

.streamBuyTecket_btnBox a.program {
  background-color: #fff;
  color: var(--text_black);
  margin-bottom: 0;
}

.livestream_input {
  margin: 5vw auto;
}

.livestream_input input {
  width: 60vw;
  padding: 2vw 1.5vw;
  border-radius: 2vw;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5vw;
  text-transform: uppercase;
  background-color: #fff;
  color: var(--text_black);
}

.livestream_input input::placeholder {
  color: #c7c7c7;
}

/* stream-END==================================== */

/* support_overlay-START==================================== */
/* 
.support_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
} */

.support_inner {
  background: var(--text_black);
  padding: 30px;
  border-radius: 40px;
  max-width: 740px;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.supportPopup_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.support_logo {
  width: 300px;
  height: 100px;
  margin-bottom: 20px;
}

.support_inner h3 {
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.support_inner h3.red {
  color: var(--text_red);
}

.support_inner h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.support_inner p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 20px;
  color: #fff;
}

.support_inner form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  max-width: 700px;
}

.support_inner form input {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: var(--text_black);
  font-family: "Roboto";
  font-size: 20px;
  text-transform: uppercase;
}

.support_inner form input::placeholder {
  font-family: "Roboto";
  font-size: 20px;
  text-transform: uppercase;
  color: #c7c7c7;
}

.support_inner .custom_checkbox_text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

.support_inner .custom_checkbox {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--text_red);
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.support_inner form label input:checked+.custom_checkbox::after {
  content: "✔";
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -5px;
  left: 10px;
}

.support_inner form button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  /* font-size: 46px; */
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  border-radius: 100px;
  background-color: var(--text_red);
  cursor: pointer;
}

.support_inner form label {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  /* font-size: 24px; */
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 10px;
}

.support_inner form label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* support_overlay-END==================================== */

/* sponsor-START==================================== */

/* .sponsor {
  margin: 4vw 0;
} */

.sponsor_title {
  font-size: 7vw;
  margin-bottom: 4vw;
  color: var(--text_red);
}

.sponsor_inner {
  padding: 3vw;
  border-radius: 3vw;
  background-color: var(--text_black);
}

.sponsor_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}

.sponsor_top_item {
  display: flex;
  gap: 1vw;
}

.sponsor_top_item a {
  width: 3vw;
  height: 3vw;
}

.sponsor_top_item h2 {
  font-size: 5vw;
  text-transform: uppercase;
}

.sponsor_top_item:last-child {
  gap: 2vw;
}

.sponsor_top_item_prev,
.sponsor_top_item_next {
  width: 3.5vw;
  height: 3.5vw;
  cursor: pointer;
}

.sponsor_inner_subTitle {
  font-size: 4.5vw;
  margin-bottom: 2vw;
  color: var(--text_red);
}

.sponsor_slide_content {
  display: flex;
  gap: 2vw;
  margin-bottom: 4vw;
  justify-content: space-between;
}

.sponsor_slide_item {
  width: 33%;
}

.sponsor_slide_item h4 {
  font-size: 2vw;
  margin-bottom: 2vw;
  text-transform: uppercase;
}

.sponsor_slide_item ul {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.sponsor_slide_item ul li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  position: relative;
  padding-left: 2vw;
}

.sponsor_slide_item ul li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1.5vw;
  height: 1.5vw;
  background: url("../images/sponsor_slide_item_liSvg.svg") center no-repeat;
  background-size: cover;
}

.sponsor_slide_bottom {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  align-items: center;
}

.sponsor_slide_price {
  font-size: 5vw;
}

.sponsor_slide_btnBox {
  display: flex;
  gap: 1vw;
  width: 50vw;
}

.btn_sponsor {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  padding: 0.8vw;
  border-radius: 100px;
  width: 100%;
  background-color: var(--text_red);
  text-align: center;
}

.btn_question {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  padding: 0.8vw;
  border-radius: 100px;
  width: 100%;
  background-color: #fff;
  color: var(--text_black);
  text-align: center;
}

.sponsorQuestion_inner {
  border-radius: 2vw;
  padding: 3vw;
  background-color: var(--text_black);
  width: 60vw;
  margin: 0 auto;
}

.sponsorQuestion_inner h3 {
  font-size: 3vw;
  /* font-size: 64px; */
  text-transform: uppercase;
  margin-bottom: 3vw;
  text-align: center;
  color: var(--text_white);
}

.sponsorQuestion_inner form {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.sponsorQuestion_inner form input,
.sponsorQuestion_inner form textarea {
  width: 100%;
  padding: 2vw 1.8vw;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5vw;
  /* font-size: 28px; */
  text-transform: uppercase;
  border: none;
  border-radius: 0.8vw;
  outline: none;
  resize: none;
  box-sizing: border-box;
  background-color: #fff;
  color: var(--text_black);
}

.sponsorQuestion_inner form textarea {
  height: 9vw;
}

.sponsorQuestion_inner form input::placeholder,
.sponsorQuestion_inner form textarea::placeholder {
  color: #c7c7c7;
}

.sponsorQuestion_inner form label {
  display: flex;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.1;
  color: var(--text_white);
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.sponsorQuestion_inner form label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* 
.custom_checkbox {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 100%;
  background-color: var(--text_red);
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
} */

.sponsorQuestion_inner form label input:checked+.custom_checkbox::after {
  content: "✔";
  color: #fff;
  font-size: 2vw;
  position: absolute;
  /* top: -3px; */
  top: -0.1vw;
  left: 0.5vw;
  /* left: 10px; */
}

.sponsorQuestion_inner form button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.2vw;
  /* font-size: 46px; */
  text-transform: uppercase;
  padding: 1.8vw;
  width: 100%;
  border-radius: 100px;
  background-color: var(--text_red);
  cursor: pointer;
}

.sponsorQuestion_inner_btn.supportPopup_btn {
  right: 50px;
  top: 50px;
}

/* sponsor-END==================================== */

/* speacerPOPUP-START==================================== */

/* .speakers_item {
  cursor: pointer;
} */

.no-scroll {
  overflow: hidden;
}

.speacerPopup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.speacerPopup_inner {
  background: var(--text_black);
  padding: 50px;
  border-radius: 40px;
  max-width: 740px;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: center;
  position: relative;
}

/* 
.speacerPopup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
} */

.speacerPopup_top {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.speacerPopup_top h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 30px;
}

.speacerPopup_top a {
  width: 40px;
  height: 40px;
}

.speacerPopup_content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.speacerPopup_content ul li {
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  max-width: 600px;
}

.speacerPopup_content_textBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  height: 30vh;
  overflow: auto;
}

.speacerPopup_content_textBox p {
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  max-width: 600px;
}

.speacerPopup_content ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 3px;
  left: 0;
  border-radius: 100px;
  background-color: var(--text_red);
}

.speacerPopup_content span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  color: var(--text_black);
  border-radius: 100px;
  padding: 5px;
  text-align: center;
  max-width: 190px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.speacerPopup_bottomText {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}

.fancybox__content>.carousel__button.is-close {
  background: url('../images/support_close.svg') center no-repeat;
  top: -290px;
  right: -310px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background-size: cover;
}

/* speacerPOPUP-END==================================== */

/* politicsPopup-START==================================== */

.politicsPopup {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  gap: 1.5vw;
  background-color: var(--text_black);
  /* padding: 60px; */
  padding: 3vw;
  /* border-radius: 60px; */
  border-radius: 3vw;
  /* max-width: 1680px; */
  max-width: 60vw;
}

.politicsPopup_logo {
  /* width: 370px; */
  width: 20vw;
  /* height: 120px; */
  height: 6vw;
  margin: 0 auto;
  margin-bottom: 2vw;
  margin-top: 4vw;
}

.politicsPopup h2 {
  /* font-size: 100px; */
  font-size: 5vw;
  color: #fff;
  text-transform: uppercase;
}

.politicsPopup p {
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 24px; */
  font-size: 1vw;
  color: #fff;
}

.politicsPopup h3 {
  /* font-size: 60px; */
  font-size: 3vw;
  color: #fff;
  text-transform: uppercase;
}

.politicsPopup ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.politicsPopup ul li {
  position: relative;
  /* padding-left: 20px; */
  padding-left: 1.5vw;
  font-family: "Roboto";
  font-weight: 400;
  /* font-size: 20px; */
  font-size: 1vw;
  color: #fff;
}

.politicsPopup ul li::after {
  position: absolute;
  content: "";
  /* width: 18px; */
  width: 1vw;
  /* height: 18px; */
  height: 1vw;
  border-radius: 100px;
  top: 0;
  left: 0;
  background-color: var(--text_red);
}

.fancybox__content {
  background-color: transparent;
}

.politicsPopup_inner .politicsPopup {
  position: relative;
}

.my-close-btn {
  width: 4vw;
  position: absolute;
  top: 2vw !important;
  right: 2vw !important;
  cursor: pointer;
  z-index: 999999;
}

/* politicsPopup-END==================================== */

/* thanksOrder-START==================================== */

.thanksOrder_inner {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  background-color: var(--text_black);
  position: relative;
  padding-top: 4vw;
  border-radius: 2vw;
}

.thanksOrder_btn {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 3vw;
  height: 3vw;
}

.thanksOrder_inner h2 {
  font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1vw;
  text-align: center;
}

.thanksOrder_inner h3 {
  font-size: 3vw;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2vw;
  text-align: center;
}

.thanksOrder_inner p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4vw;
  text-align: center;
  color: #fff;
  margin-bottom: 2vw;
}

.thanksOrder_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

.thanksOrder_box a {
  width: 4vw;
  height: 4vw;
}

/* thanksOrder-END==================================== */

/* thanksOrder-END==================================== */

.cookiePage {
  max-width: 1920px;
  width: 100%;
  padding: 0 40px;
  margin: 50px auto;
  height: 100vh;
}

.cookie {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: bottom 0.5s ease;
}

.cookie.show {
  bottom: 50px;
}

.cookie_inner {
  /* max-width: 1300px; */
  /* width: 100%; */
  width: 65vw;
  margin: 0 auto;
  height: 10vw;
  display: flex;
  justify-content: space-between;
  background-color: var(--text_red);
  padding: 1vw;
  border-radius: 2vw;
}

.cookie_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
}

.cookie_item h3 {
  font-size: 2.3vw;
  text-transform: uppercase;
}

.cookie_item a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4vw;
  cursor: pointer;
}

.cookie_item button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  color: var(--text_black);
  padding: 0.7vw;
  border-radius: 100px;
  /* width: 8vw; */
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

/* thanksOrder-END==================================== */

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#hotel_1 .carousel__button {
  display: none;
}

#hotel_2 .carousel__button {
  display: none;
}

#hotel_3 .carousel__button {
  display: none;
}

.blinking-img {
  animation: blink 1s linear infinite;
}

.hotel_popups_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  background-color: #262626;
  padding: 4vw;
  border-radius: 40px;
  position: relative;
}

.hotel_popups_top {
  width: 50vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
}

.hotel_popups_top h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  /* font-size: 140px; */
  font-size: 6vw;
  text-align: center;
  text-transform: uppercase;
  color: var(--text_white);
}

.hotel_popups_top h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  /* font-size: 46px; */
  font-size: 2vw;
  text-align: center;
  text-transform: uppercase;
  color: var(--text_white);
}

.copy-block {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #4e4e4e;
  color: var(--text_white);
  padding: 1vw;
}

.copy-block span {
  font-size: 2vw;
}

.copy-block img {
  width: 52px;
  height: 52px;
}

.hotel_popups_link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2vw;
  text-transform: uppercase;
  text-align: center;
  padding: 1vw;
  border-radius: 50px;
  width: 24vw;
  background-color: var(--text_red);
  border: none;
}

.hotel_popups_close {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 3vw;
  height: 3vw;
}

/* mainTopNew======================================= */

.mainTop {
  display: none;
}

.mainTopNew_content {
  width: 28.5vw;
  height: 41vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mainTop_item_left_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* border-radius: 36px; */
  overflow: hidden;
}

.mainTop_item_left_img_bg img {
  height: 100%;
}

.mainTop_item.left {
  border-radius: 2vw;
  padding: 1.2vw;
  background-color: transparent;
  height: auto;
  align-items: center;
}

.mainTop_item_bottomText_box {
  right: -6vw;
  top: 0;
}

.mainTop_item_count p {
  font-family: 'Oswald', sans-serif;
  /* font-size: 56px; */
  font-size: 2.8vw;
}

/* .mainTop_item_left_img_bg img {
  height: 100%;
  object-fit: cover;
} */

.mainTopNew_inner {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
}

.mainTop_bottom {
  margin-top: 3vw;
}

.mainTop_item_bottomText {
  justify-content: center;
}

/* 
.mainTop_item.left {
  position: relative;
  background-color: transparent;
  height: 12.5vw;
} */

.mainTop_item_left_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mainTopNew_inner_speakers_img_mob {
  display: none;
}

.mainTopNew_content_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.mainTopNew_content_item_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mainTopNew_content_item_box {
  height: 3.5vw;
  border-radius: 1vw;
  background-color: var(--text_white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5vw;
}

.mainTopNew_content_item_box:last-child {
  width: 15vw;
}

.mainTopNew_content_item .mainTopNew_content_item_box p {
  font-family: 'Oswald', sans-serif;
  font-size: 1vw;
  color: var(--bg_black);
  margin: 0;
}

.mainTopNew_content_item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*.mainTopNew_content_item_img img {
  height: 100%;
} */

.mainTopNew_content_item h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 6vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.5vw;
}

.mainTopNew_content_item p {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 2vw;
}

.mainTopNew_inner_speakers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7vw 1vw;
  flex-wrap: wrap;
  width: 58vw;
}

.mainTopNew_inner_speakers_item {
  width: calc(33% - 0.5vw);
  height: 19.8vw;
  border-radius: 36px;
  padding: 1.5vw;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.mainTopNew_inner_speakers_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* .mainTopNew_inner_speakers_img img {
  height: 100%;
  object-fit: cover;
} */

.mainTopNew_inner_speakers_item p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5vw;
}

.mainTop_item_left_img_bg_plansh {
  display: none;
}

.mainTop_item_left_bottomBox {
  display: none;
}

.mainTopNew_inner_speakers_img_mob500 {
  display: none;
}

.mainTop_item_left_img_bg1300 {
  display: none;
}

.mainTop_item_left_img_bg_mob {
  display: none;
}

/* ==================8.09.2025=========== */

.header_inner {
  background: none;
  position: relative;
  height: 12vw;
  margin-top: 1vw;
}

.header_inner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header_item {
  padding: 0;
}

.headerDesc {
  margin-bottom: 1vw;
}

.header_logo {
  width: 16vw;
  top: -5vw;
  left: 50%;
  transform: translateX(-50%);
}

.header_btn {
  top: 9vw;
}

.mainTop_item.left.mob {
  display: none;
}

.mainTopNew_content_item_img {
  display: none;
}

.footer_left_text.creative {
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1vw;
  text-transform: uppercase;
  color: #979797;
}

.span_hover img.mob {
  display: none;
}

.mainTopNew_inner_speakers_img1300 {
  display: none;
}

.mainTopNew_inner_speakers_img800 {
  display: none;
}

.mainTopNew_inner_speakers_img500 {
  display: none;
}

.questions_box_item_img {
  background-color: #fff;
}

.questions_box_item_img img {
  height: 100%;
  object-fit: fill;
}

.soglas_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.mainTopNew_inner_speakers_item.soglas {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainTopNew_inner_speakers_item.soglas p {
  text-align: center;
}

.soglas_img_mob {
  display: none;
}

.mainTopNew .container {
  position: relative;
}

.mainTop_bottom {
  margin-top: 3vw;
  position: absolute;
  bottom: 0;
  left: 1vw;
  width: 28.5vw;
}

.mainTop_bottom_centrText {
  font-family: "Roboto";
  margin-top: 20px;
  font-weight: 400;
  font-size: 2vw;
  text-align: start;
  text-transform: uppercase;
  margin-bottom: 2vw;
  color: #1d1d1f;
  text-align: center;
}

.mainTop_bottom_btnBox {
  /* flex-direction: column; */
}

/* ADAPTIV======================================= */

@media (max-width: 1650px) {
  /* .header_logo {
    width: 19vw;
  } */

  text {
    letter-spacing: 0.2vw;
  }

  .header_btn {
    font-size: 1.5vw;
  }
}

@media (max-width: 1550px) {
  /* .header_logo {
    left: 1.5vw;
  } */

  .header_item ul {
    gap: 1vw;
  }
}

@media (max-width: 1450px) {
  /* .header_logo {
    left: 3vw;
  } */

  .headerScroll_link {
    width: 30px;
    height: 30px;
  }

  .headerScroll_burger {
    width: 30px;
    height: 30px;
    gap: 4px;
  }

  .headerScroll_burger.active span:nth-child(3) {
    translate: 0px -4px;
  }

  .headerScroll_burger.active span:nth-child(1) {
    translate: 0px 2px;
  }

  .headerScroll_burger span {
    height: 2px;
  }
}

@media (max-width: 1300px) {

  .header {
    margin-top: 1vw;
  }

  .header_item ul {
    gap: 1vw;
  }

  .header_item ul li a {
    font-size: 1.8vw;
  }

  /* .header_btn {
    width: 20vw;
    font-size: 1.6vw;
    top: 12.5vw;
  } */

  /* .header_logo {
    top: -30px;
    width: 60%;
    left: 55px;
  } */

  .header_item ul li.social {
    gap: 5px;
  }

  .header_item.logo {
    /* max-width: 200px; */
    max-width: 320px;
  }

  /* .header_logo {
    top: -30px;
    width: 100%;
    left: -5px;
  } */

  .header_inner {
    height: 13vw;
  }

  .header_btn {
    top: 10vw;
  }

  .gratitude_item.desc {
    display: none;
  }

  .gratitude_item {
    width: calc(50% - 0.5vw);
    border-radius: 1.9vw;
    padding: 2vw;
  }

  .gratitude_item_top {
    gap: 2vw;
  }

  .gratitude_item_top_box {
    gap: 1vw;
    margin-bottom: 4.8vw;
  }

  .gratitude_item_top_img {
    width: 12.2vw;
    height: 12.2vw;
  }

  .gratitude_item_top_img img {
    height: 100%;
    object-fit: contain;
  }

  .gratitude_item_top_box p {
    font-size: 2.2vw;
  }

  .gratitude_item_top_box h3 {
    font-size: 2.8vw;
  }

  .gratitude_item_top_box ul {
    gap: 1vw;
    max-width: 25vw;
  }

  .gratitude_item_top_box ul li {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .gratitude_item_tell {
    font-size: 2vw;
    margin-bottom: 2vw;
  }

  .gratitude_item_bottom a {
    width: 5.5vw;
    height: 5.5vw;
  }

  .container {
    max-width: 100%;
    padding: 0 3vw;
  }

  .mainTop_img {
    display: none;
  }

  .team-swiper .swiper-slide {
    width: 200px !important;
    height: 200px;
  }

  .ourtarget_bottom_item {
    padding: 25px;
    padding-top: 50px;
    height: 30vw;
  }

  .organizers_top_inner {
    max-width: 56vw;
  }

  .sponsorQuestion_inner h3 {
    margin-top: 3vw;
  }

  .questions_box_item span.desc {
    display: none;
  }

  .questions_box_item span.mob {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .questions_box_item_img {
    display: none;
  }

  .questions_box_item_img_mob {
    margin-top: 0.5vw;
    display: block;
    background-color: #fff;
  }

  .questions_box_item_img_mob img {
    height: 100%;
    object-fit: fill;
  }

  .questions_box_item span {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .questions_box_item {
    height: 20vw;
  }

  .text_page {
    max-width: 90vw;
    margin: 20px auto;
  }

  .text_page p {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
  }

  .text_page a {
    font-size: 1.5vw;
  }

  .mainTop_inner {
    height: 50vw;
  }

  .mainTop_bottom_box {
    max-width: 100%;
  }

  .mainTopNew_inner_speakers_img {
    display: none;
  }

  .mainTopNew_inner_speakers_img_mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainTopNew_inner_speakers_item p {
    font-size: 2.1vw;
  }

  .mainTopNew_inner_speakers {
    width: 65vw;
  }

  .mainTopNew_inner_speakers_item {
    width: calc(50% - 1vw);
    height: 18.8vw;
  }

  .mainTopNew_content_item p {
    margin-bottom: 5vw;
  }

  .mainTopNew_content {
    height: 58.6vw;
  }

  .mainTopNew_content_item .mainTopNew_content_item_box p {
    font-size: 2.5vw;
  }

  .mainTopNew_content_item_wrapper {
    width: 100%;
    flex-direction: column;
    gap: 1vw;
  }

  .mainTopNew_content_item_box {
    width: 100%;
    height: 6vw;
  }

  .mainTopNew_content_item h3 {
    font-size: 7vw;
  }

  .mainTopNew_content_item_box:last-child {
    width: 100%;
  }

  .mainTop_item_left_img_bg {
    display: none;
  }

  .mainTop_item_left_img_bg1300 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainTop_item_left_img_bg1300 img {
    /* height: 100%; */
  }

  .mainTopNew_inner_speakers_img {
    display: none;
  }

  .mainTopNew_inner_speakers_img1300 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .mainTopNew_inner_speakers_item.soglas.soglas_1300 {
    display: none;
  }

  .mainTop_bottom {
    left: 3vw;
  }

  .mainTop_bottom_centrText {
    margin-bottom: 1vw;
  }
}

@media (max-width: 1050px) {
  .header_item ul li.social a {
    width: 30px;
  }

  .header_item ul li a {
    font-size: 1.7vw;
  }

  .ourtarget_bottom_item:hover.ourtarget_bottom_item::after {
    height: 19vw;
  }

  .mainTop_item_count p {
    font-size: 3.2vw;
  }

  .mainTop_item_count div span {
    font-size: 1vw;
  }
}

@media (max-width: 900px) {
  .header_logo {
    top: -20px;
  }

  .header_item.logo {
    /* max-width: 150px; */
    max-width: 210px;
  }

  .header_item ul li.social a {
    width: 24px;
  }

  .header_item ul li a {
    font-size: 1.9vw;
  }
}

@media (max-width: 900px) {

  .mainTop_item_bottomText_box p {
    font-size: 1vw;
  }

  .mainTop_item_bottomText_box span {
    font-size: 0.8vw;
  }

  .mainTopNew_content {
    width: 32.5vw;
  }

  .mainTop_item_title {
    font-size: 3vw;
  }

  .mainTopNew_inner_speakers_item {
    border-radius: 20px;
  }

  .header_item {
    margin-top: 0;
    /* padding-top: 20px; */
  }

  .header_logo {
    /* top: -30px; */
    top: -5vw;
  }

  .container {
    padding: 0 10px;
  }

  .header_item ul {
    gap: 0.8vw;
  }

  .stream .content {
    gap: 6vw;
  }

  .stream .content .content_count .content_item p {
    font-size: 2.5vw;
  }

  .stream .content .content_count .content_item {
    gap: 3.5vw;
    margin-bottom: 10vw;
  }

  .stream .bottom p {
    font-size: 2vw;
    max-width: 70vw;
    margin: 0 auto;
  }

  .body_404 .top {
    margin-bottom: 5vw;
  }

  .body_404 .top .logo {
    width: 11vw;
    height: 14vw;
  }

  .body_404 .top .soc a {
    width: 7vw;
    height: 7vw;
  }

  .body_404 .content .content_img {
    width: 55vw;
    height: 30vw;
    margin-bottom: 3vw;
  }

  .stream .content h1 {
    font-size: 6vw;
  }

  .streamBuyTecket_btnBox a {
    font-size: 2.9vw;
    padding: 1.9vw;
    width: 42vw;
  }

  /* .header_btn {
    top: 13.5vw;
  } */

  /* .header_inner {
    height: 15vw;
  } */

  .mainTop_item_bottomText_box {
    right: -8vw;
    top: 0;
    width: 17vw;
    padding: 1.5vw;
  }

  .mainTop_bottom {
    left: 1vw;
    width: 32.5vw;
  }
}

@media (max-width: 800px) {

  .mainTopNew_content_item {
    justify-content: space-between;
    padding: 30px;
    width: 50vw;
  }

  .mainTopNew_content_item h3 {
    font-size: 8vw;
  }

  .mainTopNew_content_item p {
    font-size: 4.5vw;
    margin-bottom: 0;
  }

  .mainTopNew_content_item_box {
    height: 7vw;
    border-radius: 20px;
  }

  .team-swiper .swiper-slide {
    width: 130px !important;
    height: 130px;
  }

  .ourtarget_bottom_item {
    padding-top: 40px;
    height: 31vw;
  }

  /* .ourtarget_bottom_item.black {
    background: url("assets/images/ourtarget_bottom_item_black.png") center
      no-repeat;
    background-size: contain;
  } */

  .ourtarget_bottom_item.black svg path {
    fill: var(--text_black);
  }

  .ourtarget_bottom_item.black h4 {
    color: #fff;
  }

  .ourtarget_bottom_item.black p {
    color: #fff;
  }

  .ourtarget_bottom_item:hover.ourtarget_bottom_item::after {
    display: none;
  }

  .ourtarget_bottom_item:hover.ourtarget_bottom_item h4 {
    color: var(--text_black);
  }

  .ourtarget_bottom_item:hover.ourtarget_bottom_item p {
    color: var(--text_black);
  }

  .ourtarget_bottom_item.black:hover.ourtarget_bottom_item h4 {
    color: #fff;
  }

  .ourtarget_bottom_item.black:hover.ourtarget_bottom_item p {
    color: #fff;
  }

  .sponsor_inner_subTitle {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }

  .sponsor_slide_content {
    gap: 4vw;
    margin-bottom: 4vw;
    flex-direction: column;
  }

  .sponsor_slide_item {
    width: 100%;
    padding-left: 2vw;
  }

  .sponsor_slide_item h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .sponsor_slide_item ul {
    gap: 2vw;
  }

  .sponsor_slide_item ul li {
    font-size: 3vw;
    padding-left: 4vw;
  }

  .sponsor_slide_item ul li::after {
    width: 2.5vw;
    height: 2.5vw;
  }

  .support_logo {
    width: 200px;
    height: 70px;
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .support_inner {
    max-width: 360px;
    border-radius: 20px;
  }

  .support_inner h3 {
    font-size: 30px;
  }

  .support_inner h4 {
    font-size: 12px;
  }

  .support_inner p {
    font-size: 10px;
    max-width: 280px;
    margin-bottom: 10px;
  }

  .support_inner form {
    max-width: 300px;
  }

  .support_inner form input,
  .support_inner form input::placeholder {
    font-size: 10px;
  }

  .custom_checkbox {
    width: 20px;
    height: 20px;
  }

  .support_inner form label {
    gap: 10px;
  }

  .custom_checkbox_text {
    font-size: 10px;
  }

  .support_inner form label input:checked+.custom_checkbox::after {
    font-size: 20px;
    top: -5px;
    left: 5px;
  }

  .support_inner .custom_checkbox_text {
    font-size: 10px;
  }

  .support_inner .custom_checkbox {
    width: 20px;
    height: 20px;
  }

  .speacerPopup_inner {
    padding: 30px;
    border-radius: 30px;
    max-width: 500px;
    /* height: 750px; */
    height: auto;
  }

  .fancybox__content>.carousel__button.is-close {
    top: -320px;
    right: -190px;
  }

  .speacerPopup_bottomText {
    font-size: 16px;
  }

  .politicsPopup p {
    font-size: 2vw;
  }

  .politicsPopup ul li {
    font-size: 2vw;
  }

  .politicsPopup {
    gap: 3.5vw;
  }

  .politicsPopup_logo {
    width: 25vw;
    height: 8vw;
  }

  .thanksOrder_inner {
    width: 90vw;
    padding: 4vw;
    padding-top: 6vw;
    border-radius: 4vw;
    /* height: 60vh; */
    gap: 20px;
  }

  .thanksOrder_inner h2 {
    font-size: 44px;
  }

  .thanksOrder_inner h3 {
    font-size: 20px;
  }

  .thanksOrder_inner p {
    font-size: 18px;
  }

  .thanksOrder_box {
    gap: 20px;
  }

  .thanksOrder_box a {
    width: 30px;
    height: 30px;
  }

  .thanksOrder_btn {
    width: 30px;
    height: 30px;
  }

  .headerScroll_burger {
    padding: 7px;
  }

  .sponsor_top_item_prev,
  .sponsor_top_item_next {
    width: 20px;
    height: 20px;
  }

  .sponsorQuestion_inner_btn.supportPopup_btn {
    width: 30px;
    height: 30px;
  }

  .sponsorQuestion_inner form label input:checked+.custom_checkbox::after {
    font-size: 20px;
    top: -3px;
  }

  .sponsorQuestion_inner form input,
  .sponsorQuestion_inner form textarea {
    padding: 1.4vw;
  }

  .questions_box {
    width: 90vw;
    height: 130px;
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;

    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }

  .questions_box::-webkit-scrollbar {
    height: 6px;
  }

  .questions_box::-webkit-scrollbar-track {
    background-color: #000000;
    border-radius: 10px;
  }

  .questions_box::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
  }

  .questions_box_item {
    min-width: 200px;
    height: 110px;
    flex: 0 0 auto;
  }

  .questions_box_item span.mob {
    height: 40px;
    font-size: 20px;
    border-radius: 12px;
    padding: 5px;
  }

  .questions_box_item p {
    font-size: 18px;
  }

  .questions_box_item a {
    font-size: 16px;
  }

  .questions_item_content_text {
    font-size: 2vw;
  }

  .copy-block span {
    font-size: 3vw;
  }

  .hotel_popups_close {
    top: 2vw;
    right: 2vw;
    width: 4vw;
    height: 4vw;
  }

  .mainTop_item_left_img_bg {
    display: none;
  }

  .mainTop_item_left_img_bg_plansh {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainTop_item_left_img_bg_plansh img {
    height: 100%;
  }

  .mainTopNew_inner {
    flex-direction: column;
    gap: 4vw;
  }

  .mainTopNew_content {
    width: 100%;
    height: 49.6vw;
    flex-direction: row;
  }

  .mainTop_item.left {
    padding: 1.7vw;
    width: 48vw;
    justify-content: end;
  }

  .mainTopNew_content_item_box {
    display: none;
  }

  .mainTop_item_left_bottomBox .mainTopNew_content_item_box {
    display: flex;
    border-radius: 2vw;
  }

  .mainTop_item_left_bottomBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    width: 100%;
    margin-top: 10vw;
  }

  .mainTop_item_left_bottomBox .mainTopNew_content_item_box p {
    font-family: 'Oswald', sans-serif;
    font-size: 3vw;
    color: var(--bg_black);
    margin: 0;
  }

  .mainTopNew_inner_speakers {
    width: 100%;
    gap: 2vw;
  }

  .mainTop_item_title {
    font-size: 4.5vw;
  }

  .mainTopNew_inner_speakers_item {
    height: 28.8vw;
    padding: 2vw;
  }

  .mainTopNew_inner_speakers_item p {
    font-size: 3.6vw;
  }

  .mainTop_item_count p {
    font-size: 4.8vw;
  }

  .mainTop_item_count div span {
    font-size: 1.5vw;
    margin-top: 1.5vw;
  }

  .mainTop_item_bottomText p {
    font-size: 1.3vw;
  }

  .mainTop_item_bottomText span.blinking-img {
    width: 2.2vw;
    height: 2.2vw;
  }

  .mainTop_item_count {
    gap: 0 3vw;
  }

  .mainTop_item_bottomText_box {
    width: 20vw;
  }

  .mainTopNew_content_item_wrapper {
    display: none;
  }

  .mainTop_item_left_img_bg1300 {
    display: none;
  }

  .mainForm_form form label input:checked+.custom_checkbox::after {
    font-size: 20px;
    top: -3px;
    left: 5px;
  }

  .questions_box_item p.small {
    font-size: 12px;
    margin-bottom: 1vw;
  }

  .mainTopNew_inner_speakers_img1300 {
    display: none;
  }

  .mainTopNew_inner_speakers_img800 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .questions_box_item_img_mob {
    width: 200px;
    height: 160px;
    margin-top: 10px;
    border-radius: 18px;
  }

  .questions_box {
    height: 320px;
    padding-right: 10px;
  }

  .questions_box_item {
    min-width: 200px;
    height: 310px;
  }

  .mainTop_bottom {
    position: relative;
    width: 100%;
    left: 0;
  }

  .mainTop_bottom_centrText {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 728px) {
  .gratitude_item.desc2 {
    display: none;
  }
}

@media (max-width: 700px) {
  .headerScroll_inner {
    display: none;
  }

  .headerDesc {
    display: none;
  }

  .header_btn {
    display: none;
  }

  .header_innerMob {
    display: flex;
  }

  .team-swiper .swiper-slide a {
    align-items: center;
    font-size: 10px;
    padding-bottom: 0;
  }

  .headerScroll {
    display: none;
  }

  .header_innerMob {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 700px;
    width: 100%;
    z-index: 10;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #main_body {
    padding-top: 70px;
  }

  .overlay {
    height: 100vh;
  }

  .sponsor_top_item a {
    display: none;
  }

  .sponsor_top_item a.sponsor_top_item_linkMob {
    display: block;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .ourtarget_bottom_item {
    padding: 3vw;
    height: 29vw;
  }

  .body_404 .content .content_btn a {
    font-size: 2.9vw;
    padding: 1.9vw;
    width: 36vw;
  }

  .body_404 .content .content_btn {
    margin-bottom: 5vw;
  }

  .body_404 .bottom p {
    font-size: 2.9vw;
  }

  .body_404 .content {
    gap: 6vw;
  }

  .sponsorQuestion_inner h3 {
    margin-top: 8vw;
    font-size: 4vw;
  }
}

@media (max-width: 500px) {

  .soglas_img {
    display: none;
  }

  .soglas_img_mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .soglas_img_mob img {
    height: 100%;
  }

  .sponsorQuestion_inner_btn.supportPopup_btn {
    width: 20px;
    height: 20px;
  }

  .sponsorQuestion_inner .custom_checkbox {
    width: 20px;
    height: 20px;
  }

  .sponsorQuestion_inner .custom_checkbox_text {
    font-size: 7px;
  }

  .sponsorQuestion_inner form label input:checked+.custom_checkbox::after {
    font-size: 16px;
    top: 0px;
    left: 6px;
  }

  .sponsorQuestion_inner form label {
    margin-top: 10px;
    align-items: center;
  }

  .sponsorQuestion_inner {
    width: 80vw;
  }

  section {
    margin-bottom: 15vw;
  }

  .ticketsBottom_item_text_wrapper {
    top: 1.7vw;
    right: -2vw;
    width: 30vw;
    border-radius: 2vw;
    padding: 1.8vw;
  }

  .ticketsBottom_item_text_wrapper h4 {
    font-size: 2.2vw;
  }

  .ticketsBottom_item_text_wrapper ul li p {
    font-size: 2vw;
  }

  .ticketsBottom_item_text_wrapper ul li {
    padding: 1vw;
  }

  .ticketsBottom_item_text_wrapper ul li span {
    font-size: 2vw;
  }

  .ticketsBottom_item_text p {
    font-size: 1.9vw;
  }

  .ticketsBottom_item_text_wrapper p {
    font-size: 1.5vw;
  }

  .ticketsBottom_item_text_wrapper ul {
    margin-bottom: 1vw;
  }

  .ourtarget_bottom_item.flipped {
    background: url('../images/ourtarget_bottom_itemBlackMob.svg') center no-repeat;
    background-size: contain;
  }

  .ourtarget_bottom_item_front,
  .ourtarget_bottom_item_back {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }

  .ourtarget_bottom_item .ourtarget_bottom_item_back h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .ourtarget_bottom_item .ourtarget_bottom_item_back p {
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 5px;
  }

  .ourtarget_bottom_item_back ul li {
    font-size: 8px;
    max-width: 250px;
  }

  .cookie_inner {
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cookie.show {
    bottom: 0;
  }

  .cookie_item h3 {
    font-size: 3.3vw;
  }

  .cookie_item a {
    font-size: 2.4vw;
  }

  .cookie_item button {
    font-size: 2.5vw;
  }

  .speakers_item_box {
    border-radius: 28px;
  }

  .ourtarget_bottom_item .ourtarget_bottom_item_svg {
    display: none;
  }

  .supportPopup_btn {
    width: 20px;
    height: 20px;
  }

  .politicsPopup ul li {
    font-size: 3vw;
    padding-left: 3.5vw;
  }

  .politicsPopup p {
    font-size: 3vw;
  }

  .politicsPopup h2 {
    font-size: 5vw;
  }

  .politicsPopup {
    gap: 3.5vw;
    max-width: 80vw;
  }

  .mainTop_bottom_btnBox {
    flex-direction: column;
  }

  .gratitude_item {
    width: 100%;
    border-radius: 18px;
    padding: 16px;
  }

  .gratitude_item_top_img {
    width: 100px;
    height: 100px;
    border-radius: 14px;
  }

  .gratitude_item_top_img img {
    height: 100%;
    object-fit: cover;
  }

  .gratitude_item_top {
    gap: 10px;
    margin-bottom: 16px;
  }

  .gratitude_item_top_box p {
    font-size: 14px;
  }

  .gratitude_item_top_box h3 {
    font-size: 20px;
  }

  .gratitude_item_top_box ul {
    display: none;
  }

  .gratitude_item_top_box.mob {
    display: block;
  }

  .gratitude_item_top_box.mob ul {
    display: flex;
    max-width: 100%;
    gap: 8px;
    margin-bottom: 30px;
  }

  .gratitude_item_tell {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .gratitude_item_bottom {
    gap: 10px;
  }

  .gratitude_item_bottom a {
    width: 56px;
    height: 56px;
  }

  .gratitude_item_top_box.mob ul li {
    font-size: 10px;
  }

  .gratitude_item.mob {
    display: none;
  }

  .gratitude_title {
    display: none;
  }

  .gratitude_title.mob {
    display: block;
    font-size: 12vw;
  }

  .mainTop_item {
    display: none;
  }

  .copy-block img {
    width: 40px;
    height: 40px;
  }

  .hotel_popups_inner {
    border-radius: 20px;
  }

  .mainTop_inner {
    padding: 0;
    height: 62vw;
    background-position-y: 30px;
  }

  .mainTop_inner_mob {
    display: flex;
    background-color: var(--text_black);
    width: 100%;
    height: 38px;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .mainTop_inner_mob_item h3 {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .mainTop_item_bottomText {
    justify-content: flex-start;
  }

  .mainTop_item_bottomText p {
    font-size: 5px;
  }

  .mainTop_item_bottomText_box {
    position: absolute;
    top: 2vw;
    right: -6vw;
    width: 20vw;
  }

  .mainTop_item_count div {
    font-size: 16px;
  }

  .mainTop_item_count div span {
    font-size: 5px;
  }

  .mainTop_inner_mob_itemBox {
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .mainTop_item_rightDate,
  .mainTop_item_rightAdress {
    font-size: 8px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }

  .mainTop_bottom_box {
    max-width: 100%;
    height: 70px;
  }

  .mainTop_bottom {
    margin-top: -4.2vw;
  }

  .mainTop_bottom_textBox {
    gap: 7px;
  }

  .mainTop_bottom_textBox h3 {
    font-size: 32px;
  }

  .mainTop_bottom_textBox p {
    font-size: 12px;
  }

  .mainTop_bottom_centrText {
    font-size: 2.5vw;
  }

  .mainTop_bottom_btnBox button {
    font-size: 16px;
    padding: 10px;
  }

  .about_title {
    font-size: 9vw;
  }

  .team-swiper .swiper-slide {
    width: 110px !important;
    height: 110px;
  }

  .team-swiper {
    padding: 20px 0;
  }

  .about_text {
    font-size: 26px;
  }

  .ourtarget_center_box.desc {
    display: none;
  }

  .ourtarget_center_box.mob {
    display: flex;
    gap: 10px;
  }

  .ourtarget_center_box {
    width: 100%;
    height: auto;
  }

  .ourtarget_top {
    flex-direction: column;
    margin-bottom: 1vw;
    gap: 20px;
    margin-bottom: 20px;
  }

  .ourtarget_center {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ourtarget_topItem {
    width: 100%;
  }

  .ourtarget_topItem h4 {
    line-height: 26px;
    font-size: 26px;
  }

  .ourtarget_topItem p {
    font-size: 16px;
  }

  .ourtarget_topItem.black h3 {
    line-height: 50px;
    font-size: 48px;
  }

  .ourtarget_center_box.red h3 {
    font-size: 34px;
    line-height: 32px;
  }

  .ourtarget_center_box.red p {
    font-size: 16px;
  }

  .ourtarget_center_wrapper h3 {
    font-size: 34px;
  }

  .ourtarget_center_wrapper p {
    font-size: 16px;
  }

  .ourtarget_center_box p {
    font-size: 16px;
  }

  .ourtarget_center_box_btn {
    font-size: 16px;
    padding: 10px;
    height: auto;
  }

  .ourtarget h2 {
    font-size: 44px;
    line-height: 46px;
  }

  .ourtarget_bottom_item {
    background: url("../images/ourtarget_bottom_item_mob.svg") center no-repeat;
    background-size: contain;
  }

  .ourtarget_bottom_item.black {
    background: url("../images/ourtarget_bottom_itemBlackMob.svg") center no-repeat;
    background-size: contain;
  }

  .ourtarget_bottom_item h4 {
    font-size: 24px;
    line-height: 24px;
    max-width: 260px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .ourtarget_bottom_item p {
    font-size: 16px;
    max-width: 260px;
  }

  .ourtarget_bottom_item_img {
    bottom: -30px;
    width: 60px;
  }

  .ourtarget_bottom_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 190px;
  }

  .ourtarget_bottom {
    gap: 8vw;
    margin-bottom: 7.5vw;
    flex-direction: column;
  }

  .speakers_title {
    font-size: 44px;
  }

  .speakers_inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
  }

  .speakers_item {
    width: 100%;
    border-radius: 28px;
    padding-bottom: 20px;
  }

  .speakers_item_top {
    border-radius: 28px;
    flex-direction: column;
    align-items: center;
  }

  .speakers_item_img {
    width: 300px;
    height: 300px;
    border-radius: 14px;
    margin-bottom: 20px;
  }

  .speakers_item_img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .speakers_item_top_box h4 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .speakers_item_top_box {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .speakers_item_top_box ul li {
    font-size: 16px;
    line-height: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
  }

  .speakers_item_top_box ul li::before {
    width: 16px;
    height: 16px;
  }

  .speakers_item_bottom .speakers_item_bottom_span {
    font-size: 18px;
    max-width: 200px;
    width: 100%;
    padding: 11px 18px;
    margin-left: 14px;
    margin-bottom: 20px;
  }

  .speakers_item_bottom .span_hover {
    display: none;
  }

  .speakers_item_bottom p {
    font-size: 16px;
    padding-left: 14px;
    line-height: 19px;
    max-width: 80vw;
  }

  .speakers_btnBox {
    flex-direction: column;
    gap: 10px;
  }

  .speakers_btnBox button,
  .speakers_btnBox a {
    font-size: 16px;
    padding: 10px;
  }

  .program_title {
    font-size: 44px;
  }

  .program_top {
    flex-direction: column;
    /* gap: 16px; */
  }

  .program_top_item {
    width: 100%;
    height: 110px;
    border-radius: 18px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .program_top_item.black {
    margin-bottom: 20px;
  }

  .program_time {
    font-size: 24px;
  }

  .program_text {
    font-size: 30px;
  }

  .program_inner {
    display: none;
  }

  .program_inner_mob {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* margin-bottom: 20px; */
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease;
    /* margin-top: 20px; */
  }

  .program_top_item.red {
    transition: all 0.45s;
  }

  .program_item {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 14px;
    border-radius: 18px;
  }

  .program_item_left {
    max-width: 500px;
  }

  .program_item_left .program_time {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .program_item_name {
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 17px;
  }

  .program_item_theme {
    font-size: 14px;
    max-width: 144px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }

  .program_item_left_text {
    font-size: 14px;
    color: var(--text_red);
  }

  .program_item_right {
    max-width: 500px;
    padding-right: 10px;
  }

  .program_item_right ul li {
    font-size: 12px;
  }

  .program_item.mob.break {
    /* margin-top: 20px; */
    display: flex;
    gap: 0;
    /* margin-bottom: 20px; */
  }

  .program_item_breakGray,
  .program_item_breakRed {
    padding: 10px 14px;
    border-radius: 18px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .program_item_breakGray {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .program_item_breakRed {
    transition: all 0.45s;
  }

  .program_bottom_item.gray {
    margin-top: 20px;
  }

  .program_bottom {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .program_top_item_img {
    display: block;
  }

  .program_bottom_item {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 14px;
  }

  .program_bottom .program_text {
    font-size: 30px;
  }

  .vipBlock_box {
    width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .vipBlock_img {
    display: none;
  }

  .vipBlock_box_img {
    display: none;
  }

  .vipBlock_box_time {
    font-size: 24px;
    margin-bottom: 17px;
  }

  .vipBlock_box_text {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .vipBlock_box_wrapper span {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .vipBlock_box_text_mob {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--text_red);
  }

  .ticketsBottom_inner {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .ticketsBottom_item {
    width: calc(50% - 5px);
    border: 1px solid #262626;
    gap: 10px;
    height: auto;
  }

  .ticketsBottom_item.video {
    width: 100%;
    height: 210px;
  }

  .ticketsBottom_item h3 {
    font-size: 28px;
  }

  .ticketsBottom_item_span {
    font-size: 6px;
    margin-top: -11px;
  }

  .ticketsBottom_item ul li {
    font-size: 9px;
  }

  .ticketsBottom_item_text {
    font-size: 10px;
    padding-right: 10px;
  }

  .ticketsBottom_item a {
    font-size: 3vw;
    padding: 2vw 4vw;
  }

  .ticketsBottom_item_price {
    font-size: 20px;
  }

  .ticketsTop_item_list li::before,
  .ticketsTop_item.black .ticketsTop_item_list li::before {
    background-size: cover;
    width: 5px;
    height: 5px;
  }

  .ticketsTop_item_title span {
    padding: 2px;
    line-height: 5px;
  }

  .ticketsBottom_item button {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid var(--text_red);
  }

  .ticketsBottom_item_text_span {
    width: 8px;
    height: 8px;
  }

  .ticketsBottom_item ul li::before {
    background-size: cover;
    width: 7px;
    height: 7px;
    left: -8px;
  }

  .ticketsBottom_item_video {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }

  .offer_title {
    font-size: 36px;
  }

  .partners_title {
    font-size: 44px;
  }

  .partners_top_item h3 {
    font-size: 14px;
  }

  .partners_topSlider_img {
    height: 50px;
    border-radius: 9px;
  }

  .partners_topSlider_btn {
    display: none;
  }

  .partners_top {
    gap: 4vw;
  }

  .partners_bottomSlider_btn {
    display: none;
  }

  .partners_btn {
    font-size: 16px;
  }

  .organizers_title {
    font-size: 44px;
  }

  .mediaArchive_title {
    font-size: 44px;
  }

  .mediaArchive_slider_img {
    height: 220px;
    border-radius: 20px;
  }

  .mediaArchive_slider_img img {
    height: 100%;
    object-fit: cover;
  }

  .mediaArchive_slider_btn {
    display: none;
  }

  .questions_title {
    font-size: 44px;
  }

  .mainForm_inner_left {
    display: none;
  }

  .mainForm_form {
    width: 100%;
    border-radius: 28px;
    padding: 20px 16px;
  }

  .mainForm_form form {
    gap: 12px;
  }

  .mainForm_form h3 {
    font-size: 20px;
  }

  .mainForm_form form textarea {
    height: 125px;
  }

  .mainForm_form form input,
  .mainForm_form form textarea {
    border-radius: 12px;
    padding: 20px 12px;
    font-size: 12px;
  }

  .mainForm_form form input::placeholder,
  .mainForm_form form textarea::placeholder {
    font-size: 12px;
  }

  .mainForm_form form label {
    font-size: 10px;
    align-items: center;
    margin-top: 20px;
    gap: 12px;
    margin-bottom: 20px;
  }

  .mainForm_form form button {
    font-size: 16px;
    padding: 10px;
  }

  .support_inner .custom_checkbox {
    width: 20px;
    height: 20px;
  }

  .custom_checkbox {
    width: 32px;
    height: 32px;
  }

  .mainForm_form form label input:checked+.custom_checkbox::after {
    font-size: 22px;
    top: 4px;
    left: 7px;
  }

  .footer {
    height: auto;
    padding: 24px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .footer_inner {
    flex-direction: column;
  }

  .footer_left_box {
    display: none;
  }

  .footer_left_box.mob {
    display: flex;
  }

  .footer_left_text {
    display: none;
  }

  .footer_left_text.mob {
    display: block;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #979797;
  }

  .footer_left_img.mob {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 28px;
  }

  .footer_left_img {
    display: none;
  }

  .footer_right_top {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }

  .footer_right_top a {
    font-size: 13px;
    text-align: center;
  }

  .footer_right_center {
    flex-direction: column;
    gap: 10px;
  }

  .footer_right_contacts {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    align-items: center;
  }

  .footer_right_center_social {
    gap: 10px;
  }

  .footer_right_center_social a {
    width: 48px;
    height: 48px;
  }

  .footer_right_btn {
    flex-direction: column;
    gap: 10px;

  }

  .footer_right_center_address p {
    font-size: 10px;
    max-width: 150px;
  }

  .footer_right_center_address_img {
    width: 24px;
    height: 24px;
  }

  .footer_right_btn a {
    text-align: center;
    font-size: 16px;
    padding: 10px;
  }

  .footer_left_box {
    margin-bottom: 36px;
  }

  .footer_left_box a {
    font-size: 12px;
  }

  .footer_right_bottom {
    flex-direction: column;
    gap: 20px;
  }

  .footer_right_bottom_item a,
  .footer_right_bottom_item p {
    font-size: 12px;
  }

  .footer_right_bottom_item {
    gap: 10px;
  }

  .footer_right_bottom_item:last-child {
    gap: 10px;
  }

  .simplebar-track.simplebar-vertical {
    width: 8px;
  }

  .mainTop_bottom_btnBox a {
    font-size: 16px;
    padding: 10px;
  }

  .support_logo {
    width: 150px;
    height: 50px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .support_inner h3 {
    font-size: 20px;
  }

  .support_inner h4 {
    font-size: 9px;
  }

  .support_inner p {
    font-size: 7px;
    max-width: 200px;
    margin-bottom: 0px;
  }

  .support_inner form {
    gap: 10px;
  }

  .support_inner form input {
    padding: 5px;
    border-radius: 5px;
  }

  .support_inner .custom_checkbox {
    width: 10px;
    height: 10px;
  }

  .support_inner form label input:checked+.custom_checkbox::after {
    font-size: 10px;
    top: -2px;
    left: 3px;
  }

  .support_inner .custom_checkbox_text {
    font-size: 7px;
  }

  .support_inner form label {
    margin-bottom: 10px;
  }

  .support_inner form button {
    font-size: 10px;
    padding: 5px;
  }

  .support_close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .btn_up {
    font-size: 2.5vw;
    width: 10vw;
    height: 10vw;
  }

  .speacerPopup_inner {
    padding: 20px;
    border-radius: 20px;
    max-width: 340px;
    /* height: 680px; */
    height: auto;
  }

  .speacerPopup_top {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .speacerPopup_top h3 {
    font-size: 20px;
    margin-right: 10px;
  }

  .speacerPopup_top a {
    width: 20px;
    height: 20px;
  }

  .speacerPopup_content ul li {
    font-size: 14px;
    max-width: 280px;
  }

  .speacerPopup_content_textBox p {
    font-size: 12px;
    line-height: 14px;
    max-width: 290px;
  }

  .speacerPopup_bottomText {
    font-size: 10px;
  }

  .fancybox__content>.carousel__button.is-close {
    right: -120px;
    top: -310px;
  }

  .speacerPopup_content_textBox {
    overflow-y: auto;
    height: 270px;
  }

  .my-close-btn {
    width: 6vw;
  }

  .questions_item_content_text {
    font-size: 3vw;
  }

  .text_page p {
    font-size: 3vw;
  }

  .text_page a {
    font-size: 3vw;
  }

  .mediaArchive_slider_video {
    height: 220px;
    border-radius: 20px;
  }

  .partners_bottomBox {
    max-width: 100%;
    width: 320px;
    height: 260px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .partners_bottomBox_item h3 {
    font-size: 40px;
  }

  .partners_bottomBox_item h4 {
    font-size: 64px;
  }

  .partners_bottomBox_item button {
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }

  .partners_bottomBox_item a {
    font-size: 4.5vw;
    padding: 2vw 3vw;
  }

  .partners_bottomBox_item_text {
    display: none;
  }

  .partners_bottomBox_item_text.mob {
    display: block;
    font-size: 8px;
  }

  .partners_bottomBox_item p::before {
    width: 16px;
    height: 16px;
    top: -5px;
    left: -10px;
  }

  .partners_bottomBox_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .mainTop_item_bottomText {
    justify-content: center;
  }

  .mainTop_item.left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mainTop_item_title {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .mainTop_item_count div span {
    font-size: 12px;
  }

  .mainTop_item_count p {
    font-size: 38px
  }

  .mainTop_item_left_img_bg {
    display: none;
  }

  .mainTop_item_left_img_bg_mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainTop_item_left_img_bg_mob img {
    height: 100%;
  }

  .mainTop_item_count {
    display: flex;
    margin-bottom: 13px;
    gap: 16px;
  }

  .mainTop_item_bottomText p {
    font-size: 12px;
  }

  .mainTop_item_bottomText span.blinking-img {
    width: 17px;
    height: 17px;
  }

  .mainTop_item_bottomText_box {
    top: 20px;
    right: 140px;
    width: 200px;
  }

  .mainTop_item_bottomText_box span {
    font-size: 10px;
  }

  .mainTop_item_bottomText_box {
    position: absolute;
    top: 20px;
    right: 0;
    width: 200px;
    height: 80px;
  }

  .mainTop_item_left_img_bg_plansh {
    display: none;
  }

  .mainTopNew_content {
    width: 100%;
    /* height: 650px; */
    height: 490px;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
  }

  .mainTop_item.left {
    display: flex;
  }

  .mainTop_item_left_bottomBox .mainTopNew_content_item_box {
    display: none;
  }

  .mainTopNew_content_item_box {
    display: flex;
    padding: 12px;
    height: 54px;
    border-radius: 20px;
  }

  .mainTop_item_left_bottomBox {
    display: none;
  }

  .mainTopNew_content_item {
    padding: 12px;
    width: 100%;
  }

  .mainTopNew_content_item h3 {
    font-size: 70px;
    margin-bottom: 90px;
  }

  .mainTopNew_content_item p {
    font-size: 34px;
    margin-bottom: 44px;
    max-width: 300px;
  }

  .mainTopNew_content_item_wrapper {
    display: flex;
  }

  .mainTopNew_content_item .mainTopNew_content_item_box p {
    font-size: 20px;
    max-width: 100%;
  }

  .mainTopNew_content_item_box:last-child {
    margin-top: 12px;
  }

  .mainTopNew_inner_speakers_img_mob {
    display: none;
  }

  .mainTopNew_inner_speakers_img {
    display: none;
  }

  .mainTopNew_inner_speakers_img_mob500 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainTopNew_inner_speakers_item {
    height: 356px;
    padding: 20px;
    width: 280px;
    flex-shrink: 0;
  }

  /* .mainTopNew_inner_speakers {
    max-width: 500px;
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    justify-content: flex-start;
  } */

  .mainTopNew_inner_speakers {
    max-width: 500px;
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mainTopNew_inner_speakers_item {
    width: calc(50% - 20px);
    height: 56vw;
    border-radius: 24px;
  }

  .mainTopNew_inner_speakers_item p {
    font-size: 20px;
    line-height: 1.2;
  }

  .mainTop_bottom {
    margin-top: 39px;
  }

  .mainTop_bottom_centrText {
    font-size: 4.5vw;
    line-height: 1.2;
  }

  .mainTop_item.left {
    display: none;
  }

  .mainTop_item.left.mob {
    display: flex;
    background-color: #1D1D1F;
    border-radius: 24px;
    margin-top: 13px;
    padding: 16px;
  }

  .mainTop_item_left_img_bg_mob {
    display: none;
  }

  .mainTopNew_content_item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainTopNew_content_item_img {
    display: block;
  }

  .footer_left_text.creative {
    margin-top: -10px;
  }

  .speakers_item:hover .speakers_item_box {
    background-color: var(--text_red);
  }

  .speakers_item_bottom .span_hover {
    display: flex;
    opacity: 1;
    visibility: visible;
    bottom: 30px;
    right: 14px;
    font-size: 16px;
    gap: 12px;
  }

  .speakers_item_bottom p {
    margin-bottom: 76px;
  }

  .speakers_item_bottom .span_hover img {
    width: 24px;
    height: 24px;
  }

  .span_hover img.desc {
    display: none;
  }

  .span_hover img.mob {
    display: block;
  }

  .mainTopNew_inner_speakers_img800 {
    display: none;
  }

  .mainTopNew_inner_speakers_img500 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

}

@media (max-width: 450px) {
  .offer_inner {
    display: none;
  }

  .offer_inner.mob {
    display: flex;
    flex-direction: column;
  }

  .offer_item h3 {
    font-size: 28px;
  }

  .offer_item h4 {
    font-size: 64px;
  }

  .offer_item p {
    font-size: 16px;
  }

  .offer_item {
    border: 1px solid var(--text_black);
    border-radius: 18px;
  }
  .offer_item.alfa img {
	width:40%;
  }
  .offer_item.alfa h4 {
	font-size: 64px;
  }
  .offer_item.alfa h5 {
	font-size: 64px;
  }
  .offer_item_alfa_btn {
	font-size: 16px;
  }

  .organizers_top {
    gap: 3vw;
    border-radius: 18px;
    padding: 12px;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .organizers_top_inner h3 {
    font-size: 26px;
    margin-bottom: 17px;
    line-height: 32px;
  }

  .organizers_top_text {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 40px;
    line-height: 20px;
  }

  .organizers_top_num {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .organizers_top_inner_box {
    gap: 10px;
  }

  .organizers_top_img {
    width: 300px;
    height: 310px;
    border-radius: 12px;
  }

  .organizers_top_img img {
    height: 100%;
    object-fit: cover;
  }

  .organizers_top_inner {
    height: auto;
  }

  .organizers_item.mob {
    display: none;
  }

  .organizers_top_inner_box a {
    width: 56px;
    height: 56px;
  }

  .organizers_item {
    width: 100%;
    border-radius: 12px;
    height: 130px;
    padding: 8px;
    align-items: center;
    gap: 16px;
  }

  .organizers_item_img {
    width: 100px;
    height: 110px;
    border-radius: 8px;
  }

  .organizers_item_img img {
    height: 100%;
    object-fit: cover;
  }

  .organizers_item_box h3 {
    font-size: 20px;
  }

  .organizers_item_box p {
    font-size: 12px;
  }

  .organizers_item_box {
    gap: 9px;
    width: 60%;
  }

  .organizers_item_box_tell {
    font-size: 14px;
  }

  .organizers_item_box_social {
    gap: 5px;
  }

  .organizers_item_box_social a {
    width: 30px;
    height: 30px;
  }

  .questions_item {
    border-radius: 16px;
    padding: 16px;
  }

  .questions_item_title {
    font-size: 18px;
    line-height: 1.3;
  }

  .questions_item_img {
    width: 32px;
    height: 32px;
  }

  .questions_item_img svg {
    width: 32px;
    height: 32px;
  }

  .questions_item_content {
    font-size: 12px;
    padding-top: 10px;
  }

  .ticketsTop {
    background: transparent;
    height: auto;
    flex-direction: column;
    gap: 3vw;
  }

  .ticketsTop_item.red {
    width: 100%;
    background-color: var(--text_red);
    border-radius: 20px;
    padding: 3vw;
  }

  .ticketsTop_item_title {
    font-size: 9vw;
  }

  .ticketsTop_item_list {
    max-width: 70vw;
  }

  .ticketsTop_item_list li {
    font-size: 2.3vw;
  }

  .ticketsTop_item_list li::before,
  .ticketsTop_item.black .ticketsTop_item_list li::before {
    background-size: cover;
    width: 7px;
    height: 7px;
  }

  .ticketsTop_item_list li::before {
    top: 1px;
    left: -2vw;
  }

  .ticketsTop_item_bottom button {
    font-size: 2.2vw;
    max-width: 25vw;
  }

  .ticketsTop_item_bottom_price {
    font-size: 7vw;
  }

  .ticketsTop_item_bottom_text p {
    font-size: 1.8vw;
  }

  .ticketsTop_item_bottom_text span {
    width: 10px;
    height: 10px;
  }

  .ticketsTop_item_bottom_wrapper {
    top: 10px;
    right: 0px;
    /* max-width: 280px; */
    width: 200px;
    padding: 12px;
    border-radius: 14px;
  }

  .ticketsTop_item_bottom_wrapper h4 {
    font-size: 3.2vw;
  }

  .ticketsTop_item_bottom_wrapper ul li p {
    font-size: 2.5vw;
  }

  .ticketsTop_item_bottom_wrapper ul li span {
    font-size: 2.5vw;
  }

  .ticketsTop_item_bottom_wrapper p.ticketsTop_item_bottom_wrapper_bottomText {
    font-size: 1.5vw;
  }

  .ticketsTop_item.black {
    width: 100%;
    background-color: var(--text_black);
    border-radius: 20px;
    padding: 3vw;
  }

  .ticketsTop_item_topBox_price {
    font-size: 7vw;
    margin-bottom: 2vw;
  }

  .ticketsTop_item_topBox_wrapper p {
    font-size: 2.3vw;
  }

  .ticketsTop_item_topBox_wrapper_img {
    width: 10px;
    height: 10px;
  }

  .ticketsTop_item_title span {
    font-size: 2vw;
    padding: 5px;
  }

  .ticketsTop_item.black .ticketsTop_item_list {
    max-width: 29vw;
  }

  .ticketsTop_item_black {
    margin-right: auto;
    font-size: 2.2vw;
    max-width: 25vw;
  }

  .ticketsTop_item.black .ticketsTop_item_bottom_wrapper {
    left: 0;
    z-index: 5;
  }

  .ticketsTop_item_bottom_wrapper ul {
    gap: 0.2vw;
  }

  .ticketsTop_item {
    height: 44vw;
  }

  .mainTopNew_inner_speakers_img_mob {
    display: none;
  }

  .mainTopNew_inner_speakers_img {
    display: none;
  }

  .mainTopNew_inner_speakers_img_mob500 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 400px) {
  .about_item {
    height: auto;
    width: 100%;
  }

  .about_inner {
    display: none;
    flex-direction: column;
    gap: 5vw;
  }

  .about_inner.mob {
    display: flex;
  }

  .ticketsTop_item_bottom_wrapper ul li {
    padding: 1.2vw 1.4vw;
  }
}

@media (max-width: 380px) {
  .ticketsMob {
    margin-top: -20px;
  }
}

@media (max-width: 360px) {
  .ticketsMob {
    margin-top: -30px;
  }
}



.priceRise {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

h2.priceRise_title {
  font-size: 46px;
  color: #000;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  h2.priceRise_title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}

.priceRise__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
  width: 100%;
}

@media (max-width: 1300px) {
  .priceRise__grid {
    gap: 1vw;
  }
}

@media (max-width: 1200px) {
  .priceRise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .priceRise__grid {
    grid-template-columns: 1fr;
  }
}

.priceRise__item {
  background-color: #1D1D1F;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 24px;
}

@media (max-width: 1366px) {
  .priceRise__item {
    padding: 16px;
  }
}

@media (max-width: 1200px) {
  .priceRise__item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .priceRise__item {
    padding: 16px;
  }
}

@media (max-width: 550px) {
  .priceRise__item {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .priceRise__item {
    padding: 16px;
  }
}

.priceRise__itemTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.priceRise__itemTop h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .priceRise__itemTop h4 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .priceRise__itemTop h4 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .priceRise__itemTop h4 {
    font-size: 28px;
  }
}

@media (max-width: 550px) {
  .priceRise__itemTop h4 {
    font-size: 32px;
  }
}

@media (max-width: 430px) {
  .priceRise__itemTop h4 {
    font-size: 28px;
  }
}

.priceRise__itemTop span {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  font-family: "Roboto";
  color: #fff;
}

@media (max-width: 1366px) {
  .priceRise__itemTop span {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .priceRise__itemTop span {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .priceRise__itemTop span {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .priceRise__itemTop span {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .priceRise__itemTop span {
    font-size: 20px;
  }
}

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

.priceRise__now {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  background: #ff490c;
  border-radius: 16px;
  color: #fff;
}

@media (max-width: 1366px) {
  .priceRise__now {
    padding: 10px 12px;
  }
}

@media (max-width: 1200px) {
  .priceRise__now {
    padding: 10px 16px;
  }
}

@media (max-width: 768px) {
  .priceRise__now {
    padding: 10px 12px;
  }
}

@media (max-width: 550px) {
  .priceRise__now {
    padding: 10px 16px;
  }
}

@media (max-width: 430px) {
  .priceRise__now {
    padding: 10px 12px;
  }
}

.priceRise__nowPrice {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 1366px) {
  .priceRise__nowPrice {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .priceRise__nowPrice {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .priceRise__nowPrice {
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  .priceRise__nowPrice {
    font-size: 28px;
  }
}

@media (max-width: 430px) {
  .priceRise__nowPrice {
    font-size: 24px;
  }
}

.priceRise__nowDesc {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

.priceRise__future {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.priceRise__futurePrice {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  white-space: nowrap;
}

.priceRise__futureDesc {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

/*******************/

/* .mainTopGrig {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-areas:
    "content content content speakers speakers speakers speakers speakers speakers"
    "content content content speakers speakers speakers speakers speakers speakers"
    "info info info speakers speakers speakers speakers speakers speakers"
    "priceRise priceRise priceRise priceRise priceRise priceRise priceRise priceRise priceRise";
  gap: 1vw;
} */

.mainTopGrig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "content speakers speakers"
    "priceRise priceRise priceRise"
    "info info info";
  gap: 1vw;
}

@media (max-width: 1300px) {
  .mainTopGrig {
    grid-template-rows: 1fr auto auto auto;
  }
}

@media (max-width: 800px) {
  .mainTopGrig {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "content content"
      "speakers speakers"
      "priceRise priceRise"
      "info info";
    grid-template-rows: auto;
  }
}



.mainTopGrig__content {
  grid-area: content;
  /* height: 41vw; */
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 20px;
}

@media (max-width: 800px) {
  .mainTopGrig__content {
    flex-direction: row;
    /* border-radius: 20px;
    overflow: hidden; */
  }
}

.mainTopGrig__speakers {
  grid-area: speakers;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}

@media (max-width: 1300px) {
  .mainTopGrig__speakers {
    grid-template-columns: repeat(2, 1fr);
  }
}


.mainTopGrig__info {
  grid-area: info;
  position: relative;
}

.priceRise {
  grid-area: priceRise;
  padding-top: 30px;
}

.mainTopGrig__speakersItem {
  border-radius: 36px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 820px) {
  .mainTopGrig__speakersItem {
    border-radius: 3vw;
  }
}



.mainTopGrig__speakersItem p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5vw;
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 10;
}

@media (max-width: 1300px) {
  .mainTopGrig__speakersItem p {
    font-size: 2.1vw;
  }
}

@media (max-width: 800px) {
  .mainTopGrig__speakersItem p {
    font-size: 3.6vw;
    bottom: 2vw;
    left: 2vw;
  }
}

.mainTopGrig__speakersItem.soglas {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .mainTopGrig__speakersItem.soglas.soglas_1300 {
    display: none;
  }
}

.mainTopGrig__speakersItem.soglas p {
  text-align: center;
  bottom: auto;
  left: auto;
}

.mainTopGrig__infoTop {
  width: 100%;
}

/*************************/

.ticketsHoverInfo {
  display: flex;
  flex-direction: column;
}

.ticketsBallance {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #262626;
  font-family: "Roboto";
  margin-bottom: 20px;
}

.ticketsHoverInfo__prices {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ticketsHoverInfo__oldPrice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ticketsHoverInfo__oldPriceTitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #262626;
  white-space: nowrap;
}

.ticketsHoverInfo__oldPriceInfo {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #262626;
  white-space: nowrap;
}

.ticketsHoverInfo__newPrice {
  border-radius: 16px;
  padding: 10px 16px;
  background: #ff490c;
  display: flex;
  flex-direction: column;
}

.ticketsHoverInfo__newPriceTitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticketsHoverInfo__newPriceInfo {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: "Roboto";
  white-space: nowrap;
}

/**********************/

.mainTop__talon {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.talon__top {
  position: relative;
  width: 100%;
}

.alfaTop {
  display: flex;
  align-items: center;
  background: #EF3124;
  border-radius: 36px;
  padding: 10px 5px 16px 1.4vw;
}

@media (max-width: 820px) {
  .alfaTop {
    border-radius: 3vw;
    padding: 10px 5px 10px 1.4vw;
  }
}

.alfa__left {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.alfa__left img {
  width: 50%;
  margin-bottom: 10px;
}

.alfa__leftTitle {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5vw;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .alfa__leftTitle {
    font-size: 4vw;
  }
}

.alfa__leftBtn {
  padding: 18px 16px 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  font-size: .8vw;
  text-transform: uppercase;
  color: #1d1d1f;
  border-radius: 50px;
  text-align: center;
  transition: all .3s;
}

.alfa__leftBtn:hover {
  color: #EF3124;
}

@media (max-width: 800px) {
  .alfa__leftBtn {
    font-size: 3vw;
    border-radius: 2.5vw;
  }
}

.alfa__right {
  position: relative;
  width: 30%;
}

.talon__breakaway {
  position: relative;
  margin: 0 36px;
  height: 4px;
  /* background-size: contain;
  background-position: center center; */
  width: calc(100% - 72px);
}

.talon__breakaway img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
  /* Растягивает по ширине И высоте, не сохраняя пропорции */
  display: block;
}

.talon__breakaway svg {
  width: 100%;
  height: 100%;
  display: block;
}


.talon__bottom {
  border-radius: 36px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1.4vw 1.2vw 1.2vw;
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media (max-width: 820px) {
  .talon__bottom {
    border-radius: 3vw;
  }
}

.talon__bottomTitle {
  text-align: center;
  font-weight: 700;
  font-size: 6vw;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media (max-width: 800px) {
  .talon__bottomTitle {
    font-size: 14vw;
    line-height: 120%;
  }
}

.talon__bottomDesc {
  text-align: center;
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media (max-width: 800px) {
  .talon__bottomDesc {
    font-size: 11vw;
    line-height: 120%;
  }
}

.talon__bottomInf {
  margin-top: auto;
  /* margin-top: 10vw; */
  display: flex;
  gap: 14px;
}

.talon__bottomInfo {
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.2vw;
  color: #1d1d1f;
  white-space: nowrap;
  flex: 1;
}

@media (max-width: 800px) {
  .talon__bottomInfo {
    font-size: 4vw;
  }
}



/***********************/

/* Попап по умолчанию скрыт */
header .popupTicket {
  position: absolute;
  top: 240px;
  left: 25%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  width: fit-content;
  z-index: 99;
  color: #000;
}

.popupTicket {
  position: absolute;
  top: 0px;
  left: 20%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  width: fit-content;
  z-index: 99;
  color: #000;
}

.headerScroll_inner_box .popupTicket {
  top: 70px;
  left: 20%;
}

.mainTop_bottom_btnBox .popupTicket {
  top: 90px;
  left: 7%;
}

.ourtarget_center_box.desc .popupTicket {
  top: 290px;
  left: 0%;
}

.ticketsTop_item_bottom .popupTicket {
  top: 120px;
  left: 0%;
}

.ticketsTop_item.black .popupTicket {
  top: unset;
  bottom: -100px;
  left: 0%;
}

.ticketsBottom_item .popupTicket {
  top: unset;
  bottom: -160px;
  left: 0%;
}

.ticketsBottom_item.video .popupTicket {
  top: unset;
  bottom: -120px;
  left: 0%;
}

.footer_right_btn .popupTicket {
  top: 80px;
  left: 0%;
}

.ourtarget_center_box.mob .popupTicket {
  top: 120px;
  left: 0%;
}

.popupTicket a,
.popupTicket p {
  border: unset !important;
  font-size: 18px;
  background-color: unset !important;
  padding: 0;
  font-family: "Oswald";
  margin: 0;
}

.headerScroll_inner_box,
.mainTop_bottom_btnBox,
.ourtarget_center_box.desc,
.ourtarget_center_box.mob,
.ticketsTop_item_bottom,
.ticketsTop_item.black,
.ticketsBottom_item,
.ticketsBottom_item.video,
.footer_right_btn {
  position: relative;
}

/* Показываем попап при hover на кнопке */
.header_btn:hover+.popupTicket,
.headerScroll_btn:hover+.popupTicket,
.ticket_btn:hover+.popupTicket,
.ourtarget_center_box_btn:hover+.popupTicket {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media(max-width: 550px) {

  .popupTicket a,
  .popupTicket p {
    font-size: 14px;
  }
}


/************************/