@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PF_Din_Text_Comp_Pro.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PF_Din_Text_Comp_Pro.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PF_Din_Text_Comp_Pro_Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PF_Din_Text_Comp_Pro_Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--text-hover-blue: #28a6e7;
}




* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    border: none;
	box-sizing: border-box;
	font-family: "PFDin";
	line-height: 1;
	color: inherit;
}

body {
	background-color: #121212; /* Тёмный фон по умолчанию */
    transition: background-image 0.5s ease; /* Плавный переход */
	font-weight: 400;
	text-rendering: optimizeLegibility;
	text-decoration-skip: objects;
	text-decoration-skip-ink: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
	min-height: 100vh;
	/* overflow-x: hidden; */
}

body.no-scroll {
	overflow: hidden;
	height: 100vh;
	max-width: 100vw;
}

img {
	max-width: 100%;
    height: auto;
}

.wrapper {
	/* max-width: 1650px; */
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 320px;
}

.wrapper-content {
	max-width: 1400px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 320px;
}

.wrapper-right {
	display: flex;
	flex-direction: column;
	align-items: end;
	padding: 0 60px;
}

ul {
	margin-left: 0;
    padding-left: 0; 
}

ul li {
	list-style-type: none;
}


.text-content ul {
	margin-left: 20px;
}

.full {
	width: 100%;
	overflow: hidden;
}

.support-top-block {
	height: 134px;
	display: none;
}

.support-bottom-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - 240px);
	min-width: 320px;
}

.video-background, .img-background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    background-size: cover;
    overflow: hidden
}

.back-photo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden
}

.back-photo__black {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 1;
}


.back-photo .swiper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.back-photo .swiper img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}


.img-background {
	display:none;
	background-image: url("../img/Fon.png");
	background-color: #0b011d;
}

@media screen and (max-width: 550px) {
    .video-background {
        display:none;
    }

	.img-background {
		display:block;
	}

	.back-photo {
		display:none;
	}
}

.button-up {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: var(--text-hover-blue);
	cursor: pointer;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 4px 1px #43EEFF;
	box-shadow: 0px 0px 4px 1px #43EEFF;
	display: none;
	z-index: 600;
}

.button-up svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: white; 
}

.button-up_active {
	display: flex;
}

.hide-block {
	display: none;
}

/* Шапка */

.header {
	width: 100%;
	/*background-color: rgb(26, 26, 26);*/
	padding: 15px 0;
	position: static;
	min-width: 320px;
	z-index: 1;
}

.header-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header-left {
	display: flex;
	flex-direction: row;
	gap: clamp(20px, 6vw, 120px);
}

.header-logo {
	display: block;
}

.header-logo img {
	width: 210px;
}


.header-nav {
	display: flex;
	flex-direction: row;
	gap: clamp(30px, 4vw, 70px);
}

.header-nav__item {
	display: flex;
	align-items: center;
}

.header-nav__item a {
	color: rgb(230, 230, 230);
	font-family: "PFDin";
	font-size: 24px;
	padding: 10px;
	transition: 0.5s;
	font-weight: 500;
}

.header-nav__item a:hover {
	background-color: rgb(95, 95, 95);
	color: #fff;
}

.header-nav__item_active a {
	background-color: rgb(95, 95, 95);
}



.header-right {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: clamp(20px, 3vw, 60px);
}

.header-right__adress {
	display: block;
	color: rgb(230, 230, 230);
	font-family: "PFDin";
	font-size: 24px;
	transition: 0.5s;
	font-weight: 500;
}

.header-right__adress:hover {
	color: var(--text-hover-blue);
}


.header-right__social-icons {
	display: flex;
	flex-direction: row;
	gap: clamp(5px, 1vw, 10px);
	align-items: center;
}


.icon-social {
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	position: relative;
}

.icon-social.icon-vk {
	background-color: rgb(0, 119, 255)
}



@media(min-width: 600px) {
	.icon-social_anim::after, .event-item__social .icon-vk::after {
		content: "";
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 6px);
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		opacity: 0;
		z-index: 1;
	}

	.event-item__social .icon-vk::after {
		top: calc(50% - 6px);
		left: calc(50% - 6px);
	}


	.icon-social_anim.icon-vk::after {
		border: rgb(0, 119, 255) 1px solid;
	}

	.icon-social_anim.icon-telegram::after {
		border: var(--text-hover-blue) 1px solid;
	}

	.event-item__social .icon-vk::after {
		border: rgb(0, 119, 255) 1px solid;
	}


	.icon-social_anim:hover::after, .event-item__social:hover .icon-vk::after {
		animation-name: anim-social;
		animation-duration: 0.8s;
	}

	@keyframes anim-social {
		from {
			scale: 1;
			opacity: 0;
		}
		10% {
			opacity: 0.5;
		}
		60% {
			opacity: 0.5;
		}
		to {
			scale: 6;
			opacity: 0;
		}
	}
}




.icon-vk svg, .icon-vk img {
	width: 25px;
	height: 25px;
	position: relative;
	display: block;
	top: 1px;
}

.icon-telegram svg, .icon-telegram img {
	width: 39px;
	height: 39px;
	position: relative;
	display: block;
}

/* Бургер */

.button-mobile {
	display: none;

	width: 24px;
	height: 24px;
	display: none;
	cursor: pointer;
	transition: 0.5s;

}


.mobile-icon {
	width: 24px;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
	position: relative;
	display: block;
	top: 11px;
}

.mobile-icon::before {
	top: -8px;
}

.mobile-icon::after {
	top: 8px;
 }

.mobile-icon::before, .mobile-icon::after {
	position: absolute;
	left: 0;
	content: "";
	display: block;
}


.mobile-icon, .mobile-icon::before, .mobile-icon::after {
	width: 24px;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
	border-radius: 15%;
}



.white .header-right .mobile-icon, .white .header-right .mobile-icon::before, .white .header-right .mobile-icon::after {
	background-color: #fff;
}


.button-mobile.active .mobile-icon {
	background-color: transparent !important;
}

.button-mobile.active .mobile-icon::before {
	transform: rotate(45deg);
	top: 0;
	transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

.button-mobile.active .mobile-icon::after {
	transform: rotate(-45deg);
	top: 0;
	transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

/* Бургер */

/* Мобильное меню */

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  max-width: 100vw;
}

#menu-overlay, #afisha-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.50);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
  transition: all .3s;
  height: 100vh;
}


.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu {
  background-color: #d9d9d9;
  padding: 50px 0 10px 45px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 700px;
  width: 80vw;
  transform: translateX(100%);
  transition: all .3s;
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 1s;
  z-index: 9;
  cursor: pointer;
}

.menu-close::after, .menu-close::before {
  background-color: black;
  border: 2px solid white;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 12px;
}

.menu-close::after {
  transform: rotate(45deg);
}

.menu-close::before {
  transform: rotate(-45deg);
}


.mobile-menu__content {
	padding: 20px;
}

.mobile-menu__adress {
	display: none;
	color: black;
	font-family: "PFDin";
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.mobile-menu__menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
	align-items: start;
	border-bottom: #000 3px solid;
  	padding-bottom: 20px;
}

.mobile-menu__menu-item {
	display: block;
	color: black;
	font-family: "PFDin";
	font-size: 24px;
	position: relative;
	font-weight: 500;
}

.mobile-menu__menu-item_active::after {
	content: "";
	width: 110%;
	position: absolute;
	bottom: -5px;
	height: 3px;
	background-color: #4f4f4f;
	left: -5%;
}

.mobile-menu__social {
	display: none;
	gap: 10px;
}


/* Мобильное меню */


@media(max-width: 1400px) {
	.header-nav__item a {
		font-size: 20px;
	}

	.header-nav {
		gap: 35px;
	}

	.header-right__adress {
		font-size: 20px;
	}
}

@media(max-width: 1240px) {
	.header-nav-desc {
		display: none;
	}

	.button-mobile {
		display: block;
	}
	
	.header-logo img {
		width: 150px;
	}

	.header {
		background-color: rgb(26, 26, 26);
		padding: 10px 0;
	}

	.support-bottom-block {
		min-height: calc(100vh - 260px);
	}

	.support-top-block {
		height: 95px;
		display: block;
	}

	.header {
		position: fixed;
	}
}


@media(max-width: 700px) {
	.wrapper {
		padding: 0 20px;
	}
}


@media(max-width: 650px) {
	.header-right__social-icons {
		gap: 10px;
	}

	.header-right__adress {
		display: none;
	}

	.big-afisha_img_partner {
		display: none;
	}

	.header-right__social-icons {
		display: none;
	}

	.mobile-menu__adress {
		display: block;
	}

	.mobile-menu__social {
		display: flex;
	}

	.support-bottom-block {
		min-height: calc(100vh - 295px);
	}
}

@media(max-width: 550px) {
	.header-right__social-icons {
		flex-direction: column;
		order: 1;
	}
}

/* Шапка */


/* Контент с евентами */

.events-items {
	padding-top: 20px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	max-width: 1165px;
	min-width: 1000px;
}


.event-sub-title {
	display: block;
	color: #fff;
	font-family: "PFDin";
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 20px;
}

.event-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}


.event-item {
	display: flex;
	flex-direction: row;
	min-height: 150px;
	max-height: 150px;
	align-items: stretch;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 13px 6px rgba(30, 30, 30, 0.83);
	box-shadow: 0px 0px 13px 6px rgba(30, 30, 30, 0.83);
}


@media(min-width: 600px) {
	.event-item:hover {
		transform: scale(1.02);
	}
}


.event-item__img {
	flex-shrink: 0;
	background-color: rgb(180, 180, 180);
	flex-basis: 150px;
	
}

.event-item__img img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.event-item__date {
	background-color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-shrink: 0;
}

.event-item__time-top {
	color: black;
	font-family: "PFDin";
	font-size: 40px;
	font-weight: 500;
	text-wrap: nowrap;
}

.event-item__time-bottom {
	color: black;
	font-family: "PFDin";
	font-size: 30px;
	font-weight: 400;
	text-wrap: nowrap;
}

.event-item__time-inner {
	color: black;
	font-family: "PFDin";
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 6px;
}




.event-item__ticket {
	line-height: 140%;
	margin-top: 25px;
}

.event-item__title {
	width: 100%;
	background-color: rgba(230, 230, 230, 0.85);
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	overflow: hidden;
}


.event-item__title-top {
	color: black;
	font-family: "PFDin";
	font-size: 40px;
	font-weight: 500;
}

.event-item__title-inner {
	color: black;
	font-family: "PFDin";
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
}



.event-item__text {
	color: black;
	font-family: "PFDin";
	font-size: 27px;
	margin-bottom: 15px;
	margin-top: 25px;
}


.event-item__title-inner_space {
	margin-top: 35px;
}


.event-item__title-inner_top-line::after {
	content: "";
	display: block;
	position: absolute;
	top: -19px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-color: #c12a2a;
}

.event-item__title-bottom {
	color: black;
	font-family: "PFDin";
	font-size: 25px;
	font-weight: 400;
	overflow: hidden;
}

.event-item__link {
	background-color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
	flex-shrink: 0;
	flex-basis:150px;
	transition: 0.5s;
}

.event-item__link:hover {
	color: var(--text-hover-blue);
}

.event-item__link_big {
	flex-basis:209px;
}

.event-item__social {
	background-color: rgb(180, 180, 180);
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.event-item__social .icon-social.icon-vk {
  	background-color: rgb(0, 119, 255);
}

.event-item__time-mobile {
	display: none;
	color: black;
	font-family: "PFDin";
	font-size: 21px;
	text-decoration: underline;
}

.block-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	padding: 50px;
}

#afisha-overlay {
	min-width: 320px;
}

.big-afisha {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 11px 2px #000000; 
	box-shadow: 0px 0px 11px 2px #000000;
	position: relative;
}


.big-afisha__img {
	position: relative;
}

.big-afisha__description {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 3px;
	font-size: 24px;
	display: none;
	padding: 30px;
}

.big-afisha__description-button {
	background-color: #c12a2a;
	color: #fff;
	width: 100%;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	max-height: 65px;
	text-align: center;
	padding: 15px;
	text-decoration: underline;
	cursor: pointer;
	user-select: none;
}

.big-afisha_img_partner {
	max-width: 30%;
	max-height: 45px;
}

.mobi-nav_img_partner {
	max-width: 70%;
	max-height: 45px;
	margin-top: 15px;
}

.block-img-afisha img {
	background-color: #d9d9d9;
}

.vk-afisha-text {
	margin-right: 10px;
    font-size: 20px;
}

.afisha-desc_active {
	display: block;
}

.big-afisha__img img {
	display: block;
	max-height: calc(100vh - 150px);
	width: 100%;
  	object-fit: cover;
	
}

.big-afisha__buttons {
	display: flex;
	flex-direction: row;
}

.big-afisha__button-buy {
	background-color: #ffffff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	padding: 20px;
	font-size: 25px;
	font-weight: 500;
	max-height: 65px;
	text-align: center;
}

.big-afisha-VK {
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.event-item-popup {
	cursor: pointer;
}

#afisha-close.menu-close {
  width: 40px;
  height: 40px;
}


#afisha-close.menu-close::after, #afisha-close.menu-close::before {
	width: 40px;
	height: 4px;
	top: 19px;
}

@media(max-width: 1400px) {
	.event-item__title-top {
		font-size: 35px;
	}

	.event-item__title-inner {
		font-size: 35px;
	}

	.event-item__title-bottom {
		font-size: 30px;
	}

	.event-item__link {
		font-size: 30px;
	}

	/*.event-item__img {*/
	/*	flex-basis: 90px;*/
	/*}*/
}

@media(max-width: 1120px) {
	.event-item__date {
		padding: 20px;
	}

	.event-item__time-top {
		font-size: 30px;
	}

	.event-item__title {
		padding: 20px;
	}

	.wrapper-content {
		padding: 0 20px;
	}

	.event-sub-title {
		font-size: 35px;
	}

	.event-item__link {
		flex-basis: 125px;
	}

	.event-item__link_big {
		flex-basis: 184px;
	}

	.wrapper-right {
		padding: 0 20px;
	}

	.events-items {
		max-width: 100%;
		min-width: 100%;
	}

	.wrapper-right {
  		align-items: stretch;
	}

	/*.event-item__img {*/
	/*	flex-basis: 80px;*/
	/*}*/
}

@media(max-width: 900px) {
	.event-item__social {
		display: none;
	} 

	.event-item__link {
		flex-basis: 100px;
	}
}

@media(max-width: 800px) {
	.event-item__link {
		display: none;
	}

	.noneevent-item__img {
		flex-basis: 70px;
	}

	.event-item {
		min-height: 120px;
		max-height: 120px;
	}

	.event-item__img {
		flex-basis: 120px;
	}

	.event-item__title-top {
    	font-size: 25px;
  	}

	.event-item__title-bottom {
		display: none;
    	font-size: 25px;
  	}
}

@media(max-width: 600px) {
	.event-item__text {
		font-size: 22px;
    	margin-top: 10px;
	}

	.event-item__time-inner {
		font-size: 27px;
	}

	.big-afisha__description {
		padding: 23px;
	}

	.event-item__ticket {
		line-height: 120%;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.event-item__title-inner_top-line::after {
		height: 4px;
		left: -23px;
  		width: calc(100% + 46px);
	}

	.event-item__date {
		display: none;
	}

	.wrapper-content {
    	padding: 0 10px;
  	}

	.event-item__time-mobile {
		display: block;
	}

	.block-center {
		padding: 20px;
	}

	.big-afisha__button-buy {
		font-size: 20px;
	}
}

/* Контент с евентами */

/* Подвал */

.footer {
	width: 100%;
	background-color: rgb(26, 26, 26);
	min-width: 320px;
	-webkit-box-shadow: 0px 10px 0px 0px rgba(26, 26, 26, 1);
	-moz-box-shadow: 0px 10px 0px 0px rgba(26, 26, 26, 1);
	box-shadow: 0px 10px 0px 0px rgba(26, 26, 26, 1);
}

.footer-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px 0;
}

.footer-left {

}

.footer-right {
	display: flex;
	align-items: center;
}

.footer-nav {
	display: flex;
	flex-direction: row;
	gap: clamp(10px, 3vw, 70px);
}

.footer-nav__item {
	display: block;
	color: rgb(230, 230, 230);
	font-family: "PFDin";
	font-size: 24px;
	position: relative;
	font-weight: 400;
	transition: 0.5s;
}

.footer-nav__item:hover {
	color: var(--text-hover-blue);
}

.footer-nav__item::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: rgb(230, 230, 230);
}

.footer-email {
	display: block;
	margin-right: 100px;
	color: rgb(230, 230, 230);
	font-family: "PFDin";
	font-size: 24px;
	font-weight: 400;
	transition: 0.5s;
}

.footer-email:hover {
	color: var(--text-hover-blue);
}

@media(max-width: 1320px) {
	.footer-nav {
		gap: 35px;
	}

	.footer-nav__item {
		font-size: 20px;
	}

	.footer-email {
		font-size: 20px;
		margin-right: 0;
	}
}

@media(max-width: 1120px) {
	.footer-nav {
		display: grid;
		grid-template-columns: auto auto;
		justify-items: center;
	}
}

@media(max-width: 650px) {
	.footer-content {
		flex-direction: column;
		gap: 40px;
	}

	.footer-right {
		justify-content: center;
	}

	.footer-content {
		padding: 25px 0;
		padding-bottom: 40px;
	}
}

@media(max-width: 550px) {
	.footer-nav {
		grid-template-columns: auto;
		gap: 20px;
	}
}

.rider_block {
	width: 100%;
    background-color: rgba(230, 230, 230, 0.85);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.rider_text {
	width: 100%;
    line-height: 140%;
	margin-bottom: 12px;
	font-size: 23px;
}






/* Подвал */