html { 
	height: 100%;
	scroll-behavior: smooth !important;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url("font/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url("font/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url("font/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	color: white;
	background: #0E142F;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%; /* важно */	
	box-sizing: border-box;
	width: 100%;
}
p {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
li {
	font-size: 18px;
}

/* animation */

/*
p {
  animation-duration: 3s;
  animation-name: slidein;
}
*/

@keyframes slidein {
	
  0% {
    top: -132px;
  }

  100% {
    top: 47px;
  }
}


/* booking block_9 */

.block_9 {	 
	width: 100%;
	max-width: 560px;
	margin: 132px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}

.block_9_h2 {	
	color: white;
	font-size: 64px;
	font-weight: 700;
}
.block_9_h2_blue {
	color: #9cbbe1;
}

.block_9_item {
	color: white;
	font-size: 20px;
	font-weight: 700;
	margin-top: 14px;
}

.block_9_button {
	font-size: 14px;
	font-weight: 700;
	color: #9CBBE1;
	border: #9CBBE1 2px solid;
	border-radius: 5px; 
	padding: 4px;	
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.block_9_button_sel {
	font-size: 14px;
	font-weight: 700;
	color: black;
	border: #9CBBE1 2px solid;
	background: #9CBBE1;
	border-radius: 5px; 
	padding: 4px;	
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
}

.block_9_input_text {
	border: 3px solid #9CBBE1;
	width: 100%;
	border-radius: 5px;
	font-size: 15px; 
	padding: 5px;
	margin-top: 14px;
	box-sizing: border-box;
	color: white;
	background: #0e142f;
}
.block_9_date {
	background: #9CBBE1;
	border-radius: 10px;
	width: 460px;
	height: 322px;
	margin-top: 22px;
	padding: 28px 56px; 
	box-sizing: border-box;
}
.block_9_img_hall {
	position: absolute; left: 0px; top: 0px; width: 232px;
}
.block_9_img_hall2 {
	display: none; position: absolute; left: 0px; top: 0px; width: 160px;
}
.block_9_img_line {
	position: absolute; left: 253px; top: 0px; height: 207px;
}
.block_9_img_circle_1 {
	position: absolute; left: 292px; top: 4px; width: 15px;
}
.block_9_img_circle_2 {
	position: absolute; left: 292px; top: 58px; width: 15px;
}
.block_9_img_circle_3 {
	position: absolute; left: 292px; top: 115px; width: 15px;
}
.block_9_img_circle_4 {
	position: absolute; left: 292px; top: 171px; width: 15px;
}
.block_9_cap_1 {
	position: absolute; font-size: 14px; font-weight: 700; left: 316px; top: 3px; color: white;
}
.block_9_cap_2 {
	position: absolute; font-size: 14px; font-weight: 700; left: 316px; top: 57px; color: #9CBBE1;
}
.block_9_cap_3 {
	position: absolute; font-size: 14px; font-weight: 700; left: 316px; top: 114px; color: #ED9D38;
}
.block_9_cap_4 {
	position: absolute; font-size: 14px; font-weight: 700; left: 316px; top: 170px; color: #EF5700;
}
.block_9_text_1 {
	position: absolute; font-size: 10px; font-weight: 400; left: 316px; top: 25px; color: white;
}
.block_9_text_2 {
	position: absolute; font-size: 10px; font-weight: 400; left: 316px; top: 79px; color: white;
}
.block_9_text_3 {
	position: absolute; font-size: 10px; font-weight: 400; left: 316px; top: 136px; color: white;
}
.block_9_text_4 {
	position: absolute; font-size: 10px; font-weight: 400; left: 316px; top: 192px; color: white;
}
.block_9_block {
	width: 100%; max-width: 407px; font-size: 12px; margin-top: 5px;
}
.block_9_block2 {
	position: relative; width: 100%; height: 207px; margin-top: 54px;
}
.block_9_block3 {
	/*height: 96px;*/
	width: 100%;
}
.block_9_button_submit {
	box-sizing: border-box;
	width: 100%;	
	margin-top: 83px;
	background: #ED9D38;
	border-radius: 30px; 
	color: black; 
	font-size: 20px; 
	font-weight: 600;
	padding: 8px;
	text-align: center;
}
.block_9_input_block {
	display: flex; justify-content: space-between; width: 100%;
}
.block_9_input_block_block {
	display: inline-block; width: 45%;
}
.block_9_sep {
	height: 36px;
}
.block_9_input_count {
	display: flex;
	width: 17px;
	height: 14px;
	font-size: 10px;
	overflow: hidden;
	border: 2px solid #9CBBE1;
	color: #9CBBE1;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
}
.block_9_count_td {
	display: none;
}
.block_9_count_tr {
	font-size: 10px;
}
.block_9_count_block_root {
	display: flex; justify-content: space-around; align-items: center; width: 100%; margin: 20px 0px 20px 0px;
}
.block_9_count_block {
	width: 120px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700; 
	color: white;
}
@media all and (max-width: 720px) {
	.block_9_count_block_root {
		flex-wrap: wrap;
	}
	.block_9_count_block {
		width: 100%;
	}
	.block_9_count_tr {
		display: none;
	}
	.block_9_count_td {
		display: table-cell;
	}
	.block_9_sep {
		height: 26px;
	}
	.block_9_input_block {
		flex-wrap: wrap;
	}
	.block_9_input_block_block {
		width: 100%;		
	}
	.block_9 {
		padding: 0px 20px 0px 20px;
		margin: 90px auto 20px auto;
	}
	.block_9_h2 {
		font-size: 24px;
	}
	.block_9_item {
		font-size: 19px;
	}
	.block_9_block2 {
		height: 170px;
	}
	.block_9_block3 {
		
	}
	.block_9_date {
		padding: 5px 5px;
		width: 100%;
	}	
	.block_9_img_hall {
		/*width: 160px;*/
		display: none;
	}
	.block_9_img_hall2 {
		display: block;
	}
	.block_9_img_line {
		left: 180px;
		height: 118px;
	}
	.block_9_button_submit {
		margin-top: 40px;		
	}
	.block_9_cap_1 {
		font-size: 10px; left: 212px; top: 1px;
	}
	.block_9_cap_2 {
		font-size: 10px; left: 212px; top: 32px;
	}
	.block_9_cap_3 {
		font-size: 10px; left: 212px; top: 65px;
	}
	.block_9_cap_4 {
		font-size: 10px; left: 212px; top: 97px;
	}
	.block_9_text_1 {
		font-size: 7px; left: 212px; top: 14px;
	}
	.block_9_text_2 {
		font-size: 7px; left: 212px; top: 45px;
	}
	.block_9_text_3 {
		font-size: 7px; left: 212px; top: 78px;
	}
	.block_9_text_4 {
		font-size: 7px; left: 212px; top: 110px;
	}
	.block_9_img_circle_1 {
		left: 198px; top: 2px; width: 9px;
	}
	.block_9_img_circle_2 {
		left: 198px; top: 33px; width: 9px;
	}
	.block_9_img_circle_3 {
		left: 198px; top: 66px; width: 9px;
	}
	.block_9_img_circle_4 {
		left: 198px; top: 98px; width: 9px;
	}
}

/* contact block_8 */

.block_8 {	 
	height: 600px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
	position: relative;
}

.block_8_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	font-weight: 700;
	left: 30px;
	top: 56px;
}

.contact_iframe {
	width: 577px;
	height: 482px;
	border: 0px;
	position: absolute;
	right: 49px;
	bottom: 58px;
}

.block_8_group_1 {
	position: absolute;
	left: 30px;
	color: white;
	top: 165px;
}
.block_8_group_2 {
	position: absolute;
	left: 30px;
	color: white;
	top: 300px;
}
.block_8_group_3 {
	position: absolute;
	left: 30px;
	color: white;
	top: 441px;
}

.block_8_text_1 {
	position: absolute;
	left: 30px;
	color: #9CBBE1;
	font-weight: 600;
	font-size: 18px;
	top: 197px;
}
.block_8_text_2 {
	position: absolute;
	left: 30px;
	color: #9CBBE1;
	font-weight: 600;
	font-size: 18px;
	top: 332px;
}
.block_8_text_3 {
	position: absolute;
	left: 30px;
	color: #9CBBE1;
	font-weight: 600;
	font-size: 18px;
	top: 473px;
}
.block_8_text_1 a {
	color: #9CBBE1;
}
.block_8_text_2 a {
	color: #9CBBE1;
}
.block_8_text_3 a {
	color: #9CBBE1;
}
.block_8_ico_1 {
	position: absolute; left: 506px; top: 62px;
}
.block_8_ico_2 {
	position: absolute; left: 506px; top: 118px;
}
.block_8_ico_3 {
	position: absolute; left: 506px; top: 173px;
}
.block_8_ico_4 {
	position: absolute; left: 506px; top: 229px;
}
@media all and (max-width: 720px) {
	.block_8 {
		height: 740px;
		padding: 0px 20px 0px 20px;
	}
	.block_8_h2 {
		font-size: 32px;
		left: 20px;
	}
	.block_8_ico_1 {
		right: 20px;
		width: 30px;
		top: 55px;
		left: auto;
	}
	.block_8_ico_2 {
		right: 20px;
		width: 30px;
		top: 92px;
		left: auto;
	}
	.block_8_ico_3 {
		right: 20px;
		width: 30px;
		top: 129px;
		left: auto;
	}
	.block_8_ico_4 {
		right: 20px;
		width: 30px;
		top: 166px;
		left: auto;
	}
	.contact_iframe {
		width: calc(100% - 40px);
		top: 460px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 234px;
	}
	.block_8_group_1 {
		font-size: 12px;
		top: 121px;
		left: 20px;
	}
	.block_8_group_2 {
		font-size: 12px;
		top: 230px;
		left: 20px;
	}
	.block_8_group_3 {
		font-size: 12px;
		top: 363px;
		left: 20px;
	}
	.block_8_text_1 {
		font-size: 14px;
		top: 146px;
		left: 20px;
	}
	.block_8_text_2 {
		font-size: 14px;
		top: 255px;
		left: 20px;
	}
	.block_8_text_3 {
		font-size: 14px;
		top: 388px;
		left: 20px;
	}
}

/* index block_7 */

.block_7 {	 
	height: 600px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #4E546F;
}
.block_7_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	font-weight: 700;
	left: 30px;
	top: 56px;
}
.block_7_h2_blue {
	color: #9cbbe1;
}
.block_7_ul {
	position: absolute;
	color: white;
	font-size: 15px;
	top: 152px;
	left: 30px;
}

.block_7_plashka_1 {
	position: absolute;	
	top: 265px;
	width: 545px;
	height: 302px;
	border-radius: 10px;
	color: black;	
	left: 30px; background: #9cbbe1;
}
.block_7_plashka_2 {
	position: absolute;	
	top: 265px;
	width: 545px;
	height: 302px;
	border-radius: 10px;
	color: black;	
	right: 30px; background: #ED9D38;
}
.block_7_plashka_ul_1 {
	left: 10px;	 
	width: 488px; 
	position: absolute;
	top: 88px;
}
.block_7_plashka_ul_1 li {
	font-size: 16px; 
	font-weight: 400;
	color: black;
}
.block_7_plashka_ul_2 {
	left: 10px;	 
	width: 488px; 
	position: absolute;
	top: 151px;
}
.block_7_plashka_ul_2 li {
	font-size: 16px; 
	font-weight: 400;
	color: black;
}
.block_7_1_button_pay {	
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 163px;
	height: 41px;
	font-size: 20px; 
	background: #EF5700;	 
	border-radius: 31px;
	position: absolute;
	right: 206px; top: 71px;
}
.block_7_1_button_reserve {
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 170px;
	height: 41px;
	font-size: 20px; 
	background: #ED9D38;	 
	border-radius: 31px;	
	position: absolute;
	right: 20px; top: 71px;
}
.block_7_1_button_pay_help {
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 163px;
	color: white;
	position: absolute;
	right: 206px; top: 120px;
}
.block_7_1_button_reserve_help {
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 163px;
	color: white;
	position: absolute;
	right: 20px; top: 120px;
}
.block_7_h2_br {
	display: none;
}
.block_7_plashka_cap {
	font-size: 36px; left: 30px; top: 25px; font-weight: 700; position: absolute;
}
.block_7_plashka_1_img_warn {
	position: absolute;
	width: 73px;
	left: 21px;
	top: 212px;
}
.block_7_plashka_1_text {
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	top: 220px;
	left: 94px;
}
@media all and (max-width: 720px) {
	.block_7 {
		border-bottom: 0px;
		height: 949px;
	}
	.block_7_h2 {
		top: 45px;
		left: 20px;
		font-size: 36px;
	}
	.block_7_h2_br {
		display: inline;
	}
	.block_7_ul {
		top: 134px;
		left: 20px;
		width: calc(100% - 40px);
		font-size: 12px;
		padding-left: 10px;
	}
	.block_7_ul li {
		font-size: 12px;		
	}
	.block_7_plashka_1 {
		width: 280px;
		height: 267px;
		top: 229px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
	}
	.block_7_plashka_2 {
		width: 280px;
		height: 283px;
		top: 506px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
	}
	.block_7_plashka_cap {
		font-size: 24px;
		left: 15px;
		top: 29px;
	}
	.block_7_plashka_ul_1 {
		font-size: 12px;
		left: 16px;
		padding-left: 10px;
		width: 239px;
		top: 73px;
	}
	.block_7_plashka_ul_1 li {
		font-size: 12px;
		padding-left: 10px;
	}
	.block_7_plashka_ul_2 {
		font-size: 12px;
		left: 16px;
		padding-left: 10px;
		width: 239px; 
		top: 88px;
		line-height: 100%; 
	}
	.block_7_plashka_ul_2 li {
		font-size: 12px;
		line-height: 120%;
		padding-left: 10px;
	}
	.block_7_plashka_1_text {
		font-size: 14px;
		width: 184px;
		top: 169px;
		left: 71px;
	}
	.block_7_plashka_1_img_warn {
		width: 50px;
		left: 13px;
		top: 165px;
	}
	.block_7_1_button_pay {
		left: 20px;
		top: 818px;
		font-size: 16px;
		width: 125px;
		height: 32px;
	}
	.block_7_1_button_reserve {
		left: 20px;
		top: 857px;
		font-size: 16px;
		width: 134px;
		height: 32px;
	}
	.block_7_1_button_pay_help {
		top: 827px;
		left: 154px;
		text-align: left;
	}
	.block_7_1_button_reserve_help {
		top: 868px;
		left: 163px;
		text-align: left;
	}
}

/* index block_6 */

.block_6 {	 
	height: 600px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 242px 30px 0px 30px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #4E546F;
}
.block_6_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	font-weight: 700;
	left: 30px;
	top: 56px;
}
.block_6_item_1 {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	width: 280px;
	left: 80px;
	color: white; top: 202px;
}
.block_6_item_2 {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	width: 280px;
	left: 80px;
	color: #9cbbe1; top: 293px;
}
.block_6_item_3 {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	width: 280px;
	left: 80px;
	color: #ed9d38; top: 389px;
}
.block_6_item_4 {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	width: 280px;
	left: 80px;
	color: #ef5700; top: 483px;
}
.block_6_text_1 {
	position: absolute;
	font-size: 17px;
	font-weight: 400;
	width: 280px;
	left: 80px;
	color: white;
	top: 241px;
}
.block_6_text_2 {
	position: absolute;
	font-size: 17px;
	font-weight: 400;
	width: 280px;
	left: 80px;
	color: white;
	top: 332px;
}
.block_6_text_3 {
	position: absolute;
	font-size: 17px;
	font-weight: 400;
	width: 280px;
	left: 80px;
	color: white;
	top: 428px;
}
.block_6_text_4 {
	position: absolute;
	font-size: 17px;
	font-weight: 400;
	width: 280px;
	left: 80px;
	color: white;
	top: 522px;
}
.block_6_line {
	position: absolute; left: 376px; bottom: 61px; height: 350px;
}
.block_6_img_hall {
	position: absolute; right: 61px; bottom: 61px; width: 586px;
}
.block_6_img_circle_1 {
	position: absolute; left: 30px; top: 205px; width: 25px;
}
.block_6_img_circle_2 {
	position: absolute; left: 30px; top: 296px; width: 25px;
}
.block_6_img_circle_3 {
	position: absolute; left: 30px; top: 392px; width: 25px;
}
.block_6_img_circle_4 {
	position: absolute; left: 30px; top: 487px; width: 25px;
}
@media all and (max-width: 720px) {
	.block_6 {		
		border-bottom: 0px;
	}
	.block_6_h2 {
		font-size: 36px;
	}
	.block_6_line {
		display: none;
	}
	.block_6_img_hall {
		width: 280px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		top: 114px;
		bottom: auto;
	}
	.block_6_item_1 {
		left: 44px;
		top: 376px;
		font-size: 16px;
	}
	.block_6_item_2 {
		left: 44px;
		top: 430px;	
		font-size: 16px;
	}
	.block_6_item_3 {
		left: 44px;
		top: 487px;
		font-size: 16px;
	}
	.block_6_item_4 {
		left: 44px;
		top: 543px;
		font-size: 16px;
	}
	.block_6_text_1 {
		left: 44px;
		top: 399px;
		font-size: 12px;
	}
	.block_6_text_2 {
		left: 44px;
		top: 453px;
		font-size: 12px;
	}
	.block_6_text_3 {
		left: 44px;
		top: 510px;
		font-size: 12px;
	}
	.block_6_text_4 {
		left: 44px;
		top: 566px;
		font-size: 12px;
	}
	.block_6_img_circle_1 {
		width: 15px;
		left: 20px;
		top: 378px;
	}
	.block_6_img_circle_2 {
		width: 15px;
		left: 20px;
		top: 432px;
	}
	.block_6_img_circle_3 {
		width: 15px;
		left: 20px;
		top: 489px;
	}
	.block_6_img_circle_4 {
		width: 15px;
		left: 20px;
		top: 545px;
	}
}

/* index block_5 */

.block_5 {	 
	height: 670px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 242px 30px 0px 30px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #4E546F;
}
.block_5_mask {
	position: relative;
	width: 984px;
	height: 405px;
	display: inline-block;
}
.block_5_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	font-weight: 700;
	left: 0px;
	top: 116px;
}
.block_5_h2_blue {
	color: #9cbbe1;
}
.block_5_mask_block_1 {
	position: absolute; 
	width: 214px; 
	height: 120px;
	border-radius: 10px;	
	background: #ED9D38; left: 53px; top: 6px;
}
.block_5_mask_block_2 {
	position: absolute; 
	width: 214px; 
	height: 120px;
	border-radius: 10px;	
	background: #9CBBE1; left: 0px; top: 220px;
}
.block_5_mask_block_3 {
	position: absolute; 
	width: 214px; 
	height: 120px;
	border-radius: 10px;	
	background: white; left: 339px; top: 287px;
}
.block_5_mask_block_4 {
	position: absolute; 
	width: 214px; 
	height: 120px;
	border-radius: 10px;	
	background: #9CBBE1; left: 770px; top: 192px;
}
.block_5_mask_block_5 {
	position: absolute; 
	width: 214px; 
	height: 120px;
	border-radius: 10px;	
	background: #EF5700; left: 653px; top: 0px;
}
.block_5_mask_block_block {
	width: 100%;
	height: 100%;
	position: relative;
}
.block_5_mask_block_block_num {
	position: absolute;
	top: 3px;
	right: 14px;
	font-size: 48px;
	font-weight: 700;
	color: black;
}
.block_5_mask_block_block_text {
	position: absolute;
	bottom: 10px;
	right: 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: black;
	width: 186px;
	text-align: left;
}
.block_5_h2_br {
	display: none;
}
.block_5_mask_img {
	position: absolute; 
	left: 0px;
	right: 0px;
	top: 242px;
	width: 477px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 720px) {
	.block_5 {
		padding: 0px 20px 0px 20px;
		height: 780px; 
		border: 0px;
	}
	.block_5_mask {
		display: block;
		position: absolute;
		width: calc(100% - 40px);
		top: 144px;
		height: calc(100% - 144px);
	}
	.block_5_h2 {
		left: 20px;
		top: 42px;
		text-align: left;
		font-size: 36px;
		line-height: 100%;
	}
	.block_5_h2_br {
		display: inline;
	}
	.block_5_mask_img {		
		top: 564px;
		width: 280px;
		left: 0px;
		right: 0px;
	}
	.block_5_mask_block_1 {
		width: 100%;
		max-width: 280px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		top: 0px;
	}
	.block_5_mask_block_2 {
		width: 100%;
		max-width: 280px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		top: 80px;
	}
	.block_5_mask_block_3 {
		width: 100%;
		max-width: 280px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		top: 160px;
	}
	.block_5_mask_block_4 {
		width: 100%;
		max-width: 280px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		top: 240px;
	}
	.block_5_mask_block_5 {
		width: 100%;
		max-width: 280px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		top: 320px;		
	}
	.block_5_mask_block_block_text {
		width: 180px;
		height: 34px;
		font-size: 14px;
		font-weight: 600;
		top: 17px;
		left: 14px;		
		bottom: auto;
	}
}

/* index block_4 */

.block_4 {	 
	height: 570px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block_4_img {
	width: 19%;
	/*width: 213px;
	height: 284px;*/
}
.block_44_img {
	width: 19%;
	/*width: 213px;
	height: 284px;*/
}
@media all and (max-width: 720px) {
	.block_4 {
		padding: 40px 20px 0px 20px;
	}
	.block_4_img {
		width: 32%;
		/*width: 90px;
		height: 120px;*/
	}
	.block_44_img {
		display: none;
	}
}

/* index block_3 */

.block_3 {	 
	height: 435px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.block_3_1 {
	width: 100%;
	height: 100%;
	position: relative;
}
.block_3_1_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	font-weight: 700;
	left: 0px;
	top: 56px;
}
.block_3_1_h2_blue {
	color: #9cbbe1;
}
.block_3_1_text {
	position: absolute;
	color: white;
	font-size: 16px;
	font-weight: 400;
	right: 0px;
	top: 80px;
	width: 524px;
}
.block_3_1_button_pay {	
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 163px;
	height: 41px;
	font-size: 20px; 
	background: #EF5700;	 
	border-radius: 31px;
	position: absolute;
	right: 361px; top: 327px;
}
.block_3_1_button_reserve {
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 170px;
	height: 41px;
	font-size: 20px; 
	background: #ED9D38;	 
	border-radius: 31px;	
	position: absolute;
	right: 181px; top: 327px;
}
.block_3_1_button_pay_help {
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 163px;
	color: white;
	position: absolute;
	right: 361px; top: 376px;
}
.block_3_1_button_reserve_help {
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 163px;
	color: white;
	position: absolute;
	right: 181px; top: 376px;
}
.block_3_1_h2_br {
	display: none;
}
.block_3_img_ticket {
	position: absolute; top: 234px; left: 0px;
	width: 260px;
	display: block;
}
@media all and (max-width: 720px) {
	.block_3 {	 
		height: 500px;
		padding: 0px 20px 0px 20px;
	}
	.block_3_1_h2 {
		top: 46px;
		font-size: 36px;
		line-height: 100%;
	}
	.block_3_1_h2_br {
		display: inline;
	}
	.block_3_img_ticket {
		width: 96px;
		top: 61px;	
		left: 211px;
		transform: rotate(51deg);
	}
	.block_3_1_text {
		left: 0px;
		top: 144px;
		font-size: 12px;
		width: calc(100% - 20px);
	}
	.block_3_1_button_pay {
		left: 0px;
		top: 358px;
		height: 32px;
		font-size: 16px;
		width: 125px;
	}
	.block_3_1_button_reserve {
		left: 0px;
		top: 397px;
		height: 32px;
		font-size: 16px;
		width: 134px;
	}
	.block_3_1_button_pay_help {
		text-align: left;
		top: 367px;
		left: 134px;
		font-size: 10px;
	}
	.block_3_1_button_reserve_help {
		text-align: left;
		top: 408px;
		left: 143px;
		font-size: 10px;
	}
}

/* index block_2 */

.block_2 {	 
	height: 720px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
	position: relative;
}

.video {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media all and (max-width: 720px) {
	.block_2 {
		height: 220px;
	}
}

/* reserved block_10 */

.block_10 {	 
	height: 480px;
	width: 100%;
	max-width: 1200px;
	margin: 57px auto 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.block_11 {	 
	height: 120px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.block_12 {	 
	height: 700px;
	width: 100%;
	max-width: 1200px;
	margin: 57px auto 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.block_10_1 {
	width: 100%;
	height: 100%;
	background: url(img/reserve_back.png) no-repeat right bottom;
	background-size: 50% 80%;
	position: relative;
}
.block_11_1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;	
}
.block_12_1 {
	width: 100%;
	height: 100%;
	position: relative;
}
.block_10_h1 {
	position: absolute;
	color: white;
	font-size: 92px;
	line-height: 80%;
	font-weight: 700;
	left: 0px;
	top: 50px;
}
.block_10_h1_blue {
	color: #9cbbe1;
}
.block_10_1_text {
	position: absolute;
	color: white;
	font-size: 16px;
	font-weight: 400;
	left: 0px;
	top: 160px;
}
.block_10_1_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	line-height: 80%;
	font-weight: 700;
	left: 0px;
	top: 310px;
	text-shadow: 0px 0px 10px black;
}
.block_12_1_h2 {
	position: absolute;
	color: white;
	font-size: 64px;
	line-height: 80%;
	font-weight: 700;
	left: 0px;
	top: 40px;
}
.block_12_contact_iframe {
	width: 577px;
	height: 482px;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 170px;
}
.block_12_address {
	font-size: 20px;
	font-weight: 600;
	color: #9CBBE1;
	position: absolute;
	left: 0px;
	top: 120px;
}
.block_12_forward {
	font-size: 32px;
	font-weight: 700;
	color: white;
	position: absolute;
	left: 650px;
	top: 260px;
}
.block_10_mask_block_1 {
	width: 373px; 
	height: 120px;
	border-radius: 10px;	
	background: #ED9D38;
}
.block_10_mask_block_2 {
	width: 373px; 
	height: 120px;
	border-radius: 10px;	
	background: #ef5700;
}
.block_10_mask_block_3 {
	width: 353px; 
	height: 120px;
	border-radius: 10px;	
	background: #9CBBE1;
}
.block_10_mask_block_block {
	width: 100%;
	height: 100%;
	position: relative;
}
.block_10_mask_block_block_num {
	position: absolute;
	top: 3px;
	right: 14px;
	font-size: 48px;
	font-weight: 700;
	color: black;
}
.block_10_mask_block_block_text {
	position: absolute;
	bottom: 10px;
	left: 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: black;
	width: 186px;
	text-align: left;
}
.block_10_button_31 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 650px;
	top: 390px;
	border-radius: 31px;
	height: 41px;
	font-size: 20px;
	color: white;
	background: #EF5700;
	width: 204px;
	font-weight: 600;
}
.block_10_button_32 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 650px;
	top: 440px;
	border-radius: 31px;
	height: 41px;
	font-size: 20px;
	color: black;
	background: #ED9D38;
	width: 254px;
	font-weight: 600;
}
.block_10_button_33 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 650px;
	border-radius: 31px;
	top: 490px;
	height: 41px;
	font-size: 20px;
	color: black;
	background: #9CBBE1;
	width: 254px;
	font-weight: 600;
}
@media all and (max-width: 720px) {
	.block_10 {
		height: 440px;
	}
	.block_11 {
		height: 240px;
	}
	.block_11_1 {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.block_10_h1 {
		font-size: 36px;
		line-height: 100%;
	}
	.block_10_1_text {
		font-size: 12px;
	}
	.block_10_1 {
		background: url(img/reserve_back2.png) no-repeat right bottom;
		background-size: 50% 100%;
	}
	.block_10_1_h2 {
		font-size: 36px;
		line-height: 100%;
		top: 280px;
	}
	.block_10_mask_block_block_text {
		top: 10px;
	}
	.block_10_mask_block_1 {
		height: 81px;
	}
	.block_10_mask_block_2 {
		height: 70px;
		margin-top: 10px;
	}
	.block_10_mask_block_3 {
		height: 70px;
		margin-top: 10px;
	}
	.block_12_1_h2 {
		font-size: 36px;
	}
	.block_12 {	
		margin-top: 20px;
		height: 900px;
	}
	.block_12_address {
		font-size: 14px;
		top: 100px;		
	}
	.block_12_contact_iframe {
		width: 100%;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.block_12_forward {
		left: 0px;
		top: 690px;
		font-size: 18px;
		line-height: 110%; 
	}
	.block_10_button_31 {
		left: 0px;
		top: 760px;
		font-size: 16px;
		height: 32px;
	}
	.block_10_button_32 {
		left: 0px;
		top: 800px;
		font-size: 16px;
		height: 32px;
	}
	.block_10_button_33 {
		left: 0px;
		top: 840px;
		font-size: 16px;
		height: 32px;
	}
}

/* index block_1 */

.block_1 {	 
	height: 544px;
	width: 100%;
	max-width: 1200px;
	margin: 57px auto 0px auto;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.block_1_1 {
	width: 100%;
	height: 100%;
	background: url(svg/tents.svg) no-repeat right bottom;
	position: relative;
}
.block_1_1_h1 {
	position: absolute;
	color: white;
	font-size: 146px;
	line-height: 80%;
	font-weight: 700;
	left: 0px;
	top: 50px;
}
.block_1_1_h1_blue {
	color: #9cbbe1;
}
.block_1_1_text {
	position: absolute;
	color: white;
	font-size: 20px;
	font-weight: 400;
	left: 0px;
	top: 228px;
}
.block_1_1_button_pay {	
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 163px;
	height: 41px;
	font-size: 20px; 
	background: #EF5700;	 
	border-radius: 31px;
	position: absolute;
	left: 0px;
	top: 365px;
}
.block_1_1_button_reserve {
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 170px;
	height: 41px;
	font-size: 20px; 
	background: #ED9D38;	 
	border-radius: 31px;	
	position: absolute;
	left: 180px;
	top: 365px;
}
.block_1_1_button_pay_help {
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 163px;
	color: white;
	position: absolute;
	left: 0px; top: 414px;
}
.block_1_1_button_reserve_help {
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 163px;
	color: white;
	position: absolute;
	left: 180px; top: 414px;
}
@media all and (max-width: 720px) {
	.block_1 {
		height: 610px;
		padding: 0px 20px 0px 20px;
		background: url(svg/tents.svg) no-repeat center bottom;
	}
	.block_1_1 {
		background: none;
	}
	.block_1_1_h1 {
		top: 58px;
		font-size: 72px;		
	}
	.block_1_1_text {
		font-size: 14px;
		top: 200px;
	}
	.block_1_1_button_pay {
		left: 0px;
		top: 297px;
		height: 32px;
		font-size: 16px;
		width: 125px;
	}
	.block_1_1_button_reserve {
		left: 0px;
		top: 336px;
		height: 32px;
		font-size: 16px;
		width: 134px;
	}
	.block_1_1_button_pay_help {
		text-align: left;
		top: 306px;
		left: 134px;
		font-size: 10px;
	}
	.block_1_1_button_reserve_help {
		text-align: left;
		top: 347px;
		left: 143px;
		font-size: 10px;
	}
}

/* TOP MENU */

.menu_top {
	width: 100%; 
	margin: 0px auto; 
	top: 0px; 
	position: fixed; 
	height: 57px; 
	z-index: 100000;
}
.menu_top2 {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}
.menu_top3 {
	position: absolute; 
	left: 110px;
	top: 0px;
	display: flex; 
	width: 340px;
	height: 100%;	
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.menu_top_popup {
	background: rgba(0,0,0,0.8);
	top: 44px; 
	right: 46px;
	width: 96px;
	height: 130px;
	position: absolute; 
	box-shadow: 0px 0px 10px black;
	line-height: 200%;
	padding: 3px 10px 3px 10px;
	box-sizing: border-box;
}
.menu_logo {
	position: absolute; 
	left: 30px;
	top: 0px;	
}
.menu_logo img {
	width: 53px;
}
/*
.menu_top4 {
	position: absolute; 
	right: 0px;
	top: 0px;
	display: flex; 
	width: 280px;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	padding-right: 30px;
}
*/

.img_lang {
	border: 3px solid rgba(0,0,0,0);
	border-radius: 5px;
	cursor: pointer;	
	top: 10px;
	right: 303px; 
	width: 56px;
	height: 36px;
	position: absolute;
	box-sizing: border-box;
}
.img_lang:hover {
	border: 3px solid white;
	border-radius: 5px;
}
.img_lang_arrow {	
	cursor: pointer;	
	top: 10px;
	right: 282px; 
	width: 12px;
	height: 36px;
	position: absolute;	
}
.img_lang2 {
	border: 3px solid rgba(0,0,0,0);
	border-radius: 5px;
	cursor: pointer;	
	width: 56px;
	height: 36px;
	box-sizing: border-box;
	display: block;
}
.img_lang2:hover {
	border: 3px solid white;
	border-radius: 5px;
}
.lang_menu {	
	background: rgba(0,0,0,0.5);
	top: 47px; 
	right: 303px;
	width: 56px;
	height: 140px;
	position: absolute; 
	box-shadow: 0px 0px 10px black;
}
.lang_menu_lbl {
	position: absolute;
	top: 19px;
	right: 376px;
	font-size: 14px;
	font-weight: 700;
	color: white;
}
.top_menu_button_pay {
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 102px;
	height: 26px;
	font-size: 12px; 
	background: #EF5700;
	top: 15px;
	right: 145px; 
	border-radius: 19px;	
	position: absolute;
}
.top_menu_button_reserve {
	background: #009C6B;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: black;
	width: 107px;
	height: 26px;
	font-size: 12px; 
	background: #ED9D38;
	top: 15px;
	right: 30px; 
	border-radius: 19px;
	position: absolute;
}
.menu_lbl {
	display: none;
	position: absolute;
	right: 93px;
	top: 18px;
	cursor: pointer;
}
.menu_lbl_arrow {
	display: none;
	position: absolute;
	width: 7px;
	height: 36px;
	right: 80px;
	top: 10px;
}
@media all and (max-width: 720px) {
	.menu_top {		
	}
	.menu_top3 {
		display: none;
	}
	.menu_logo {		
		left: 5px;
		top: 3px;
	}
	.menu_logo img {
	}
	.lang_menu_lbl {
		display: none;
	}	
	.top_menu_button_pay {
		right: none;
		left: 60px;		
		width: 83px;
	}
	.top_menu_button_reserve {
		right: none;
		left: 150px;
		width: 89px;
	}
	.img_lang {
		top: 13px;
		right: 26px;
		width: 37px;
		height: 28px;
	}
	.lang_menu {
		width: 37px;
		right: 26px; 
	}
	.img_lang2 {
		width: 37px;
		height: 28px;
	}
	.img_lang_arrow {
		right: 15px;
		width: 7px;
	}
	.menu_lbl {
		display: block;
	}
	.menu_lbl_arrow {
		display: block;
	}
}












.h1 {
	font-size: inherit; 
	margin: 0px; 
	font-size: 60px;
	line-height: 60px; 
	font-family: inherit; 
	color: inherit;
}
.h2 {
	font-size: 36px;
	margin: 0px;
	line-height: 48px;
	font-family: inherit;
	color: inherit;
}
.h3 {
	font-size: 18px;
	margin: 0px;
	line-height: 24px;
	font-family: inherit;
	color: inherit;
}
@media all and (max-width: 430px) {
	.h1 {
		font-size: 40px;
		line-height: 50px; 
	}
	.h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.h3 {
		font-size: 14px;
		line-height: 24px;
	}
}

.li1 {
	margin: 15px 0px 15px 0px;
	font-size: 20px;
	font-weight: bold;
}
.li2 {
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}

/* LANG BLOCK */

.div_lang_block {
	width: 100%;
	max-width: 1440px;
	margin: 50px auto;
	background: black; 
	color: white; 
	padding-top: 0px; 
	position: relative;
}
.img-warn {
	width: 100%;
	z-index: 10000;
	display: block; 
	max-width: 1000px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	box-shadow: 0px 0px 20px black;
	position: absolute; 
	top: 480px;
}

@media all and (max-width: 430px) {
	.div_lang_block {
		margin: 40px auto;
	}
	.img-warn {
		margin: 120px auto;
	}
}

/* CALL */

.call_button {
	display: flex;
	position: fixed; 
	width: 60px;
	height: 60px;
	bottom: 40px; 
	right: 40px; 
	z-index: 40000;
	background: #ED9D38; /* #28aae1; */
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.call_button_phone {
	display: flex;
	position: fixed; 
	width: 50px;
	height: 50px;
	/*bottom: 180px;*/
	bottom: 40px;
	right: 45px; 
	z-index: 39998;
	background: rgba(0,0,0,0);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.call_button_whatsapp {
	display: flex;
	position: fixed; 
	width: 50px;
	height: 50px;
	/*bottom: 115px;*/
	bottom: 40px;
	right: 45px; 
	z-index: 39999;
	background: rgba(0,0,0,0);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

@media all and (max-width: 430px) {
	.call_button {		
		right: 10px;
		bottom: 15px;
	}
	.call_button_phone {		
		right: 15px;
		bottom: 15px;
	}
	.call_button_whatsapp {
		right: 15px;
		bottom: 15px;
	}
}

/* ANCHOR */

.a_point {
	position: absolute; 
	bottom: 50px;
}
.a_point_top {
	position: absolute; 
	top: -50px;
}
@media all and (max-width: 430px) {
	.a_point {
		position: absolute; 
		bottom: 0px;		
	}
}

/* GALLERY */

:root {
	--swiper-theme-color: white;
	--swiper-pagination-color: white;
	--swiper-navigation-color: white;
	--swiper-pagination-bullet-inactive-color: #f183e2;
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper {
	/*border: 1px solid gray;*/
	width: 100%;
	height: 650px;
	box-sizing: border-box;
}
.swiper-container {
	padding: 20px 0px 20px 0px;
}

.nai-div-img {
	text-align: center;
	height: calc(100% - 60px);
	overflow: hidden;
}
.nai-img {
	max-height: 100%;	
}

.block-gallery {
	margin: 0px auto;
	width: 100%; 
	position: relative;
 	overflow: hidden;
 	color: white; 	
 	
 	height: 800px;
 	background: #222;
}


/* RESERVE */

.reserve-block {
	position: relative;	
	width: 100%;
	background: black;
	height: auto;
	box-sizing: border-box;
}
.reserve-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.33;
	padding: 0 16px;
	height: 56px;
}
.reserve-text-sel {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.33;
	padding: 0 16px;
	height: 56px;
}
.reserve-text-int {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.33;
	padding: 0 16px;
	height: 56px;
	width: 150px;
	text-align: center;
}

/* PRICES */

.prices-block {
	position: relative;
	/*height: 800px;*/
	width: 100%;
	/*background: url(img/bg2.jpg);*/
}
.prices-hall {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 40px;
	filter: drop-shadow(0mm 0mm 5mm #315bca);
}
.prices-prices {
	position: absolute;
	width: 1000px;
	bottom: 40px;
	right: 0px;
	filter: drop-shadow(0mm 0mm 1mm black);
}
@media all and (max-width: 430px) {
	.prices-block {
		height: auto;
		padding-top: 30px;
	}
	.prices-hall {
		position: static;
		width: 100%;
	}
	.prices-prices {
		position: static;
		width: 100%;
	}
}

/* CONTACT */

.p_contact_cap {
	font-size: 18px; 
	margin: 0px 0px 4px 0px;	
}
.p_contact {
	font-size: 18px;
	line-height: 26px;	
	margin: 0px 0px 4px 0px;
	padding-left: 0px;
}

/* banner */

.banner {
	width: 100%;
	max-width: 1440px;
	height: 750px;
	margin: 0px auto; 
	position: relative;
}
.banner-img-bottom {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 240px;
}
@media all and (max-width: 430px) {
	.banner {
		height: 100%;
	}
	.banner-img-bottom {
		right: 10px;
		bottom: 10px;
		width: 200px;
		opacity: 0.7;
	}
}
.logo {
	/*filter: drop-shadow(0 0mm 2mm white) drop-shadow(0 6mm 5mm #cb2473) drop-shadow(0mm 2mm 2mm #cb2473);*/ 
	position: absolute; 
	filter: drop-shadow(0 0mm 2mm black);
	left: 0px; 
	top: 10px; 
	width: 240px;
}
.logo2 {
	display: none;
	position: absolute; 
	left: 0px; 
	top: 10px; 
	width: 240px;
}
@media all and (max-width: 430px) {
	.logo {
		display: none;
		left: auto;
		top: auto;		
		position: static;		
		margin: 0px auto;
	}
	.logo2 {
		/*filter: drop-shadow(0 0mm 20mm white) drop-shadow(0 6mm 5mm rgb(180, 0, 230)) drop-shadow(6mm 6mm 5mm rgb(180, 0, 230));*/
		left: auto;
		top: auto;		
		position: static;
		display: block;
		margin: 0px auto;		 
		z-index: 1000;
	}
}

/* block */

.block {
	margin: 0px auto;
	width: 100%; 
	max-width: calc(100% - 120px);
	position: relative;
 	overflow: hidden;
 	color: white;
}


/* PRICES */

.block-prices {
	margin: 0px auto;
	width: calc(100% - 120px); 
	max-width: 1440px;
	position: relative;
}
.a_prices {
	position: absolute;
	top: -60px;
}

/* BLOCK-TICKET */

.block-ticket {
	margin: 0px auto;
	width: 100%; 
	max-width: calc(100% - 120px);
	position: relative;
 	overflow: hidden;
 	color: white;
 	
 	height: 743px;
 	background: #7a0000; /*#0078fb;*/
}
.block-ticket-text {
	font-size: 70px;
	position: absolute; 
	top: 45px;
	right: 50px;
}
.block-ticket-text-time {
	font-size: 32px;
	line-height: 55px;
}
.block-ticket-ticket {
	display: flex;
	justify-content: center; /*space-between; /*space-around;*/
	align-items: center;
	position: absolute; 
	color: black; 
	width: 500px;
	height: 300px;
	background: white;
	right: 200px;
	bottom: 50px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	font-size: 30px;
}
.block-ticket-ticket-logo {
	width: 200px;
}
.block-ticket-text-sep {
	height: 45px;
}
@media all and (max-width: 430px) {
	.block-ticket {
		max-width: 100%;
	}
	.block-prices {
		width: 100%;
		max-width: none;
	}
	.a_prices {
		top: -120px;
	}
	.block-ticket-text {
		font-size: 55px;
		line-height: 85px;
		right: auto;
		left: 20px;
	}
	.block-ticket-ticket {
		right: 10px;
		width: 340px;
		height: 220px;
		font-size: 20px;
	}
	.block-ticket-text-time {
		font-size: 24px;
		line-height: 50px;
		text-shadow: 0px 0px 6px black;
	}
	.block-ticket-text-sep {
		height: 110px;
	}
}

/* BLOCK-TEXT */

.block-text {
	width: 100%; 
	max-width: 800px; 
	margin: 0px auto; 
	font-size: 20px;
	box-sizing: border-box;
	position: relative;
}
.p {
	font-size: 18px;
	line-height: 30px;	
}
@media all and (max-width: 430px) {
	.block-text {
		padding: 0px 20px 0px 20px;
	}
	.p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* BIRD */
/*
.block-bird {
	margin: 0px auto;
	width: 100%; 
	position: relative;
 	color: white;
 	
 	background: black;
 	filter: grayscale(10%); 
}
.block-bird-img-feather {
	width: 90px;
	position: absolute; 
	top: 50px;
	left: 100px;
}
.block-bird-img-bird {
	position: absolute; 
	top: 40px; 
	left: 100px;
}
@media all and (max-width: 430px) {
	.block-bird-img-feather {
		position: absolute; 
		width: 80px;
		top: 40px;
		left: 50px;
		display: none;
	}
	.block-bird-img-bird {
		position: absolute; 
		top: -50px; 
		left: 0px;
		width: 100px;
	}
}
*/

/* CONTACT */

.block-contact {
	width: 100%; 
	max-width: 1440px;
	height: 620px;
	margin: 0px auto; 
	position: relative;
	background: #7a0000; /*#48005f;*/ 
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
}
.block-contact-logo {
	width: 400px;
	position: absolute;
	bottom: 40px; 
	left: 40px;
	opacity: 0.3;
}
.contact-head {
	 color: white;
	 font-size: 50px;
	 text-shadow: 0px 0px 10px black;
}
.contact-div {
	color: white; 
	position: absolute; 
	top: 100px;
	left: 320px;
	width: 340px;
	font-size: 22px;
	font-weight: normal;
}
@media all and (max-width: 430px) {
	.block-contact {
		width: 100%; 
		height: auto;
		margin: 0px;
		position: static;
		text-align: center;
		padding: 20px;
		background: url(img/logo-back.png) #7a0000 left top no-repeat;	
		background-size: cover;
	}
	.contact-div {
		position: static;
		width: calc(100% - 10px);				
	}
	.block-contact-logo {
		display: none;
	}
	.contact-head {
		font-size: 40px;
		padding-bottom: 20px;
	}
}






.a_on_black_root {
	color: white;
	cursor: pointer;
}
.a_on_black {
	color: white;
	cursor: pointer;
}
.a_on_black:hover {
	/*color: #009c6b;*/
	cursor: pointer;
}
.a_on_black_prov {
	color: white;
	cursor: pointer;
}
.a_on_black_prov:hover {
	color: #2780D9;
	cursor: pointer;
}

.a_on_white {
	color: black;
	cursor: pointer;
}
.a_services {
	text-decoration: none;
	font-size: 25px; 
	font-weight: 700;
	color: #009C6B;
	position: absolute;
	top: 0px;
	right: 20px;
}
@media all and (max-width: 430px) {
	.a_services {
		display: none;
	}
}

input[type="button"] {
	color: inherit;	
	font-family: inherit; 
	font-size: inherit;	
	padding: 8px;
	border: 0px;	
	cursor: pointer;
	background: #ffa500;
	color: white;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;	
	box-sizing: border-box;
}

/* */


.img_menu {
	position: absolute;
	display: none;
	top: 24px;
	left: 325px;
}

.top_menu_logo {
	position: absolute;
	font-weight: 700;
	top: 17px;
	left: 60px;
	font-size: 32px;
}

/*
.top_menu_green {
	position: absolute; 
	display: flex; 
	top: 24px;
	left: 300px;	
	width: 720px;
	justify-content: space-between;
	text-shadow: 0px 0px 4px black, 0px 0px 10px black;
	font-size: 22px;
}
*/
.top_menu_blue {
	position: absolute; 
	display: flex; 
	top: 24px;
	left: 405px;
	width: 439px;
	justify-content: space-between;
}

/*
.top_menu_green_button {
	background: #009C6B;
	display: flex;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	width: 196px;
	height: 38px;
	right: 258px; 
	top: 17px;
}
*/

/*	
	position: absolute;
	width: 220px;
	height: 50px;
	margin: 0px auto;
	box-shadow: 0px 0px 20px black;
	
	background: #2780d9;
*/

.glow-on-hover {
	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px; 
	font-weight: normal; 
	color: white;
	
    width: 220px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
        
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
     background-size: 400%;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.top_menu_green_button4 {	
	color: white;
	padding: 6px;		
	box-shadow: 0px 0px 20px black;
	font-size: 16px; 
	font-weight: normal;
	background: #009C6B;	
	display: inline-block;
	min-width: 80px;
}
.top_menu_green_button3 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	width: 220px;
	height: 50px;
	margin: 0px auto;
	box-shadow: 0px 0px 20px black;
	font-size: 20px; 
	font-weight: normal; 
}
.div_mobile_pay_button {
	display: none;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 100%;
	top: 265px;
	left: 0px;
}
.top_menu_green_button2 {
	background: #009C6B;
	display: inline-block;
	font-weight: 700;	
	justify-content: center;
	align-items: center;
	/*position: absolute;*/
	color: white;	
	height: 38px;
	/*left: 0px;
	right: 0px;	
	margin: 0px auto;*/	
	box-shadow: 0px 0px 20px black;
}
.top_menu_blue_button {
	background: #2780D9;
	display: flex;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	width: 196px;
	height: 38px;
	right: 258px; 
	top: 17px;
}

.top_menu_green_phone {
	display: block;
	text-align: right;
	position: absolute;
	font-size: 14px;
	width: 200px;
	right: 60px;
	top: 14px;
	line-height: 21px;
}

.top_menu_green_banner_header {
	/*font-size: 100px;*/ 
	line-height: 50px; 
	font-weight: 700;
	text-shadow: 0px 0px 20px black, 0px 0px 10px black, 0px 0px 4px black;
}
.top_menu_green_banner_header_br {
	display: none;
}
.top_menu_green_banner_text {
	font-size: 25px; 
	line-height: 37.5px;
	margin-top: 50px;
}
.top_menu_green_banner_block_text {
	position: absolute; 
	width: 100%; 
	left: 60px; 
	top: 230px;
	text-align: center;	
}
.top_menu_blue_banner_block_text {
	position: absolute; 
	width: 1000px; 
	left: 60px; 
	top: 230px;
}

.top_menu_banner_button {
	background: #2780D9; 
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	width: 300px;
	height: 50px;
	left: 60px;
	top: 565px;
}

.top_menu_phone2 {
	display: none;
	width: 210px;
	font-size: 24px;	
	left: 20px;
	height: 80px;
	position: absolute;
	line-height: 40px;	
	bottom: 20px;
	text-shadow: 0px 0px 10px black, 0px 0px 10px black;
}

@media all and (max-width: 430px) {
	
	.img_menu {
		display: block;
	}
	.top_menu_logo {
		font-size: 20px;
		top: 24px;
		left: 20px;
	}
	/*
	.top_menu_green {
		display: none;
	}
	*/
	.top_menu_blue {
		display: none;
	}
	.top_menu_green_button, .top_menu_blue_button {
		display: none;
	}
	.div_mobile_pay_button {
		display: flex;
	}
	.top_menu_green_button2 {
		display: flex;
	}
	.top_menu_green_phone {
		display: none;
	}
	
	.top_menu_green_banner_header {
		line-height: 35px; 
		text-align: center;
	}
	.top_menu_green_banner_text {
		font-size: 20px; 
		line-height: 30px;
		
	}
	.top_menu_green_banner_header_br {
		display: inline;
	}
	.top_menu_green_banner_block_text {
		left: 20px;
		top: 350px;
		bottom: none;
		width: calc(100% - 40px);		
	}
	.top_menu_blue_banner_block_text {
		left: 20px;
		top: 168px;
		bottom: none;
		width: calc(100% - 40px);		
	}
	.top_menu_banner_button {
		top: 565px; 
		left: 20px;
	}
	.top_menu_phone2 {
		display: block;
	}
}

/* BOTTOM MENU GREEN */

.bottom_menu_line {
	background: #F8F8F8;
	width: 100%;
	max-width: calc(100% - 120px);
	position: absolute;
	height: 1px;
	left: 60px;
	top: 274px;
}
.bottom_menu_menu {
	position: absolute;
	display: flex;
	top: 150px;
	left: 60px;
	width: 615px;
	justify-content: space-between;
}
.bottom_menu_menu_blue {
	position: absolute;
	display: flex;
	top: 150px;
	left: 60px;
	width: 443px;
	justify-content: space-between;
}
.a_bottom_menu_menu {
	color: white;
	cursor: pointer;
}
.a_bottom_menu_kronos {
	color: white;
	cursor: pointer;
	position: absolute;
	font-weight: 700;
	top: 70px; 
	left: 60px;
	font-size: 32px;
}
.a_bottom_menu_button {
	font-weight: 700; 
	display: flex;
	justify-content: center; 
	align-items: center; 
	position: absolute; 
	color: white;	 
	height: 38px; 
	right: 60px; 
	top: 70px;
}
.bottom_menu_privacy {
	position: absolute;
	display: flex;
	top: 307px;
	right: 60px;
	width: 345px;
	justify-content: space-between;
	font-size: 14px;
}
.a_bottom_menu_privacy {
	color: white;
	cursor: pointer;
}
.bottom_menu_right {
	position: absolute;
	top: 307px; 
	left: 60px;
	width: 260px;
	color: white;
	font-size: 14px;	
}

@media all and (max-width: 430px) {
	.a_bottom_menu_kronos {
		top: 50px; 
		left: 20px;
		font-size: 40px;
		font-size: 48px;
	}
	.a_bottom_menu_button {
		top: 432px;
		left: 20px;
	}
	.bottom_menu_line {
		max-width: calc(100% - 40px);
		left: 20px;
		top: 570px;
	}
	.bottom_menu_menu, .bottom_menu_menu_blue {
		display: block;
		top: 168px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.a_bottom_menu_menu {
		display: block;
		margin-bottom: 10px;
	}
	.bottom_menu_privacy {
		display: block;
		top: 601px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.a_bottom_menu_privacy {
		display: block;
		margin-bottom: 5px;
	}
	.bottom_menu_right {
		top: 704px;
		left: 20px;
	}
}

/* INDEX */

.p1_meta, .p1_meta_b1 {
	margin: 0px auto;
	width: 100%; 
	max-width: calc(100% - 120px);
	position: relative; 	
}
.p1_meta_b1 {
	height: 370px;
}
.p1_meta2 {
	box-sizing: border-box;
	margin: 0px auto;
	width: calc(100% - 120px);
	display: flex; 
	height: 470px; 
	justify-content: space-between;
	flex-direction: row;
	position: relative;	
}
.p1_meta3 {
	margin: 0px auto;
	width: calc(100% - 120px);
	display: flex; 
	justify-content: space-between;
	flex-direction: row;
	position: relative;
}
.p1_meta4 {
	margin: 0px auto;
	width: calc(100% - 120px); 
	display: flex; 
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}
.p1_img_partner_logo {
	margin: 0px auto;
	width: calc(100% - 120px);
	display: block;
}
.p1_text_header {
	position: absolute; 
	left: 0px; 
	width: 50%; 
	font-size: 50px; 
	line-height: 60px;
	font-weight: 700;
}
.p1_text {
	position: absolute; 
	left: 0px; 
	width: 450px; 
	bottom: 0px;
	font-size: 16px;
	line-height: 24px;
}
.p1_text2 {
	position: absolute; 
	left: 0px; 
	width: 800px; 
	bottom: 0px;	
	font-size: 16px;
	line-height: 24px;
}
.p1_contact {
	position: absolute; 
	left: calc(50% + 40px); 
	top: 0px;
}
.p1_block1 {
	position: absolute; 
	left: 50%; 
	width: 20%; 
	top: 0px;
	height: 40%;
}
.p1_block2 {
	position: absolute; 
	left: 50%; 
	width: 20%; 
	top: 60%; 
	height: 40%;
}
.p1_block3 {
	position: absolute;
	left: 75%;
	width: 20%; 
	top: 0px;
	height: 40%;
}
.p1_block4 {
	position: absolute; 
	left: 75%; 
	width: 20%; 
	top: 60%; 
	height: 40%;
}
.p1_block_head {
	position: absolute; 
	left: 0px; 
	top: 0px;
	font-size: 60px;
	line-height: 75px;
	font-weight: 700;
}
.p1_block_head2 {
	position: absolute; 
	left: 0px; 
	top: 0px;
	font-size: 45px;
	line-height: 75px;
	font-weight: 700;
}
.p1_block_text {
	position: absolute;
	font-size: 16px;
	line-height: 24px; 
	left: 0px;
	top: 75px;
	/*bottom: 0px;*/
}
.p1_div_img {
	position: absolute; 
	left: 0px; top: 0px; 
	width: 413px; 
	height: 240px;	
}
.p1_div_img_block {
	width: 100%;
	max-width: 413px;
	height: 470px;
	position: relative;
	display: inline-block;
}
.p1_div_img2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 300px;
}
.p1_div_img2_block {
	width: 640px;
	height: 469px;
	position: relative;
	display: inline-block;
}
.p1_div_img3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 413px;
	height: 400px;
}
.p1_div_img3_block, .p1_div_img33_block {
	width: 413px;
	height: 470px;
	position: relative;
	display: inline-block;
}
.p1_div4_img {
	position: absolute; 
	left: 0px; top: 0px; 
	width: 300px; 
	height: 150px;	
}

@media all and (max-width: 430px) {
	.p1_meta, .p1_meta_b1, .p1_meta2, .p1_meta3, .p1_meta4 {
		margin: 0px auto;
		width: 100%; 
		max-width: calc(100% - 40px);
		display: block;
		position: static; 
		height: auto !important;
	}
	.p1_img_partner_logo {
		width: 100%; 
		max-width: calc(100% - 40px);
	}
	.p1_text_header {
		font-size: 30px;
		line-height: 36px;
		width: 100%;
		display: inline-block;
		position: static;
	}
	.p1_text {
		width: 100%;
		display: inline-block;
		position: static;
		margin-top: 30px;
	}
	.p1_text2 {
		width: 100%;
		display: inline-block;
		position: static;
		margin-top: 30px;
	}
	.p1_contact {
		width: 100%;
		display: inline-block;
		position: static;
		margin-top: 70px;
	}
	.p1_block1 {
		width: 100%;
		height:	148px;
		display: inline-block;
		position: static;
		margin-top: 70px;
	}
	.p1_block2 {
		width: 100%;
		height:	148px;
		display: inline-block;
		position: static;
		margin-top: 70px;
	}
	.p1_block3 {
		width: 100%;
		height:	148px;
		display: inline-block;
		position: static;
		margin-top: 70px;
	}
	.p1_block4 {
		width: 100%;
		height:	148px;
		display: inline-block;
		position: static;
		margin-top: 70px;
	}
	.p1_block_head {
		font-size: 50px;
		line-height: 75px;
	}
	.p1_block_head2 {
		font-size: 40px;
		line-height: 65px;
	}
	.p1_block_text {
	}
	.p1_div_img, .p1_div_img4 {
		width: 335px;
	}
	.p1_div_img_block {
		margin-top: 70px;
	}
	.p1_div_img2 {
		width: 300px;
	}
	.p1_div_img2_block {
		width: 300px;
		margin-bottom: 30px;
		height: 569px;
	}
	.p1_div_img3 {
		width: 335px;
	}
	.p1_div_img3_block {
		width: 335px;
		margin-top: 70px;
	}
	.p1_div_img33_block {
		width: 335px;
		margin-top: 0px;
	}
}

/* SEPARATORS */

.sep_big {
	height: 150px;
	position: relative;
}
.sep_small {
	height: 80px;
	position: relative;
}

@media all and (max-width: 430px) {
	.sep_big {
		height: 60px;
	}
	.sep_small {
		height: 30px;
	}
}

/* TARRIF */

.tarif_block_pre {
	box-sizing: border-box;
	margin: 0px auto;
	width: calc(100% - 120px);
	display: flex;
	height: 572px; 
	justify-content: space-between;
	flex-direction: row;
	position: relative;
}
.tarif_block {
	width: 414px;
	height: 572px; 
	background: white; 
	position: relative; 
	display: inline-block;
	border: 1px solid rgba(0,0,0,0);
}
.tarif_block:hover {	
	border: 1px solid #2780D9;
	box-shadow: 0px 0px 20px 0px #0000001A;
}
.tarif_cap {
	color: #2780D9;
	font-size: 24px;
	left: 50px;
	top: 40px;
	position: absolute;
}
.tarif_text {
	position: absolute; 
	top: 167px;
	left: 50px;
	width: 314px;
}
.tarif_button {
	background: #2780D9;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	width: 314px;
	height: 50px;
	left: 50px;
	bottom: 40px;
}
.tarif_subtable0 {
	left: 50px;
	top: 88px;
	position: absolute;
}
.tarif_subtable {
	left: 50px; 
	top: 245px;
	height: 180px;
	width: 314px;
	font-size: 16px;
	position: absolute;
}

@media all and (max-width: 430px) {
	.tarif_block_pre {
		width: calc(100% - 40px);
		display: block; 
		position: static;
		height: auto;
	}
	.tarif_block {
		width: 100%;
	}
	.tarif_subtable {
		left: 20px;
		width: 294px;		
	}
	.tarif_button {
		width: calc(100% - 40px);
		left: 20px;
	}
	.tarif_text {
		left: 20px;
		width: 294px;		
	}
	.tarif_subtable0 {
		left: 20px;
		width: 294px;		
	}
	.tarif_cap {
		left: 20px;
	}
}

/* CALLBACK */

.callback_block {
	margin: 0px auto;
	width: calc(100% - 120px); 
	height: 579px; 
	position: relative;
}
.callback_head {
	position: absolute;
	left: 0px;
	width: 50%; 
	font-size: 60px;
	font-weight: 700;
}
.callback_text {
	position: absolute;
	left: 0px;
	width: 450px;
	top: 200px;
}
.callback_contact {
	position: absolute; 
	left: 0px; 
	bottom: 0px;
}
.callback_form {
	position: absolute; 
	right: 0px; 
	top: 0px;
	width: 640px;
	height: 598px;
}

@media all and (max-width: 430px) {
	.callback_block {
		width: calc(100% - 40px);
		height: auto;
	}
	.callback_head {
		position: static;
		display: block;
		width: 100%;
		font-size: 30px;
	}
	.callback_text, .callback_contact, .callback_form {
		position: static;
		display: block;
		width: 100%;
		margin-top: 30px;
	}	
}

/* CHECKBOX */

.input_checkbox {
    display:none;
}
.input_checkbox + label {	
    /*position: absolute;    
    margin-left: 0px;
    margin-top: 0px;*/
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: 2px solid #9CBBE1;    
    border-radius: 3px; 
    /*box-shadow: 0px 0px 4px rgba(0,0,255,0.4) inset;*/
    background: #0e142f;    
    display: block;
}
.input_checkbox:checked + label {
	background: url(img/checkbox.png) #0e142f;
	background-size: cover;
	display: block;
}

.anchor {
	position: absolute;
	bottom: 0px;
	left 0px;
	width: 1px;
	height: 1px;
}
@media all and (max-width: 430px) {
	.anchor {
		position: static;
		display: block;
	}
}

/* MENU PANEL */

.menu_popup {	
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.95); 
	z-index: 100005; 
	position: fixed;
	left: 100%;
	transition-property: left;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

/* kronos */

.kr_block {
	margin: 0px auto; 
	width: calc(100% - 120px);	
}
.kr_h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	width: 800px;
}
.kr_text {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  color: black;
  width: 800px;
}
.kr_text_fill {
	width: 800px; 
	background: #093225;
	color: white; 
	font-size: 20px; 
	line-height: 24px;
	font-weight: 700; 
	padding: 40px; 
	box-sizing: border-box;
}
.kr_ol {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  color: black;
  width: 100%;
  max-width: 800px;
  margin-left: 20px;
}
.kr_ol li {
	margin: 0px 0px 21px 0px;	
}
.kr_img {
	width: 100%; 
	max-width: 800px; 
	height: 450px;	
}