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: black;
	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;
}

.h1 {
	font-size: inherit; 
	margin: 0px; 
	line-height: 90px; 
	font-family: inherit; 
	color: inherit;
}
.h2 {
	font-size: 40px;
	margin: 0px;
	line-height: 60px;
	font-family: inherit;
	color: inherit;
}
@media all and (max-width: 430px) {
	.h2 {
		font-size: 28px;
		margin: 0px;
		line-height: 30px;
		font-family: inherit;
		color: inherit;
		font-weight: 400;
	}
}

.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: orange; /* #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: white;
	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: #0ac041;
	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: -40px;
}
.a_point_about {
	position: absolute; 
	top: 0px;
}
.a_point_res {
	position: absolute; 
	bottom: -40px;
}
@media all and (max-width: 430px) {
	.a_point {
		position: absolute; 
		bottom: 0px;		
	}
	.a_point_about {
		position: absolute; 
		top: -40px;		
	}
	.a_point_res {
		position: absolute; 
		bottom: 20px;
	}
}

/* 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: static;	
	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;
}

/* 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-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;
 	/*overflow: hidden;*/
 	color: white;
 	
 	background: black;
 	/*height: 600px;*/ 
 	filter: grayscale(10%); 
 	/*background: url(img/image3.png) center right no-repeat;*/
}
.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;
	}
}

/* video */

.video {
	height: 100%;
}
@media all and (max-width: 430px) {
	.video {
		width: 100%;
	}
}

/* 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_iframe {
	width: 600px;
	height: 500px;
	border: 0px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.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_iframe {
		position: static;
		width: calc(100% - 10px);
		margin-top: 30px;
	}
	.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_lang {
	border: 3px solid rgba(0,0,0,0);
	border-radius: 5px;
	cursor: pointer;	
}
.img_lang:hover {
	border: 3px solid white;
	border-radius: 5px;
}

/* TOP MENU GREEN */

.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: 360px;	
	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_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; 
}
.top_menu_green_button2 {
	background: #009C6B;
	display: none;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	width: 196px;
	height: 38px;
	left: 0px;
	right: 0px;
	top: 265px;
	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: 120px; 
	font-weight: 700;
	text-shadow: 0px 0px 30px 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: 340px;
	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;
	}
	.top_menu_green_button2 {
		display: flex;
	}
	.top_menu_green_phone {
		display: none;
	}
	
	.top_menu_green_banner_header {
		font-size: 50px; 
		line-height: 70px; 
		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: 400px;
		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: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 3px; 
    /*box-shadow: 0px 0px 4px rgba(0,0,255,0.4) inset;*/
    background: white;    
    display: block;
}
.input_checkbox:checked + label {
	background: url(../img/checkbox.png) white;
	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;	
}