* {
	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: 1280px;
	position: relative;
	padding: 0 10px;
}


* {
	font-family: 'Roboto', sans-serif;
}

.schedule {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul {
	list-style: square;
	font-family: 'Roboto', sans-serif;
}

.schedule > li {
	display: flex;
	margin-bottom: 20px;
	gap: 10px;
	align-items: flex-start;
}

.schedule ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.schedule p {
	margin-bottom: 5px;
}

.schedule ul > li {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}

.schedule .period {
	background: #2a9d8f;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
}

.schedule .description {
	padding: 0;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	margin: 0 0 30px 0;
}

h2,
h2 span
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}


h3 {
	margin: 0 0 20px 0;
}

h3,
h3 span
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

header {
	background: #f3fcff;
	margin-bottom: 80px;
}

header > .wrapper {
	min-height: 100px;
	display: flex;
	align-items: center;
}

header .logo {
	display: block;
	width: 142px;
	height: 69px;
	background: url('../images/deh_logo.png') no-repeat center center;
}

footer {
	background: #144c79;
}

section {
	margin-bottom: 50px;
}

.band_ticket {
	/*background: #F5FFFA;*/
	background: #FFF8C9;
}

.band_ticket > .wrapper {
	padding: 50px 10px;
}


.band_ticket .ticket_price,
.band_conference_info .ticket_price
{
	font-size: 22px;
	margin-bottom: 15px;
	background: #F4A460;
	font-weight: bold;
	padding: 5px 15px;
	display: inline-block;
}

.band_ticket p,
.band_conference_info p
{
	font-size: 18px;
	margin-bottom: 5px;
}


.band_ticket h3 {
	font-weight: bold;
}

.band_ticket .margin_bottom_50 {
	margin-bottom: 50px;
}

.band_ticket ul {

}


.band_ticket ul > li
{
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}

.band_offer ul > li {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.band_offer .inner_wrapper {
	display: flex;
	gap: 30px;
}

.band_offer .inner_wrapper .ceo {
	width: 320px;
}

.band_offer .inner_wrapper .ceo img {
	display: block;
	max-width: 100%;
	border-radius: 10px;
}


.green_button
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;

	text-transform: uppercase;

	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	cursor: pointer;
	border: 0 none;
	border-radius: 6px 6px 6px 6px;
	background: linear-gradient(#84C63C, #489615) repeat scroll 0 0 #489615;
	box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset;
	padding: 8px 16px 12px;
	font-weight: bold;
	width: 300px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button_buy_ticket {
	margin: 50px auto 0;
}

.payment_form button[type="submit"] {
	margin: 0 auto;
}








.button_buy_ticket.toggled,
.payment_form button[type="submit"].toggled
{
	top: 2px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
}

.button_buy_ticket.toggled:hover
{
	top: 2px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
}


.button_buy_ticket:hover,
.payment_form button[type="submit"]:hover
{
	box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
	color: #FFFFFF;
}

.button_buy_ticket:active,
.payment_form button[type="submit"]:active
{
	top: 2px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
}


.payment_form button[type="submit"]:disabled {
	opacity: 0.3;
}




header .phone_block {
	position: absolute;
	right: 10px;
	display: flex;
	gap: 30px;
}

header .phone_block a {
	color: #144c79;
	font-size: 22px;
	text-decoration: none;
}

header .phone_block a:hover,
header .phone_block a:active
{
	color: #c71585;
}


footer .wrapper {
	padding: 50px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

footer .company_info {

	width: 33%;
}


footer .company_info .company_name {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .bank_info {
	width: 34%;
}

footer .bank_info .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .column1 {
	width: 33%;
}

footer .logo {
	width: 131px;
	height: 61px;
	background: url('../images/deh_logo_white.svg') no-repeat center center/100%;
	display: block;
}

.band_location .map_info {
	position: absolute;
	background: #fff;
	padding: 20px;
	left: 0;
	top: 50px;
	width: 320px;
}

.band_location .map_info h3 {
	color: #C71585;
}


.payment_form {
	background: #eee;
	border: #ccc solid 2px;
	padding: 50px;
}

.payment_form .message {
	display: none;
	color: red;
	margin-top: 5px;
}

.payment_form .field {
	margin-bottom: 20px;
}

.payment_form .field > label {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}

.payment_form .field input[type="text"] {
	display: block;
	width: 100%;
	border: #ccc solid 2px;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	background: #fff;
}

.payment_form .field input[type="text"]:focus {
	outline: none;
}

.payment_info {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 150%;
}

.payment_form .field input[type="checkbox"] {
	background: #fff;
	width: 22px;
	height: 22px;
}



.checkbox18 {
	flex-shrink: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: #c5c5c5 solid 2px;
	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;
}

.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;
	*/
}


.field.error input[type="text"] {
	border-color: red;
}

.payment_form .field.error .message {
	display: block;
}

footer a {
	color: #fff;
}

img {
	max-width: 100%;
	display: block;
}


.banner {
	display: block;
	max-width: 100%;
}

.highlight {
	color: #C71585;
}


.band_offer ul > li {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.band_offer .coach_list {
	display: flex;
	gap: 100px;
	flex-wrap: wrap;
	justify-content: center;
}

.band_offer .coach_list .coach {
	width: 28%;
	max-width: 320px;
	display: flex;
	flex-direction: column;
}

.band_offer .coach_list .coach .photo {
	flex-shrink: 0;
	border-bottom: #C71585 solid 1px;
	display: flex;
	align-items: flex-end;
}

.band_offer .coach_list .coach.man .photo {
	flex-shrink: 0;
	border-bottom: #144c79 solid 1px;
}


.band_offer .coach_list .coach .photo img {
	display: block;
	max-width: 100%;
	border-radius: 10px;
	width: 320px;
}

.band_offer .coach_list .coach .info {
	padding: 10px;
}

.band_offer .coach_list .coach h3 {
	font-weight: bold;
	text-align: center;
}

.band_offer .coach_list .coach.man h3 {
	color: #144c79;
}


.band_offer .coach_list p {
	hyphens: auto;
	line-height: 150%;
	color: #555;
}

.band_offer h3 {
	font-size: 26px;
	font-weight: bold;
	color: #C71585;
	margin-bottom: 30px;
}




.banner {
	background: url('../images/banner5.jpg') no-repeat center center;
	position: relative;
	background-size: cover;
}

.banner::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(20,76,121,.6);
	z-index: 1;
	backdrop-filter: blur(5px);
}


.banner .wrapper {
	z-index: 2;
}

.banner,
.banner .wrapper,
.banner .text_block
{
	min-height: 377px;
}


.banner .text1,
.banner .text2,
.banner .text3,
.banner .text4,
.banner .text5
{
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	text-shadow: 1px 1px 0 #213f59 !important;
}

.banner .text1 {
	font-size: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.banner .text2 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}

.banner .text3 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}

.banner .text4 {
	font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
}

.banner .text5 {
	color: #8effa5;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}




.banner .highlight {
	color: #FF9EDC;
}




.banner .text_block {
	padding: 50px 0;
}

.page_index header {
	margin-bottom: 0;
}

.audience {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.audience .audience_item_title {
	color: #C71585;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 5px;
}

.audience .audience_item_description {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 130%;
}

.conference_concept {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.conference_concept .item {
	width: 47%;
	background: #FFF8C9;
	border-radius: 10px;
	padding: 40px;
}

.conference_concept .item .title {
	color: #C71585;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.conference_concept .item .description {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 130%;
}

.problems {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.problems .item {
	font-size: 24px !important;
	line-height: 130% !important;
	background: #FFF8C9;
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
}

.problems .item .image {

}

.problems .item .description {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 130%;
	padding: 40px;
}




.band_conference ul {

}


.band_conference ul > li
{
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}





.extra_info {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.extra_info .item {
	width: 48%;
	background: #eee2b2;
	border-radius: 10px;
	padding: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 130%;
}


.block_conference_for {
	display: flex;
	gap: 30px;
}

.block_conference_for > :nth-child(1) {
	width: 50%;
	text-align: right
}

.block_conference_for > :nth-child(2) {
	width: 50%
}

.band_bot {

}

.band_bot .wrapper {
	max-width: 580px;
	background: #144c79;
	color: #fff;
	font-size: 24px;
	padding: 20px 20px 20px 80px;
	border-radius: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.band_bot .wrapper:before {
	background: url('../images/bot.svg') no-repeat center center/contain;
	position: absolute;
	content: '';
	left: 20px;
	top: 10px;
	width: 40px;
	height: 40px;
}

.band_bot .wrapper:hover {
	background-color: #165a91;
}

@media all and (max-width: 640px){


	.band_info .green_button {
		width: 240px;
	}


	header .phone_block {
		text-align: right;
		gap: 10px;
		flex-direction: column;
	}

	header .phone_block a {
		font-size: 18px;
	}





	.band_offer .inner_wrapper {
		flex-wrap: wrap;
	}

	.band_offer .inner_wrapper .ceo {
		width: 100%;
	}

	.band_offer .inner_wrapper .ceo img {
	}

	footer .wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}

	footer .wrapper > * {
		width: 100%;
	}

	footer .logo {
		margin: 0 auto;
	}

	.payment_form {
		padding: 25px 15px;
	}

	.payment_form button[type="submit"] {
		font-size: 18px;
		width: 100%;
		max-width: 240px;
	}

	.band_location .wrapper {
		display: none;
	}


	.block_conference_for {
		flex-direction: column;
	}

	.block_conference_for img {
		margin: 0 auto;
	}

	.block_conference_for > :nth-child(1) {
		width: 100%;
		order: 2;
		text-align: center;
	}

	.block_conference_for > :nth-child(2) {
		width: 100%;
		order: 1;
	}




	.band_offer .coach_list {
		flex-direction: column;
		align-items: center;
	}

	.band_offer .coach_list .coach {
		width: 100%;
	}

	.band_offer .coach_list .coach.tatyana_konaplyova {
		order: 1;
	}

	.band_offer .coach_list .coach.alina_romashenko {
		order: 2;
	}

	.band_offer .coach_list .coach.marina_kachanova {
		order: 3;
	}


	.conference_concept {
		flex-direction: column;
	}

	.conference_concept .item {
		width: 100%;
	}


	.problems {
		flex-direction: column;
	}

	.problems .item {
		width: 100%;
	}

	.extra_info {
		flex-direction: column;
	}

	.extra_info .item {
		width: 100%;
	}



}

@media all and (max-width: 480px){

	.schedule > li {
		flex-wrap: wrap;
	}

	.schedule .description {
		width: 100%;
	}

	.band_form .wrapper {
		padding: 0;
	}

	.payment_form {

		border: none;
	}

}





.main-example {
	margin: 0 auto;
	width: 355px;
}
.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);
}
@media screen and (max-width: 48em) {
	.main-example {
		width: 100%;
	}
	.main-example .countdown-container {
		height: 100px;
	}
	.main-example .time {
		height: 70px;
		width: 48px;
	}
	.main-example .count {
		font-size: 1.5em;
		line-height: 70px;
	}
	.main-example .label {
		font-size: 0.8em;
		top: 72px;
	}
}