* {
	box-sizing: border-box;
}


body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, th, var, h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

abbr, acronym, fieldset, img {
	border: 0;
}

a {
	color: #144c79;
}
/*
a:hover,
a:active
{
	color: #C71585;
}
*/
.clearfix:after {
	content: '';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

q:before {
	content:'&laquo;';
}

q:after {
	content:'&raquo;';
}


.forbidden_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Чтобы работали переносы, должен быть указан lang="ru" в html */
.hyphens {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1720px;
	position: relative;
	padding: 0 20px;
}


* {
	font-family: 'Montserrat', 'Roboto', sans-serif;
}



header {
	min-height: 114px;
	background: #144C79;
}

header .wrapper {
	min-height: 114px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

header .date {
	font-family: 'Montserrat', 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}

header .location {
	width: 30%;
	font-family: 'Montserrat Medium', 'Roboto', sans-serif;
	color: #fff;
	font-size: 20px;
}

header .contact_info {
	flex-direction: column;
	gap: 5px;
	display: flex;
	width: 20%;
}

header .contact_info .separator {
	display: none;
}

header .contact_info a,
header .contact_info .separator
{
	color: #14DAD0;
	font-family: 'Montserrat Medium', 'Roboto', sans-serif;
	font-size: 20px;
	text-decoration: none;
}

header .date strong {
	color: #FF6ACE;
}

header .logo {
	display: block;
	width: 142px;
	height: 69px;
	background: url('../images/deh_logo_white.svg') no-repeat center center;
	flex-shrink: 0;
}



.band1 {
	height: 300px;
	background: url('../images/bg.jpg') no-repeat center bottom;
}





/*
.band1 .corner {
	width: 1000px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	pointer-events: none;
	overflow: hidden;
}

.band1 .corner::before {
	content: '';
	position: absolute;
	left: -300px;
	top: -300px;
	width: 800px;
	height: 800px;
}
*/





.band2 {
	position: relative;
	background: linear-gradient(78.09deg, #144C8D 2.04%, #2384C7 29.53%, #5AB3D2 65.13%, #4ABAD9 95.77%);
	min-height: 800px;
	padding: 80px 0;
	overflow: hidden;
}

.band2 .event_details {
	top: 0;
	position: static;
	margin-bottom: 50px;
	width: 100%;
}

.band2 .text1 {
	font-size: 42px;
	color: #fff;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
}

.band2 .text2 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
}


.band2 .text3 {
	font-size: 36px;
	color: #fff;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 50px;
}

.band2 .text4 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 50px;
}

.band2 h1 {
	font-size: 100px;
	color: #fff;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
}



.band3_title {
	font-size: 30px;
	color: #fff;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
}











.band3 {
	padding: 50px 0;
}

.band3 ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	padding: 0;
}

.band3 li {
	position: relative;
	margin: 0;
	padding: 0 0 0 100px;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}




.band3 li,
.band3 li p
{
	color: #144C79;
	font-size: 36px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
}


.band3 li::before {
	position: absolute;
	content: '';
	left: 0;
	top: calc(50% - 40px);
	width: 80px;
	height: 80px;
	display: block;
}

.band3 li.item1::before {
	background: url('../images/icon11.svg') no-repeat center center/contain;
}

.band3 li.item2::before {
	background: url('../images/icon12.svg') no-repeat center center/contain;
}


.band3 li.item3::before {
	background: url('../images/icon13.svg') no-repeat center center/contain;
}


.band3 li.item4::before {
	background: url('../images/icon14.svg') no-repeat center center/contain;
}















.band4 {
	position: relative;
	background: linear-gradient(78.09deg, #144C8D 2.04%, #2384C7 29.53%, #5AB3D2 65.13%, #4ABAD9 95.77%);
	min-height: 800px;
	padding: 80px 0;
}



.band4 .bg_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 350px;
	font-size: 170px;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 12.37%, rgba(255, 255, 255, 0) 77.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	min-height: 180px;
	text-align: center;
	font-family: 'Inter Black', 'Montserrat', 'Roboto', sans-serif;
	user-select: none;
	pointer-events: none;

}


.band4 h2 {
	color: #fff;
	font-size: 50px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 150%;
	margin-bottom: 30px;
}

.band4 .text1 {
	color: #fff;
	font-size: 36px;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: bold;
}

.band4 .wrapper1 {
	margin-bottom: 200px;
}


.band4 h3 {
	color: #fff;
	font-size: 30px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 30px;
}

.band4 ul {
	display: flex;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	gap: 20px;
}


.band4 li {
	width: 23%;
	position: relative;
}

.band4 .num {
	display: none;
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 500px;
	line-height: 100%;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 12.37%, rgba(255, 255, 255, 0) 77.11%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	min-height: 180px;
	text-align: center;
	font-family: 'Inter Black', 'Montserrat', 'Roboto', sans-serif;
	user-select: none;
	pointer-events: none;
}

.band4 p {
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat', 'Montserrat', 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
}


.band4 .image img {
	display: block;
	max-width: 100%;
}

.band4 .image {
	margin-bottom: 20px;
	position: relative;
}


.band5 {
	padding: 50px 0;
}



.band5 h2 {
	color: #144C79;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
}

.band5 ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	padding: 0;
}

.band5 li {
	position: relative;
	margin: 0;
	width: 31%;
	padding: 0 0 0 130px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.band5 li,
.band5 li p
{
	color: #144C79;
	font-size: 18px;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 28px;
}


.band5 li::before {
	position: absolute;
	content: '';
	left: 0;
	top: calc(50% - 50px);
	width: 100px;
	height: 100px;
	display: block;
}

.band5 li.item1::before {
	background: url('../images/icon5.svg') no-repeat center center/contain;
}

.band5 li.item2::before {
	background: url('../images/icon6.svg') no-repeat center center/contain;
}

.band5 li.item3::before {
	background: url('../images/icon7.svg') no-repeat center center/contain;
}


.band5 li.item4::before {
	background: url('../images/icon8.svg') no-repeat center center/contain;
}


.band5 li.item5::before {
	background: url('../images/icon9.svg') no-repeat center center/contain;
}

.band5 li.item6::before {
	background: url('../images/icon10.svg') no-repeat center center/contain;
}

.band5 h3 {
	font-size: 22px;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	color: #144C79;
}












.band6 {
	position: relative;
	background: linear-gradient(78.09deg, #144C8D 2.04%, #2384C7 29.53%, #5AB3D2 65.13%, #4ABAD9 95.77%);
	min-height: 1300px;
	margin-top: 100px;
	padding: 380px 0 0;
}

.band6 .bg_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	font-size: 170px;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 12.37%, rgba(255, 255, 255, 0) 77.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	min-height: 180px;
	text-align: center;
	font-family: 'Inter Black', 'Montserrat', 'Roboto', sans-serif;
	user-select: none;
	pointer-events: none;

}

.band6 .coach_list {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.band6 .coach_list h3 {
	color: #fff;
	font-size: 30px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.band6 .coach_list p {
	font-size: 20px;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}

.band6 .coach_list .coach {
	width: 48%;
	display: flex;
	flex-direction: column;
}

.band6 .coach_list .photo {
	margin-bottom: 30px;
}

.band6 .coach_list .photo img {
	display: block;
	max-width: 100%;
}

.band6 h2 {
	color: #fff;
	font-size: 30px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.band7 {
	padding: 50px 0;
}

.band7 .pink_button,
.band10 .pink_button,
.band12 .pink_button
{
	background: #FF6ACE;
	color: #fff;
	user-select: none;
	text-transform: uppercase;
	width: 100%;
	max-width: 400px;
	height: 60px;
	margin: 100px auto 0;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	border: none;
	cursor: pointer;
}

.band10 .pink_button {
	position: relative;
	margin-top: 150px;
}

.band12 .pink_button {
	margin-top: 50px;
}

.band7 h2 {
	color: #144C79;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.band7 ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	padding: 0;
}

.band7 li {
	position: relative;
	margin: 0;
	color: #144C79;
	font-size: 20px;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	width: 45%;
	padding: 0 0 0 200px;
	line-height: 28px;
	min-height: 150px;
	display: flex;
	align-items: center;
}

.band7 li::before {
	position: absolute;
	content: '';
	left: 0;
	top: calc(50% - 75px);
	width: 150px;
	height: 150px;
	display: block;
}

.band7 li.item1::before {
	background: url('../images/icon1.svg') no-repeat center center/contain;
}

.band7 li.item2::before {
	background: url('../images/icon2.svg') no-repeat center center/contain;
}

.band7 li.item3::before {
	background: url('../images/icon3.svg') no-repeat center center/contain;
}

.band7 li.item4::before {
	background: url('../images/icon4.svg') no-repeat center center/contain;
}



.band8 {
	background: linear-gradient(78.09deg, #144C8D 2.04%, #2384C7 29.53%, #5AB3D2 65.13%, #4ABAD9 95.77%);
	min-height: 1300px;
	position: relative;
	margin-top: 100px;
	padding: 300px 0 0;
}

.band8 .corner {
	width: 500px;
	height: 500px;
	position: absolute;
	bottom: 0;
	right: 0;
	user-select: none;
	pointer-events: none;
	overflow: hidden;
}

.band8 .corner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 1000px;
	background: radial-gradient(44.63% 44.63% at 50% 50%, #24BEBE 0%, rgba(36, 190, 190, 0) 100%);
}

.band8 .bg_text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	font-size: 170px;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 12.37%, rgba(255, 255, 255, 0) 77.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	min-height: 180px;
	text-align: center;
	font-family: 'Inter Black', 'Montserrat', 'Roboto', sans-serif;
	user-select: none;
	pointer-events: none;
}

.band8 h2 {
	color: #fff;
	font-size: 50px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.band8 .text3 {
	color: #fff;
	font-size: 36px;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 40px 0;
}

.band8 .text1 {
	color: #fff;
	font-size: 34px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
}

.band8 .text2 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
}

.band8 .days {
	display: flex;
	justify-content: space-between;
}

.band8 .first_day
{
	width: 45%;
	position: relative;
	min-height: 500px;
	padding: 120px 0 0 150px;
}

.band8 .second_day
{
	width: 45%;
	position: relative;
	min-height: 500px;
	padding: 120px 0 0 230px;
}


.band8 .second_day .discount {
	width: 153px;
	height: 153px;
	content: '';
	display: block;
	background: url('../images/discount.svg') no-repeat center center/contain;
	position: absolute;
	right: -100px;
	top: -100px;
}

.band8 .title {
	color: #fff;
	font-size: 30px;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.band8 .note {
	color: #144C79;
	font-size: 20px;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	position: relative;
}

.band8 .price_info {
	color: #fff;
	font-size: 36px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.band8 .first_day .price_info {
	max-width: 70%;
}

.band8 .num {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 500px;
	line-height: 100%;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 12.37%, rgba(255, 255, 255, 0) 77.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	min-height: 180px;
	text-align: center;
	font-family: 'Inter Black', 'Montserrat', 'Roboto', sans-serif;
	user-select: none;
	pointer-events: none;
}

.band8 .band9_title {
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	color: #fff;
	font-size: 30px;
	z-index: 1;
}

.band9 {
	padding: 50px 0;
}

.band9 .wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.band9 .row {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.band9 .day {
	width: 40%;
	flex-shrink: 0;
}

.band9 ul {
	margin: 0;
}

.band9 li {
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}

.band9 .description {
	flex-grow: 1;
}

.band9 .text1 {
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
}

.band9 .text2 {
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 42px;
	text-transform: uppercase;
}


.band9 p {
	font-size: 26px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

.band9 .first_day .day {
	color: #144C79;
}

.band9 .first_day .description {
	color: #144C79;
}

.band9 .first_day p {
	color: #144C79;
}

.band9 .second_day .day {
	color: #14DAD0;
}

.band9 .second_day .description {
	color: #14DAD0;
}

.band9 .second_day p {
	color: #14DAD0;
}





.band10 {
	background: linear-gradient(78.09deg, #144C8D 2.04%, #2384C7 29.53%, #5AB3D2 65.13%, #4ABAD9 95.77%);
	min-height: 800px;
	position: relative;
	margin-top: 100px;
	padding: 300px 0 0;
}

.band10 .text1 {
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
}

.band10 .text2 {
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	color: #fff;
	font-size: 100px;
	text-transform: uppercase;
}

.band10 .text3 {
	font-family: 'Montserrat', 'Roboto', sans-serif;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.band10 .bg_text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	font-size: 170px;
	white-space: nowrap;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 12.37%, rgba(255, 255, 255, 0) 77.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	min-height: 180px;
	text-align: center;
	font-family: 'Inter Black', 'Montserrat', 'Roboto', sans-serif;
	user-select: none;
	pointer-events: none;
}



.band12 {
	background: linear-gradient(78.09deg, #144C8D 2.04%, #2384C7 29.53%, #5AB3D2 65.13%, #4ABAD9 95.77%);
}

.band12 > .wrapper {
	display: flex;
	padding: 100px 20px;
	min-height: 320px;
}

.band12 > .wrapper > .column1 {
	width: 50%;
}

.band12 > .wrapper > .column2 {
	width: 50%;
}

.band12 h2 {
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 30px;
}



.band12 .wrapper_offer {
	margin-bottom: 100px;
}

.band12 .wrapper_offer ul > li {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.band12 .wrapper_offer .inner_wrapper {
	display: flex;
	gap: 30px;
}

.band12 .wrapper_offer .inner_wrapper .ceo {
	width: 320px;
}

.band12 .wrapper_offer .inner_wrapper .ceo img {
	display: block;
	max-width: 100%;
	border-radius: 10px;
}

.band12 .wrapper_offer ul > li {
	margin-bottom: 5px;
	font-size: 18px;
}



.band12 .wrapper_bot {

}

.band12 .wrapper_bot h3 {
	font-family: 'Montserrat', 'Roboto', sans-serif;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
}

.band12 .wrapper_bot[data-id="1"] {

}

.band12 .wrapper_bot[data-id="2"] {
	display: none;
}


.band12 .bot_button
{
	background: #14DAD0;
	color: #fff;
	user-select: none;
	text-transform: uppercase;
	max-width: 400px;
	width: 100%;
	height: 60px;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}




footer {
	background: #144c79;
}


footer .wrapper {
	padding: 50px 10px;
	font-family: 'Montserrat SemiBold', 'Roboto Condensed', sans-serif;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	gap: 20px;
}

footer .company_info {
	width: 33%;
	font-size: 20px;
}


footer .company_info .company_name {
	font-family: 'Montserrat SemiBold', 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}

footer .bank_info {
	width: 34%;
	font-size: 20px;
}

footer .bank_info .title {
	font-family: 'Montserrat SemiBold', 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}

footer .column1 {
	width: 15%;

}

footer .other_info {
	flex-grow: 1;
}

footer .logo {
	width: 131px;
	height: 61px;
	background: url('../images/deh_logo_white.svg') no-repeat center center/100%;
	display: block;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:active
{
	color: #fff;
}

footer p {
	font-size: 20px;
	margin-bottom: 10px;
}

.event_details {
	position: absolute;
	overflow: hidden;
	min-height: 360px;
	width: 100%;
	pointer-events: none;
	top: -140px;
}

.event_details .item1 {
	font-size: 50px;
	font-weight: bold;
	transform: rotate(-4deg);
	white-space: nowrap;
	text-align: center;
	background: #14DAD0;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	color: #fff;
	text-transform: uppercase;
	margin: 120px -50px 0;
	z-index: 3;
	position: absolute;
	left: -50px;
	right: -50px;
}

.event_details .item2 {
	font-size: 40px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	background: #ff6ace;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	color: #fff;
	text-transform: uppercase;
	margin: 270px -50px 0;
	z-index: 2;
	position: absolute;
	left: -50px;
	right: -50px;
	gap: 20px;
}


.event_details .item3 {
	font-size: 40px;
	font-weight: bold;
	transform: rotate(3.5deg);
	white-space: nowrap;
	text-align: center;
	background: #144c79;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	color: #fff;
	text-transform: uppercase;
	margin: 160px -50px 0;
	z-index: 1;
	position: relative;
	gap: 20px;
}

.event_details .item3 .separator {
	display: block;
	width: 35px;
	height: 35px;
	background: url('../images/logo2.svg') no-repeat center center/contain;
	flex-shrink: 0;
}

.band_location .map_info {
	position: absolute;
	background: #fff;
	padding: 20px;
	left: 0;
	top: 50px;
	width: 320px;
}

.band_location .map_info h3 {
	color: #C71585;
}







.main-example {
	width: 280px;
}
.main-example .countdown-container {
	height: 130px;
	display: flex;
	gap: 5px;
	justify-content: center;
}
.main-example .time {
	user-select: none;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	display: inline-block;
	text-align: center;
	position: relative;
	height: 95px;
	width: 65px;

	-webkit-perspective: 479px;
	-moz-perspective: 479px;
	-ms-perspective: 479px;
	-o-perspective: 479px;
	perspective: 479px;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.main-example .count {
	background: #202020;
	color: #f8f8f8;
	display: block;
	font-size: 2em;
	line-height: 2.9em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
}
.main-example .count.top {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px 5px 0 0;
	height: 50%;

	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.main-example .count.bottom {
	background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0 0 5px 5px;
	line-height: 0;
	height: 50%;
	top: 50%;

	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.main-example .count.next {
}
.main-example .label {
	font-size: normal;
	margin-top: 5px;
	display: block;
	position: absolute;
	top: 95px;
	width: 100%;
}
/* Animation start */
.main-example .count.curr.top {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 3;
}
.main-example .count.next.bottom {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
	-webkit-transition: all 250ms ease-in-out 250ms;
	-moz-transition: all 250ms ease-in-out 250ms;
	-ms-transition: all 250ms ease-in-out 250ms;
	-o-transition: all 250ms ease-in-out 250ms;
	transition: all 250ms ease-in-out 250ms;

	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}




.band12 .payment_form {
	background: #eee;
	padding: 40px;
	border-radius: 10px;
}

.band12  .payment_form .message {
	display: none;
	color: red;
	margin-top: 5px;
}

.band12 .payment_form .field {
	margin-bottom: 20px;
}

.band12 .payment_form .field > label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 150%;
	color: #144C79;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
}

.band12 .payment_form .field input[type="text"] {
	display: block;
	width: 100%;
	border: #ccc solid 1px;
	padding: 10px;
	font-size: 20px;
	background: #fff;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
	height: 58px;
}

.band12 .payment_form .field input[type="text"]:focus {
	outline: none;
}

.band12 .payment_info {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 150%;
	color: #144C79;
	text-transform: uppercase;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
}

.band12 .payment_info strong {
	font-family: 'Montserrat Black', 'Montserrat', 'Roboto', sans-serif;
}






.band12 .payment_form .field input[type="checkbox"] {
	background: #fff;
	width: 22px;
	height: 22px;
}

.band12 .payment_form button[type="submit"]:disabled {
	opacity: 0.3;
}


.band12 .payment_form .field.error .message {
	display: block;
}

.checkbox18 {
	flex-shrink: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: #c5c5c5 solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);

}

.checkbox18 + label {
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 150%;
	color: #144C79;
	text-transform: uppercase;
	font-family: 'Montserrat SemiBold', 'Montserrat', 'Roboto', sans-serif;
}

.checkbox18 input[type="checkbox"] {
	left: -40px;
	top: 0;
	position: absolute;
	display: block;
	margin: 0;
}


.checkbox18 span {
	display: none;
}

.checkbox18 input[type="checkbox"]:checked + span {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMy43MDQxNjc2bW0iCiAgIGhlaWdodD0iMi44MDg0ODQ4bW0iCiAgIHZpZXdCb3g9IjAgMCAzLjcwNDE2NzcgMi44MDg0ODQ5IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmc4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjIgKDVjM2U4MGQsIDIwMTctMDgtMDYpIgogICBzb2RpcG9kaTpkb2NuYW1lPSJ0aWNrLnN2ZyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJiYXNlIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxLjAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnpvb209IjExLjIiCiAgICAgaW5rc2NhcGU6Y3g9Ii03LjExMDg5ODEiCiAgICAgaW5rc2NhcGU6Y3k9IjkuMTg2Mjg1OCIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0ibW0iCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTExNiIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgdW5pdHM9Im1tIgogICAgIGZpdC1tYXJnaW4tdG9wPSIwIgogICAgIGZpdC1tYXJnaW4tbGVmdD0iMCIKICAgICBmaXQtbWFyZ2luLXJpZ2h0PSIwIgogICAgIGZpdC1tYXJnaW4tYm90dG9tPSIwIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTUiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxOS43Mzg3NiwtODkuNTkyMDQpIj4KICAgIDxwYXRoCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgZD0ibSAtMzE2LjE3MDI4LDg5LjcyNzcyOSBjIC0wLjE4MDkxLC0wLjE4MDkxOCAtMC40NzUxNSwtMC4xODA5MTggLTAuNjU2MDcsMCBsIC0xLjU2MTk5LDEuNTYxOTg3IC0wLjU1ODY2LC0wLjU1ODY1NyBjIC0wLjE4MDkxLC0wLjE4MDkxOCAtMC40NzUxNiwtMC4xODA5MTggLTAuNjU2MDYsMCAtMC4xODA5MywwLjE4MDkxNyAtMC4xODA5MywwLjQ3NTE1OCAwLDAuNjU2MDc1IDAsMCAwLjkxMjUyLDAuOTAzMjYyIDAuOTQ5NjMsMC45MjM4MDYgMC4xODE1OSwwLjEzMzIwMyAwLjQzODA2LDAuMTE3OTYgMC42MDI0LC0wLjA0NjM4IGwgMS44ODA3NSwtMS44ODA3NDcgYyAwLjE4MDkyLC0wLjE4MDkxOCAwLjE4MDkyLC0wLjQ3NDQ5NSAwLC0wLjY1NjA3NSB6IgogICAgICAgaWQ9InBhdGg0NTQ2IgogICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjAwNjYyNzAyIiAvPgogIDwvZz4KPC9zdmc+Cg==');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*
	width: 14px;
	height: 11px;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -5px;
	*/
}



@media all and (max-width: 1200px){

	.band5 li {
		width: 45%;
	}

	.band7 li {
		width: 45%;
	}




}


@media all and (max-width: 800px){

	header .wrapper {
		display: grid;
		padding: 10px 20px;
		gap: 0;
	}

	header .wrapper .logo {
		grid-column: 1;
		grid-row: 1 / 4;
		align-self: center;
	}

	header .wrapper .date {
		grid-column: 2;
		grid-row: 1;
		font-size: 20px;
		text-align: right;
	}

	header .wrapper .location {
		grid-column: 2;
		grid-row: 2;
		width: 100%;
		font-size: 14px;
		text-align: right;
	}

	header .wrapper .contact_info {
		grid-column: 2;
		grid-row: 3;
		flex-direction: row;
		gap: 10px;
		justify-content: flex-end;
		align-items: center;
	}

	header .contact_info {
		width: auto;
	}

	header .contact_info a {
		font-size: 14px;
	}

	header .contact_info .separator {
		display: block;
		font-size: 14px;
	}


	.wrapper_offer .inner_wrapper {
		flex-wrap: wrap;
	}

	.wrapper_offer .inner_wrapper .ceo {
		width: 100%;
	}

	.wrapper_offer .inner_wrapper .ceo img {
	}


	.band_location .wrapper {
		display: none;
	}


	.band1 {
		height: 240px;
		background-size: cover;
	}

	.band2 {
		padding: 30px 0;
		min-height: 600px;
	}

	.band2 .event_details {
		margin-top: -50px;
		margin-bottom: 0;
		min-height: 200px;
	}

	.band2 .text2 {
		font-size: 18px;
	}

	.band2 .text3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.band3_title {
		font-size: 20px;
	}


	.band2 .text1 {
		font-size: 18px;
	}

	.band2 .text4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.band2 h1 {
		font-size: 22px;
		margin: 15px 0;
	}

	.band3 {
		padding: 20px 0;
	}

	.band3 li {
		width: 45%;
		font-size: 24px;
	}


	.band4 {
		padding: 30px 0;
	}

	.band4 h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.band4 h3 {
		font-size: 20px;
	}

	.band4 .wrapper2 {
		overflow: hidden;
	}

	.band4 ul {
		flex-direction: column;
		gap: 40px;
	}

	.band4 li {
		width: 100%;
		max-width: 400px;

	}

	.band4 p {
		font-size: 16px;
		line-height: 130%;
	}



	.band4 .item2,
	.band4 .item4
	{
		align-self: flex-end;
	}

	.band4 .wrapper1 {
		margin-bottom: 40px;
	}

	.band4 .bg_text {
		font-size: 60px;
		min-height: 60px;
		top: 140px;
	}


	.band4 .text1 {
		font-size: 14px;
		line-height: 130%;
	}

	.band4 .num {
		display: block;
		font-size: 300px;
		right: -130px;
		left: auto;
		line-height: 100%;
	}

	.band4 .item2 .num,
	.band4 .item4 .num
	{
		left: -130px;
		right: auto;
	}

	.band5 h2 {
		font-size: 20px;
	}


	.band5 ul {
		flex-direction: column;
	}

	.band5 li {
		width: 100%;
	}

	.band6 {
		min-height: 800px;
	}

	.band6 .coach_list h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.band6 .info > :last-child {
		margin-bottom: 0;
	}


	.band6 {
		padding: 80px 0 30px;
	}

	.band6 .bg_text {
		font-size: 60px;
		min-height: 60px;
		top: 50px;
	}

	.band6 .coach_list {
		flex-direction: column;
	}

	.band6 .coach_list .photo img {
		max-width: 100%;
	}

	.band6 .coach_list .coach {
		width: auto;
	}


	.band6 .coach_list p {
		font-size: 16px;
		line-height: 130%;
	}


	.band7 li {
		width: 100%;
	}

	.band7 ul {
		flex-direction: column;
	}



	.band8 {
		padding: 50px 0;
		min-height: 1000px;
	}

	.band8 .wrapper {
		z-index: 1;
	}

	.band8 h2 {
		font-size: 40px;
	}

	.band8 .text1 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.band8 .text2 {
		font-size: 20px;
	}

	.band8 .text3 {
		font-size: 20px;
	}

	.band8 .days {
		flex-direction: column;
	}

	.band8 .num {
		font-size: 200px;
	}


	.band8 .first_day {
		width: 100%;
		padding: 60px 0 0 130px;
		min-height: 200px;
	}

	.band8 .title {
		font-size: 18px;
	}

	.band8 .price_info {
		font-size: 22px;
	}

	.band8 .note {
		font-size: 16px;
		line-height: 130%;
	}

	.band8 .first_day .price_info {
		max-width: none;
	}


	.band8 .second_day {
		width: 100%;
		min-height: 200px;
		padding: 60px 0 0 130px;
	}


	.band8 .second_day .discount {
		right: -40px;
		top: -80px;
		width: 100px;
		height: 100px;
	}


	.band8 .bg_text {
		font-size: 60px;
		min-height: 60px;
	}

	.band9 {
		padding: 30px 0;
	}

	.band8 .band9_title {
		font-size: 22px;
		bottom: 60px;
		left: 20px;
	}

	.band9 .text2 {
		font-size: 22px;
	}

	.band9 p {
		font-size: 20px;
	}

	.band9 .row {
		flex-direction: column;
	}

	.band9 .first_day .day,
	.band9 .second_day .day
	{
		width: 100%;
	}

	.band9 .first_day .description,
	.band9 .second_day .description
	{
		width: 100%;
	}

	.band9 .text1 {
		font-size: 30px;
	}

	.band9 li {
		font-size: 16px;
	}


	.band10 {
		padding: 50px 0;
		min-height: auto;
	}

	.band10 .text1 {
		font-size: 20px;
	}

	.band10 .text2 {
		font-size: 30px;
		margin: 30px 0;
	}

	.band10 .text3 {
		font-size: 22px;
	}

	.band10 .pink_button {
		margin-top: 50px;
	}

	.band10 .bg_text {
		display: none;
	}

	.band12 .payment_info {
		font-size: 14px;
	}

	.band12 .payment_form .field > label {
		font-size: 14px;
	}

	.band12 .payment_form {
		padding: 30px;
	}

	.band12 > .wrapper {
		flex-wrap: wrap;
		padding: 30px 20px;
	}

	.band12 > .wrapper > .column1 {
		width: 100%;
	}

	.band12 > .wrapper > .column2 {
		width: 100%;
	}

	.band12 h2 {
		font-size: 20px;
	}

	.band12 .wrapper_offer {
		margin-bottom: 20px;
	}

	.band12 .wrapper_bot[data-id="1"] {
		display: none;
	}

	.band12 .wrapper_bot[data-id="2"] {
		display: block;
	}

	.band12 .wrapper_bot[data-id="2"] {
		text-align: center;
		margin-top: 50px;
	}

	.band12 .wrapper_bot[data-id="2"] .bot_button {
		margin: 0 auto;
	}

	.band12 .wrapper_bot h3 {
		font-size: 20px;
	}





	footer .wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}

	footer .wrapper > * {
		width: 100%;
	}

	footer .logo {
	}



	.band2 .event_details .item1 {
		margin: 80px -50px 0;
	}

	.band2 .event_details .item2 {
		margin: 140px -50px 0;
	}

	.band2 .event_details .item3 {
		margin: 80px -50px 0;
	}


	.event_details {
		min-height: 240px;
		top: -180px;
	}

	.event_details .item1 {
		font-size: 20px;
		min-height: 50px;
		margin: 120px -50px 0;
	}

	.event_details .item2 {
		font-size: 11px;
		min-height: 30px;
		margin: 180px -50px 0;
	}


	.event_details .item3 {
		font-size: 11px;
		min-height: 30px;
		margin: 120px -50px 0;
		transform: rotate(5deg);
	}

	.event_details .item3 .separator {
		width: 20px;
		height: 20px;
	}




	.band7 .pink_button,
	.band10 .pink_button,
	.band12 .pink_button
	{
		font-size: 18px;
	}

	.band12 .bot_button {
		font-size: 18px;
	}








}


@media all and (max-width: 640px){
	.band3 li {
		width: 45%;
		font-size: 18px;
		padding: 0 0 0 60px;
	}

	.band3 li::before {
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}

}

@media all and (max-width: 480px){

	header .wrapper .logo {
		align-self: auto;
	}

	header .wrapper {
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding: 20px;
		align-items: flex-start;
	}

	header .wrapper .location {
		text-align: left;
	}

	header .wrapper .date {
		text-align: left;
	}

	.band3 {
		padding: 30px 0;
	}

	.band3 ul {
		gap: 20px;
	}

	.band3 li {
		width: 45%;
		font-size: 18px;
		padding: 0 0 0 50px;
		min-height: 40px;
	}

	.band3 li::before {
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
	}

	.band5 {
		padding: 30px 0;
	}

	.band5 ul {
		gap: 40px;
	}

	.band5 h2 {
		margin-bottom: 30px;
	}

	.band5 li {
		padding: 0 0 0 80px;
		min-height: auto;
		line-height: 130%;
	}

	.band5 li::before {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
	}

	.band5 h3 {
		font-size: 18px;
	}

	.band5 li p {
		font-size: 14px;
		line-height: 130%;
	}


	.band7 li {
		padding: 200px 0 0 0;
	}

	.band7 li::before {
		top: 0;
		left: calc(50% - 75px);
	}

	.band8 .first_day {
		padding: 0 0 0 60px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.band8 .second_day {
		padding: 0 0 0 60px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.band8 h2 {
		font-size: 30px;
	}

}