<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family:Roboto;
	src:url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Regular.woff) format("woff");
	font-weight:400;font-style:normal}
@font-face{
	font-family:Roboto;
	src:url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Bold.woff) format("woff");
	font-weight:700;
	font-style:normal}
@font-face{
	font-family:Roboto;
	src:url(../fonts/Roboto/Roboto-Black.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Black.woff) format("woff");
	font-weight:900;font-style:normal}
@font-face{
	font-family:RobotoCondensed;
	src:url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2) format("woff2"),url(../fonts/RobotoCondensed/RobotoCondensed-Bold.woff) format("woff");
	font-weight:700;font-style:normal}
	
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,
em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,
html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,
summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block}

body{
	min-height:500px;
	margin:0 auto;
	font-family:Roboto,sans-serif;
	font-weight:400;
	font-size:16px;
	color:rgba(0,63,108,.7)}

h1{
	margin:30px 0 30px;
	font-size:36px;
	line-height:42px;
	color:#003f6c}

h2{
	margin:0 0 10px;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	color:#003f6c}
	
h3{
	font-size:20px;
	line-height:30px;
	font-weight:700;
	text-transform:uppercase}
	
h4{font-size:20px;
	line-height:27px;
	font-weight:700}
	
h5{
	font-size:16px;
	line-height:19px;
	color:rgba(0,63,108,.7)}
	
h6{
	font-size:12px;
	font-weight:700}

a{
	color:#202430;
	text-decoration:none;
	outline:0;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease}

a:hover{
	opacity:.7;
	text-decoration:none;
	outline:0;
	color:inherit}

a:active{
	opacity:.6;
	outline:0;
	color:inherit;
	text-decoration:none}
	
a:focus{
	outline:0;
	color:inherit;
	text-decoration:none}

button,input,select,textarea{
	padding:0;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease}

button:hover,input:hover,select:hover,textarea:hover{
	opacity:.8}

strong{
	font-weight:700}

em{font-style:italic}

img{max-width:100%}

*{-webkit-box-sizing:border-box;box-sizing:border-box}

.container{max-width:1440px;margin:0 auto;padding-left:150px;padding-right:150px}

.justify-align{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center}
	
.left-align{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}

.right-align{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end}
	
.center-align{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center}
	
.flex{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap}
	
.row{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap}
	
.vliniyu{width: 50%; float: left; text-align: center!important; padding-bottom: 40px;}
.otzyv_iframe{width: 95%; height:300px;}
.otzyv_div{min-width:450px;}

	
.col-2{width:16.66666667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66666667%}.col-6{width:50%}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-9{width:75%}.col-10{width:83.33333333%}.col-11{width:91.66666667%}.col-12{width:100%}::-webkit-input-placeholder{color:rgba(0,63,108,.5);font-weight:500;font-size:16px;text-indent:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}:-moz-placeholder{color:rgba(0,63,108,.5);font-weight:500;font-size:16px;text-indent:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}::-moz-placeholder{color:rgba(0,63,108,.5);font-weight:500;font-size:16px;text-indent:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}:-ms-input-placeholder{color:rgba(0,63,108,.5);font-weight:500;font-size:16px;text-indent:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.header{position:relative;background:#003f6c}
.header-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.header-wrap__left {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-wrap__right {
	padding-left: 50px;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
}
.header-wrap__right span {
	display: inline-block;
	padding: 3px 15px;
	vertical-align: middle;
	background: #FF0000;
	border-radius: 1px;
	font-size: 11px;
	line-height: 13px;
}


.header-info{padding:0 0 0 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#fff;font-size:24px;line-height:28px}
.header-info strong{font-weight:900}





.container{
	max-width:1274px;
	padding-left:15px;
	padding-right:15px}

.content{
	/*height:-webkit-calc(100vh + 135px);

	height:calc(100vh + 135px);*/

	padding:45px 0 74px;
	min-height:700px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;background:#e5e5e5}

.content-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}

.btn{
	position:relative;
	display:inline-block;
	padding:19px 35px 19px;
	font-weight:700;
	background-color:red;
	font-size:20px;
	line-height:23px;
	text-align:center;
	letter-spacing:.1em;
	text-transform:uppercase;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline:0;
	border:none
	}
	
.btn:focus,.btn:hover{
	outline:0;
	opacity:1;
	color:#fff;
	-webkit-box-shadow:0 4px 0 #db0000;
	box-shadow:0 4px 0 #db0000
	}

.btn2{
	position:relative;
	display:inline-block;
	padding:19px 35px 19px;
	font-weight:700;
	background-color:red;
	font-size:20px;
	line-height:23px;
	text-align:center;
	letter-spacing:.1em;
	text-transform:uppercase;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline:0;
	border:none
	}
	
.btn2:focus,.btn2:hover{
	outline:0;
	opacity:1;
	color:#fff;
	-webkit-box-shadow:0 4px 0 #db0000;
	box-shadow:0 4px 0 #db0000
	}
	
.video{position:relative}.video-overlay{position:absolute;left:0;right:0;top:0;bottom:133px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.video iframe{position:absolute;left:40px;right:40px;top:40px;width:87%;height:68%}.video-ic{position:relative;display:inline-block;width:79px;height:54px;background-color:#fff;background:url(../img/video-btn.svg);z-index:1}.video-ic::before{content:'';position:absolute;left:31px;top:15px;border:11px solid transparent;border-left:20px solid #fff}.checkout{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:45px}.number-seats{padding:0 0 0 25px}.number-seats h5{margin-bottom:3px}.number-seats__count{position:relative;display:inline-block;padding:5px 10px;background:#003f6c;font-size:20px;line-height:23px;color:#fff;font-weight:900;-webkit-border-radius:2px;border-radius:2px}.number-seats__count::after,.number-seats__count::before{content:'';position:absolute;top:43%;width:7px;height:7px;background:#e5e5e5;-webkit-border-radius:50%;border-radius:50%;z-index:1}.number-seats__count::before{left:-3px}.number-seats__count::after{right:-3px}.countdown h5{margin-bottom:15px}.countdown-timer-wrapper{max-width:300px}.countdown .timer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;text-align:center}

.countdown .timer-wrapper{display:inline-block}

.countdown .time{
width:60px;
height:50px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
margin-bottom:10px;
-webkit-border-radius:6px;
border-radius:6px;
background:#003f6c;
font-size:28px;
color:#fff}
.countdown .text{font-size:14px;color:#b7b7b7}.copyright{padding:20px 0 0;font-size:16px;line-height:19px;text-align:center;color:rgba(0,63,108,.4)}.copyright a{color:rgba(0,63,108,.4)}.modal{display:none;padding:60px 45px 45px;-webkit-border-radius:4px;border-radius:4px}.modal-price{margin-bottom:15px;text-align:center}.modal-price span{display:inline-block;color:rgba(0,63,108,.6);text-transform:uppercase}.modal-price strong{display:inline-block;color:#003f6c;text-transform:uppercase}.modal-discount{margin-bottom:23px;font-weight:700;font-size:14px;line-height:16px;text-align:center;text-transform:uppercase;color:red}.modal-form{text-align:center}.modal-form__item{position:relative;margin-bottom:15px}.modal-form__item input{width:100%;height:50px;line-height:50px;padding:0 15px 0 43px;border:2px solid rgba(0,63,108,.3);-webkit-border-radius:2px;border-radius:2px;background-color:transparent;outline:0}.modal-form__item--name{background-image:url(../img/user.svg);background-repeat:no-repeat;background-position:15px center}.modal-form__item--mail{background-image:url(../img/mail.svg);background-repeat:no-repeat;background-position:15px center}.modal-form__item--phone{background-image:url(../img/phone.svg);background-repeat:no-repeat;background-position:15px center}.modal-form .btn{margin-top:10px}.fancybox-button{padding:7px}

@media only screen and (max-width:1199px){
	.video-ic{
		top:10px;
		-webkit-transform:scale(.6);
		-ms-transform:scale(.6);
		transform:scale(.6)}

	.header-wrap__right {
		display: none;
	}




	}

@media only screen and (max-width:992px){
	.vliniyu{width: 100%; float: none; text-align: center!important;}
	.otzyv_div{min-width:400px;}
	.content-wrap{display:block}
	.content-wrap [class^=col]{
		width:auto}
	.content{
		height:auto;
		padding:30px 0 19px;
		margin:0 auto}
	.countdown-timer-wrapper{margin:0 auto}
	.checkout{
		display:block;
		margin-top:510px;
		margin-bottom:30px;
		text-align:center}
	.checkout .btn{
		max-width:244px;
		margin-bottom:30px;
		width:100%;
		text-align:center;
		padding-left:0;
		padding-right:0}
	.countdown h5{
		max-width:218px;
		margin:0 auto 20px;
		text-align:center}
	.video{
		position:absolute;
		max-width:710px;
		top:260px;
		left:0;
		right:0;
		margin:0 auto}
	h1{
		margin:0 0 30px;
		text-align:center}
	h1 strong{display:block}
	}
@media only screen and (max-width:580px){
	.vliniyu{width: 100%; float: none; text-align: center!important; padding-bottom: 0px; padding-top: 15px;}
	.otzyv_iframe{width: 95%; height:200px;}
	.otzyv_div{min-width:350px;}
	
	h1{font-size:32px}
	.checkout{margin-top:410px}.copyright{max-width:290px;margin:0 auto}
	
	.btn2{
	font-weight:700;
	font-size:12px;
	padding:19px 15px 19px;
	}
}
	
	@media only screen and (max-width:479px){.header-info{position:relative;left:-40px;font-size:15px;line-height:20px}.header-wrap img{max-width:160px;position:relative;left:-40px}h1{margin:0 0 15px;font-size:20px;line-height:26px;text-align:center}h2{font-size:20px;line-height:24px}.checkout{margin-top:330px;margin-bottom:30px;text-align:center}.modal{padding:45px 15px 30px}.modal h2{text-align:center}.video{top:110px;max-width:390px}.video iframe{left:20px;right:20px;top:15px;width:87%;height:68%}.video-ic{top:45px;-webkit-transform:scale(.4);-ms-transform:scale(.4);transform:scale(.4)}.copyright{font-size:12px}.content{position:relative}.hidden-mobile{display:none}
		.otzyv_div{min-width:340px;}

}
</pre></body></html>