<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/russianroads-mars/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/russianroads-mars/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/russianroads-mars/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/russianroads-mars/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/russianroads-mars/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/russianroads-mars/styles/load.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  include(../../../styles/core/animations.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads-mars/styles/load.php</b> on line <b>13</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../styles/core/animations.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads-mars/styles/load.php</b> on line <b>13</b><br />
<br />
<b>Warning</b>:  include(../../../styles/plugins/aos.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads-mars/styles/load.php</b> on line <b>14</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../styles/plugins/aos.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads-mars/styles/load.php</b> on line <b>14</b><br />
<br />
<b>Warning</b>:  include(../../../styles/plugins/slick.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads-mars/styles/load.php</b> on line <b>15</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../styles/plugins/slick.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads-mars/styles/load.php</b> on line <b>15</b><br />
/*//////////////////////////////////////////*/
/* Scroll mouse */
/*//////////////////////////////////////////*/

@-webkit-keyframes scrollmouse {
    0% { opacity: 0; -webkit-transform: translateY(0) scale(0.5); }
    10% { opacity: 1; -webkit-transform: scale(1); }
    100% { opacity: 0; -webkit-transform: translateY(18px) scale(0.5); }
}
@-moz-keyframes scrollmouse {
    0% { opacity: 0; -moz-transform: translateY(0) scale(0.5); }
    10% { opacity: 1; -moz-transform: scale(1); }
    100% { opacity: 0; -moz-transform: translateY(18px) scale(0.5); }
}
@keyframes scrollmouse {
    0% { opacity: 0; transform: translateY(0) scale(0.5); }
    10% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: translateY(18px) scale(0.5); }
}

/*//////////////////////////////////////////*/
/* Pulse */
/*//////////////////////////////////////////*/

@-webkit-keyframes pulse {
	0% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
	70% { -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0); }
	100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
@-moz-keyframes pulse {
	0% { -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
	70% { -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0); }
	100% { -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
@keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
	70% { box-shadow: 0 0 0 50px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
/*//////////////////////////////////////////*/
/* 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: 'Raleway', sans-serif;
	font-weight:400;
	background:#ffffff;
	min-width:360px;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Common */
/*//////////////////////////////////////////*/

.button{
    display: inline-block;
    padding: 15px 25px;
    font-size:14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor:pointer;

    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    transition:all 150ms linear;
}
.subtitle{
    width:600px;
	max-width: 100%;
	margin:0 auto;
}
.subtitle h2{
    display: block;
    font-weight: 700;
	padding-bottom: 5px;
}
.subtitle strong{
    display: block;
	font-weight: 700;
}
.subtitle p{
    display: block;
}

/*//////////////////////////////////////////*/
/* Ticket */
/*//////////////////////////////////////////*/

#ticket{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height:100vh;
    padding:60px 0;
    background-image: url('../images/ticket.jpg');
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
#ticket .logo svg{
    display: block;
    width:400px;
    max-width: calc(100% - 30px);
    height: auto;
    margin:0 auto;
    fill:#ffffff;
}
#ticket .ticket{
    width:500px;
    max-width: calc(100% - 30px);
    margin:30px auto 60px;
    background: #ffffff;
    padding:30px 30px 15px;
}
@media (max-width:699px) {
    #ticket .ticket{
        padding:15px;
    }
}
#ticket .ticket .payment{
    padding:15px;
    color:#ffffff;
}
#ticket .ticket .payment.paid{
    background:#2eb17e;
}
#ticket .ticket .payment.unpaid{
    background:#dd4b39;
}
#ticket .ticket .payment strong{
    display:block;
    font-weight: 700;
}
#ticket .ticket .payment button{
    display:inline-block;
    cursor:pointer;
    margin-top:15px;
    background: #ffffff;
    color:#bf3c00;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    cursor: pointer;
    height:40px;
    background: #ffffff;
    border:0;
    padding:0 15px;
}
#ticket .ticket .code{
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
}
#ticket .ticket .code input{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height:50px;
    padding:0 15px;
    border:0;
    border-right: 1px solid #dddddd;
    background: #ffffff;
}
#ticket .ticket .code button{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    height:50px;
    padding:0 15px;
    border:0;
    background: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    color:#bf3c00;
    cursor:pointer;
}
#ticket .ticket .code div{
    display: none;
}
#ticket .ticket .code.process div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #ffffff;
    z-index: 100;
}
#ticket .ticket .code.process div span{
    display: block;
    width:30px;
    height:30px;
    border:1px solid #bf3c00;
    border-top:1px solid #ffffff;

    -webkit-animation: loading 500ms linear infinite;
    -moz-animation: loading 500ms linear infinite;
    animation: loading 500ms linear infinite;
}
#ticket .ticket .message{
    display:none;
    padding:15px;
    font-weight: 700;
    color:#ffffff;
    margin-top:15px;
    position: relative;
}
#ticket .ticket .message:before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    position: absolute;
    top:-9px;
    left:calc(50% - 10px);
}
#ticket .ticket .message.success{
    background: #2eb17e;
}
#ticket .ticket .message.success:before{
    border-color: transparent transparent #2eb17e transparent;
}
#ticket .ticket .message.error{
    background: #e2992b;
}
#ticket .ticket .message.error:before{
    border-color: transparent transparent #e2992b transparent;
}
#ticket .ticket .number{
    display:flex;
    flex-direction: row;
    align-items: stretch;
}
#ticket .ticket .number em{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #dddddd;
    border-right: 0;
}
#ticket .ticket .number p{
    display:block;
    width:100%;
    padding:10px;
    border: 1px solid #dddddd;
}
#ticket .ticket .number p strong{
    display:block;
    font-weight: 700;
    font-size: 16px;
    padding-bottom:3px;
}
#ticket .ticket .number p span{
    display:block;
    font-size: 14px;
    line-height: 18px;
}
#ticket .ticket .guest{
    display: block;
}
#ticket .ticket .guest p{
    display:block;
    padding:0 0 15px 0;
}
#ticket .ticket .guest p strong{
    display:block;
    padding-bottom:5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity:0.8;
}
#ticket .ticket .guest p span{
    display:block;
}
#ticket .ticket .not_exists{
    padding:100px 0;
}
#ticket .rvland{
    display: block;
    margin:0 auto;
}
#ticket .rvland img{
    display: block;
    width:80px;
    height:auto;
}

/*//////////////////////////////////////////*/
/* 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;
}
#manager .filters{
	font-size: 0;
	margin:0 -15px;
}
#manager .filters fieldset{
	display: inline-block;
	padding:15px 10px 0;
	margin:0 15px 30px;
	border:1px solid #dadada;
}
#manager .filters fieldset legend{
	font-size:12px;
	padding:0 5px;
	text-transform: uppercase;
}
#manager .filters fieldset label{
	display:inline-block;
	height:20px;
	line-height:20px;
	cursor:pointer;
	margin: 0 5px 15px;
	font-size:14px;
	position: relative;
	padding-left:45px;
}
#manager .filters fieldset label input{
	display:none;
	position: absolute;
	bottom:-100px;
}
#manager .filters fieldset label span:before,
#manager .filters fieldset label span:after{
	content:'';
	position: absolute;
	transition:all 200ms linear;
}
#manager .filters fieldset label span:before{
	width:36px;
	height:20px;
	background: #dadada;
	border-radius: 12px;
	top:0;
	left:0;
}
#manager .filters fieldset label span:after{
	width:16px;
	height:16px;
	background: #ffffff;
	border-radius: 10px;
	top:2px;
	left:2px;
}
#manager .filters fieldset label input:checked + span:before{
	background: #bf3c00;
}
#manager .filters fieldset label input:checked + span:after{
	left:18px;
}
#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;
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

#join{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height:100vh;
    background-image: url('../images/join.jpg');
    position: relative;
    overflow: hidden;
}
#join .inner{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:999px) {
    #join .inner{
        flex-direction: column;
    }
}
#join .inner .logo{
    width:calc(100% - 500px);
}
@media (max-width:999px) {
    #join .inner .logo{
        width: 400px;
        max-width:calc(100% - 30px);
        margin:60px auto 0;
    }
}
#join .inner .logo svg{
    display: block;
    width:500px;
    max-width: calc(100% - 30px);
    height: auto;
    margin-left:auto;
    fill:#ffffff;
}
#join .inner .content{
    width: 500px;
    max-width: 100%;
}
#join .inner .content form{
    background: #ffffff;
    margin:60px 0;
    width:100%;
    position: relative;
}
#join .inner .content form strong{
    display: block;
    font-weight: 700;
    color:#bf3c00;
    padding:30px 30px 0;
}
#join .inner .content form p{
    display: block;
    padding:30px;
}
#join .inner .content form .step{
    padding:30px;
}
@media (max-width:999px) {
    #join .inner .content form .step{
        padding:30px 15px;
    }
}
#join .inner .content form label{
    display: block;
    position: relative;
    width:100%;
}
#join .inner .content form .half{
    display:flex;
    justify-content: space-between;
    width:100%;
}
#join .inner .content form .half label{
    width:calc(50% - 15px);
}
#join .inner .content form label span{
    position: absolute;
    left:10px;
    top:-6px;
    background: #ffffff;
    padding:0 5px;
    height:12px;
    font-size: 12px;
    text-transform: uppercase;
}
#join .inner .content form label .input{
    display: block;
    width:100%;
    padding:5px 15px;
    height:50px;
    border:1px solid #dddddd;
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    background: #ffffff;

    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    transition:all 150ms linear;
}
#join .inner .content form label .input:focus{
    border:1px solid #bf3c00;
}
#join .inner .content form label .input.error{
    box-shadow:0 14px 15px -10px #bf3c00;
}
#join .inner .content form .nav{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
#join .inner .content form .button.back{
    border:2px solid #dddddd;
    background: #ffffff;
    color:#b7b7b7;
}
#join .inner .content form .button.next{
    border:2px solid #bf3c00;
    background: #ffffff;
    color:#bf3c00;
}
#join .inner .content form .button:hover{
    border:2px solid #bf3c00;
    background: #bf3c00;
    color:#ffffff;
}
#join .inner .content form .waiting{
    display: none;
    background: #ffffff;
    position: absolute;
    z-index:100;
}
#join .inner .content form .waiting.show{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#join .inner .content form .waiting div{
    width:100px;
    height:100px;
    border:1px solid #bf3c00;
    border-top:1px solid #ffffff;

    -webkit-animation: loading 600ms linear infinite;
    -moz-animation: loading 600ms linear infinite;
    animation: loading 600ms linear infinite;
}
#join .more{
    width:100px;
    height:100px;
	background: #ffffff;
	position: absolute;
	bottom:-50px;
	left:calc(50% - 50px);

	-webkit-animation: pulse 1200ms linear infinite;
	-moz-animation: pulse 1200ms linear infinite;
	animation: pulse 1200ms linear infinite;
}
#join .more span{
    display: block;
	margin: 10px auto 0;
    width: 24px;
    height: 34px;
    border: 2px solid #b1b1b1;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}
#join .more span:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #b1b1b1;
	margin-left: -4px;
	top: 7px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    -webkit-animation: 1.5s scrollmouse cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
    -moz-animation: 1.5s scrollmouse cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
    animation: 1.5s scrollmouse cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
}

/*//////////////////////////////////////////*/
/* Places */
/*//////////////////////////////////////////*/

#places{
	padding:90px 0;
}
#places .place img{
	display: block;
	max-width:300px;
	height: auto;
	margin:0 auto 30px;
}
#places .place h3{
	display: block;
	font-weight: 700;
}
#places .place strong{
	display: block;
	padding-top:3px;
}
#places .place p{
	display: block;
	max-width:300px;
	padding-top:3px;
	margin:0 auto 15px;
}
#places .place span{
	display: block;
	font-size:12px;
	padding-top:5px;
	color: #bf3c00;
}
#places .buttons{
	padding-top: 15px;
	font-size: 0;
}
#places .buttons .button{
	margin: 15px 7.5px 0;
}
#places .buttons .button.join{
	border:2px solid #bf3c00;
	background: #bf3c00;
	color:#ffffff;
	margin-top: 15px;
}
#places .buttons .button.more{
	border:2px solid #bf3c00;
	background: #ffffff;
	color:#bf3c00;
	margin-top: 15px;
}

/*//////////////////////////////////////////*/
/* Counter */
/*//////////////////////////////////////////*/

#counter{
	padding:90px 0;
	color:#ffffff;
	position: relative;
	background-image: url('../images/counter.jpg');
	background-attachment: fixed;
}
#counter:before{
	content: '';
	z-index: 5;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: #892b00;
	opacity: 0.5;
}
#counter .number strong{
	display: block;
    font-weight: 700;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto 30px;
	font-family: 'Arial', sans-serif;
}
#counter .number span{
	display: block;
    font-weight: 700;
    font-size: 24px;
}
#counter .buttons{
	padding-top: 15px;
	font-size: 0;
}
#counter .buttons .button{
	margin: 15px 7.5px 0;
}
#counter .buttons .button.join{
	border:2px solid #ffffff;
	background: transparent;
	color:#ffffff;
	margin-top: 15px;
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

#footer{
    padding: 90px 0;
}
#footer .inner{
    padding:0 15px;
    max-width: 900px;
    margin:0 auto;
    position: relative;
    z-index: 10;
}
#footer .inner .rvland{
    display:inline-block;
}
#footer .inner .rvland img{
    display:block;
    width:100px;
    height:auto;
}
#footer .inner ul{
    display:block;
    margin-top: 15px;
}
#footer .inner ul li{
    display:inline-block;
    padding:15px 7.5px 0;
}
#footer .inner ul li a{
    display:block;
    padding:10px 15px;
    font-size:14px;
    font-weight: 700;
	color:#bf3c00;
    text-transform: uppercase;
    background: rgba(191, 60, 0, 0.2);
    border-radius: 20px;
}
#footer .inner ul li a:hover{
    background: rgba(191, 60, 0, 0.4);
}
#footer .inner p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}
