<br />
<b>Warning</b>:  include(../../../../styles/core/reset.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/vanlifefest/nostalgia/styles/load.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../../styles/core/reset.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/vanlifefest/nostalgia/styles/load.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(../../../../styles/core/responsive.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/vanlifefest/nostalgia/styles/load.php</b> on line <b>11</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../../styles/core/responsive.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/vanlifefest/nostalgia/styles/load.php</b> on line <b>11</b><br />
<br />
<b>Warning</b>:  include(../../../../styles/core/elements.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/vanlifefest/nostalgia/styles/load.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../../styles/core/elements.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/vanlifefest/nostalgia/styles/load.php</b> on line <b>12</b><br />
/*//////////////////////////////////////////*/
/* Core elements */
/*//////////////////////////////////////////*/

html{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}
body{
	color:#000000;
	font-size:18px;
	font-family: 'Jost', sans-serif;
	font-weight:400;
	background:#ffffff;
	min-width:360px;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Manager */
/*//////////////////////////////////////////*/

#manager{
	padding: 30px 30px 0;
}
#manager .pin{
	display: flex;
	flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	min-height:calc(100vh - 60px);
}
#manager .pin form{
	width:400px;
	max-width: 100%;
	padding:30px;
	border:1px solid #dadada;
}
#manager .pin form input{
	display:block;
	width:100%;
	height:50px;
	text-align: center;
	font-size:30px;
	letter-spacing: 5px;
	font-weight: 700;
	border:1px solid #dadada;
}
#manager .pin form .button{
	border:2px solid #bf3c00;
    background: #ffffff;
    color:#bf3c00;
	padding: 15px 25px;
	font-size:14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	cursor:pointer;
}
#manager .guest{
	padding:15px 0;
	border:1px solid #dadada;
}
#manager .guest .head{
	padding: 0 15px;
}
#manager .guest .head b{
	display: inline-block;
	width:30px;
	height:20px;
	line-height:20px;
	font-size: 12px;
	margin:2px 5px 2px 0;
	background: #dadada;
	border-radius: 5px;
	font-weight: 400;
	vertical-align: bottom;
}
#manager .guest .head strong{
	display: inline-block;
	font-weight: 700;
}
#manager .guest .head strong span{
	opacity: 0.6;
	font-weight: 400;
}
#manager .guest .data{
	display:inline-block;
	padding:30px 15px 0;
	vertical-align: middle;
	width:240px;
}
#manager .guest .data span{
	display:block;
	font-size:10px;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#manager .guest .data strong{
	display:block;
	min-height: 22px;
	word-break: break-word;
}
#manager .guest.off{
	display:none;
}

/*//////////////////////////////////////////*/
/* Ticket */
/*//////////////////////////////////////////*/

#ticket{
    position: fixed;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	display: flex;
	justify-content: center;
    align-items: center;
	padding:15px;
}
#ticket .inner{
	background: #ffffff;
	width:500px;
	max-width: 100%;
	padding:30px;
}
#ticket .inner svg {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}
#ticket .inner .fill{
    fill:#cf564a;
}
#ticket .inner p,
#ticket .inner span,
#ticket .inner strong{
    display: block;
}
#ticket .inner p{
	padding:30px 0;
}
#ticket .inner strong{
	font-size: 40px;
	font-weight: 700;
	padding-top:5px;
	color:#cf564a;
}
#ticket .inner .close{
	display:inline-block;
	font-weight: 700;
	margin-top:30px;
}

/*//////////////////////////////////////////*/
/* Cover */
/*//////////////////////////////////////////*/

#cover{
    background-image: url('../images/cover.jpg');
    background-position: top center;
    position: relative;
    z-index: 10;
}
@media (max-width:799px) {
    #cover{
        background-position: -1200px 0;
    }
    #cover:before{
        content:'';
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background: #f1d2b3;
        opacity: 0.8;
    }
}
#cover .inner{
    display: flex;
    flex-direction: column;
}
#cover .inner .logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top:30px;
    width:500px;
    max-width: 100%;
}
@media (max-width:530px) {
    #cover .inner .logos br,
    #cover .inner .logos em{
        display:none;
    }
}
#cover .inner .logos a{
    display: block;
    height:50px;
    opacity: 0.8;
}
#cover .inner .logos a:hover{
    opacity: 1;
}
#cover .inner .logos a.l40{
    width:100px;
    background-image: url('../images/logo_l40.svg');
}
#cover .inner .logos a.rvland{
    width:65px;
    background-image: url('../images/logo_rvland.svg');
}
#cover .inner .logos span{
    display: block;
    color:#ffffff;
    padding:0 15px 0 15px;
    text-transform: uppercase;
    font-size:12px;
    line-height: 14px;
}
#cover .inner .logos span b{
    white-space: nowrap;
    font-weight: 400;
}
#cover .inner .title{
    font-size:0;
}
#cover .inner .title svg{
    display: block;
    width:500px;
    max-width: 100%;
    height:auto;
    margin: 90px 0 120px;
}
#cover .inner .title .fill{
    fill:#cf564a;
}
#cover .inner .desc{
    width:500px;
    max-width: 100%;
    padding:45px 45px 15px;
    background: #cf564a;
    color:#ffffff;
}
@media (max-width:599px) {
    #cover .inner .desc{
        padding:30px;
    }
}
#cover .inner .desc strong{
    display:block;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}
#cover .inner .desc strong:before{
    content: '';
    width:25px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left:-45px;
    top:8px;
}
@media (max-width:599px) {
    #cover .inner .desc strong:before{
        width:10px;
        left:-15px;
    }
}
#cover .inner .desc p{
    display:block;
    padding-bottom: 30px;
}

/*//////////////////////////////////////////*/
/* Counter */
/*//////////////////////////////////////////*/

#counter .timer{
    width:500px;
    max-width: 100%;
    padding:45px;
    background: #cf564a;
    color:#ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:599px) {
    #counter .timer{
        padding:30px;
    }
}
#counter .timer strong{
    display:block;
    margin-bottom: 15px;
}
#counter .timer .countdown .syotimer__head{
    display:none;
}
#counter .timer .countdown .syotimer__body{
    display:flex;
    justify-content:space-between;
}
#counter .timer .countdown .syotimer__body p{
    width:100%;
    padding:30px 0;
    font-size:24px;
}
#counter .timer .countdown .syotimer__body .syotimer-cell__value{
    width:70px;
    height:70px;
    line-height:68px;
    font-size:36px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-bottom: 10px;
}
@media (max-width:399px) {
    #counter .timer .countdown .syotimer__body .syotimer-cell__value{
        width:60px;
        height:60px;
        line-height:58px;
        font-size:30px;
        margin-bottom: 5px;
    }
}
#counter .timer .countdown .syotimer__body .syotimer-cell__unit{
    font-size:10px;
    text-transform: uppercase;
}

/*//////////////////////////////////////////*/
/* Events */
/*//////////////////////////////////////////*/

#events{
    min-height:750px;
    position: relative;
    z-index: 5;
}
#events .timeline{
    width:500px;
    max-width:100%;
}
@media (max-width: 999px) {
    #events .timeline{
        margin:0 auto;
    }
}
#events .timeline h2{
	display: block;
    padding:120px 0 60px;
}
#events .timeline ul{
	display: block;
	font-size: 0;
}
@media (max-width: 550px) {
	#events .timeline ul{
		max-width: 340px;
		margin:0 auto;
	}
}
#events .timeline ul li{
	display: inline-block;
}
#events .timeline ul li a{
	display: block;
	padding:0 15px;
	font-size:14px;
	text-transform:capitalize;
	opacity: 0.4;
}
#events .timeline ul li a:hover{
	opacity: 1;
}
#events .timeline ul li.active a{
	opacity: 1;
	cursor: default;
}
#events .timeline ul li a b{
	display: block;
	font-size:20px;
	padding-bottom: 5px;
}
#events .timeline .day{
	position: relative;
	max-width: 600px;
	margin:0 auto;
	padding:30px 0 30px 120px;
}
@media (max-width: 600px) {
	#events .timeline .day{
		padding:30px 0 30px 40px;
	}
}
#events .timeline .day:before{
	content: '';
	position: absolute;
	top:0;
	left:89px;
	width:2px;
	height:100%;
	background: linear-gradient(180deg, #ffffff 0%, #cf564a 20px, #cf564a calc(100% - 20px), #ffffff 100%);
}
@media (max-width: 600px) {
	#events .timeline .day:before{
		left:9px;
	}
}
#events .timeline .day .event{
	position: relative;
}
#events .timeline .day .event:last-of-type{
	margin-bottom: 0;
}
#events .timeline .day .event:before{
	content: '';
	width:20px;
	height:20px;
	position: absolute;
	top:2px;
	left:-40px;
	background: #cf564a;
	border:2px solid #ffffff;
	border-radius: 10px;
}
#events .timeline .day .event span{
	width:60px;
	position: absolute;
	top:0;
	left:-120px;
	line-height: 24px;
	display: block;
}
@media (max-width: 600px) {
	#events .timeline .day .event span{
		position: relative;
		top:0;
		left:0;
		text-align: left;
		padding-bottom: 10px;
		font-family:'Montserrat', Arial, Tahoma, Helvetica, sans-serif;
	    font-weight: 700;
		font-size: 18px;
	}
}
#events .img{
    background-image: url('../images/events.jpg?v4');
    background-position: top left;
    height: 1000px;
    position: absolute;
    top:-180px;
    left:50%;
    right:0;
}
@media (max-width: 999px) {
    #events .img{
        display: none;
    }
}

/*//////////////////////////////////////////*/
/* Stat */
/*//////////////////////////////////////////*/

#stat{
    margin:120px 0;
    padding:120px 0;
    color: #ffffff;
    position: relative;
    background-color: #cf564a;
    background-image: url('../images/stat.jpg?v4');
    background-attachment: fixed;
}
#stat:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #cf564a;
    opacity: 0.6;
}
#stat h3{
    display:block;
    font-weight: 700;
    width: 760px;
    max-width: 100%;
    margin:0 auto 60px;
}
#stat strong{
    display:block;
    font-weight: 700;
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size:36px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin:0 auto 30px;
}
#stat span{
    display:block;
    font-weight: 700;
    font-size:26px;
    margin-bottom: 60px;
}
#stat .join{
    display:inline-block;
    font-weight: 700;
    font-size: 24px;
    padding: 25px 40px;
    border: 2px solid #ffffff;
    border-radius: 50px;
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

#join{
    background:#ffffff url('../images/join.jpg?v2') no-repeat top center;
}
#join .form{
    width: 600px;
    max-width: 100%;
    min-height: 700px;
    padding:45px;
    margin:0 auto;
    border:2px solid #cf564a;
}
#join .form h4{
    display: block;
    font-weight: 700;
    color: #cf564a;
}
#join .form label{
	display: flex;
	flex-direction: row;
    align-content: center;
    align-items: center;
}
#join .form label .name{
	width:35%;
	text-align: right;
	display:flex;
	flex-direction: column;
    justify-content: center;
	cursor:pointer;
}
#join .form label .name strong{
	display:block;
}
#join .form label .name span{
	display:block;
	font-size: 12px;
	padding-top:5px;
}
#join .form label .fld{
	width:65%;
	padding-left:15px;
}
#join .form label .fld .input{
	width:100%;
	height:40px;
	padding:0 15px;
	border-radius:20px;
	color:#cf564a;
	font-size:16px;
	font-family:'Jost', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	border:1px solid rgba(207, 86, 74, 0.6);
	transition:all 200ms linear;
}
#join .form label .fld .input:focus{
	border:1px solid rgba(207, 86, 74, 1);
}
#join .form label .fld select.input{
	max-width:200px;
	cursor: pointer;
}
#join .form button{
	display: inline-block;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 30px;
	background:#cf564a;
	color:#ffffff;
	border:0;
	transition:all 200ms linear;
	cursor:pointer;
	font-family:'Jost', Arial, Tahoma, Helvetica, sans-serif;
}
#join .form button:hover{
	background:#8d372e;
}
@media (max-width: 600px) {
	#join .form{
		padding:30px;
		text-align: center;
	}
	#join .form label{
		display: flex;
		flex-direction: column;
	    align-content: flex-start;
	    align-items: center;
	    flex-wrap: nowrap;
	}
	#join .form label .name{
		width:100%;
		text-align: center;
		padding-bottom: 10px;
	}
	#join .form label .fld{
		width:100%;
		max-width:360px;
		padding-left:0;
	}
	#join .form label .fld select.input{
		width:100%;
		max-width:360px;
	}
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

#footer{
    max-width: 800px;
    padding:120px 0 30px;
    margin:0 auto;
    color:#939393;
}
#footer .rvland{
    display:inline-block;
}
#footer .rvland img{
    display:block;
    width:100px;
    height:auto;
}
#footer ul{
    display:block;
    margin-top: 15px;
}
#footer ul li{
    display:inline-block;
    padding:15px 7.5px 0;
}
#footer ul li a{
    display:block;
    padding:10px 15px;
    font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f1f1f1;
}
#footer ul li a:hover{
    background: #039ae4;
    color:#ffffff;
}
#footer p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}
