<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/dacha-party/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/dacha-party/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/dacha-party/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/dacha-party/styles/load.php</b> on line <b>11</b><br />
/*//////////////////////////////////////////*/
/* Animations */
/*//////////////////////////////////////////*/

/* 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(30px) 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(30px) 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(30px) scale(0.5); }
}

/*//////////////////////////////////////////*/
/* 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:rgba(255, 255, 255, 1);
	font-size:18px;
	font-family:'Roboto Flex', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background: rgba(33, 54, 32, 1);
	min-width:360px;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Common */
/*//////////////////////////////////////////*/

a{
	color:inherit;
	text-decoration:none;
	transition:all 200ms linear;
	cursor: pointer;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
.link_undrl{
	text-decoration:underline;
	cursor: pointer;
}
.link_undrl:hover{
	text-decoration:none;
}
.txt_16_22{
	font-size: 16px;
	line-height: 22px;
}
.txt_18_24{
	font-size: 18px;
	line-height: 24px;
}
.txt_30_34{
	font-size: 30px;
	line-height: 34px;
}
.txt_bld{
    font-weight: 700;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_60{
	margin-bottom: 60px;
}
.img_cover{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img_contain{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.c2a{
	display: inline-flex;
	align-items: center;
	height: 50px;
	border-radius: 25px;
	background: rgba(249, 178, 51, 1);
	color: rgba(33, 54, 32, 1) !important;
	padding: 0 25px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition:all 200ms linear;
	border: 0;
}
.c2a:hover{
	background: rgba(255, 255, 255, 1);
}
.hide_me{
	display: none;
}

/*//////////////////////////////////////////*/
/* Age */
/*//////////////////////////////////////////*/

#age{
	position: fixed;
	top:-150px;
	left:-150px;
	width:calc(100% + 300px);
	height:calc(100% + 300px);
	padding:300px 0;
	z-index: 100000;
	background: rgba(33, 54, 32, 1);
	font-size: 0;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#age div{
	max-width: calc(100% - 330px);
	padding:15px;
	border:1px solid rgba(249, 178, 51, 1);
	position: relative;
	border-radius: 5px;
}
#age div em{
	display:block;
	width:50px;
	height:50px;
	background: rgba(33, 54, 32, 1);
	border:1px solid rgba(249, 178, 51, 1);
	font-size:22px;
	font-weight: 700;
	color:rgba(249, 178, 51, 1);
	line-height: 48px;
	border-radius: 25px;
	position: absolute;
	top:-25px;
	left:calc(50% - 25px);
}
#age div p{
	display:block;
	padding:35px 15px 30px;
	color: rgba(255, 255, 255, 1);
}
#age div a{
	display:inline-block;
	padding:10px 20px;
	width:90px;
	background: rgba(255, 255, 255, 1);
	color:rgba(0, 0, 0, 1);
	font-weight: 700;
	text-transform: uppercase;
	margin:0 15px 15px;
	font-size: 16px;
	border-radius: 5px;
}
#age div a:hover{
	background:rgba(249, 178, 51, 1);
}

/*//////////////////////////////////////////*/
/* Thanks */
/*//////////////////////////////////////////*/

#thanks{
	position: fixed;
	top:-150px;
	left:-150px;
	width:calc(100% + 300px);
	height:calc(100% + 300px);
	padding:300px 0;
	z-index: 100000;
	background: rgba(33, 54, 32, 1);
	font-size: 0;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#thanks div{
	max-width: calc(100% - 330px);
	padding:15px;
	border:1px solid rgba(249, 178, 51, 1);
	position: relative;
	border-radius: 5px;
}
#thanks div em{
	display:block;
	width:50px;
	height:50px;
	background: rgba(33, 54, 32, 1);
	border:1px solid rgba(249, 178, 51, 1);
	font-size:22px;
	font-weight: 700;
	color:rgba(249, 178, 51, 1);
	line-height: 48px;
	border-radius: 25px;
	position: absolute;
	top:-25px;
	left:calc(50% - 25px);
}
#thanks div p{
	display:block;
	padding:35px 15px 30px;
	color: rgba(255, 255, 255, 1);
}
#thanks div a{
	display:inline-block;
	padding:10px 20px;
	width:90px;
	background: rgba(255, 255, 255, 1);
	color:rgba(0, 0, 0, 1);
	font-weight: 700;
	text-transform: uppercase;
	margin:0 15px 15px;
	font-size: 16px;
	border-radius: 5px;
}
#thanks div a:hover{
	background:rgba(249, 178, 51, 1);
}

/*//////////////////////////////////////////*/
/* Warning */
/*//////////////////////////////////////////*/

#warning{
    background-color: rgba(255, 255, 255, 1);
    background-image:url('../images/warning_b.jpg');
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    height:50px;
    z-index: 100;
	box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 799px) {
    #warning{
        background-image:url('../images/warning_s.jpg');
        height:70px;
    }
}

/*//////////////////////////////////////////*/
/* Cover */
/*//////////////////////////////////////////*/

#cover{
	height: 100vh;
	min-height: 500px;
	padding: 30px 0;
	background-image: url('../images/cover.jpg?v5');
	color: rgba(255, 255, 255, 1);
	position: relative;
}
#cover:before{
	content: '';
	width: 100%;
	height: 240px;
	background: rgba(33, 54, 32, 1);
	background: linear-gradient(0deg, rgba(33, 54, 32, 1) 0%, rgba(33, 54, 32, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#cover .container{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#cover .logos{
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: flex-end;
}
@media (max-width:799px) {
	#cover .logos{
		gap: 15px;
		justify-content: center;
	}
}
#cover .logos a{
	display: block;
	opacity: 0.6;
}
#cover .logos a:hover{
	opacity:1;
}
#cover .logos a img{
	display: block;
	width: auto;
	height: 40px;
}
#cover .dates{
	font-size: 14px;
	line-height: 20px;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width:799px) {
	#cover .dates{
		text-align: center;
		padding: 10px 15px;
		margin: 30px -15px 0;
		background: rgba(255, 255, 255, 0.2);
		border-left: 0;
	}
	#cover .dates br{
		display: none;
	}
}
#cover .dates span{
	padding: 0 5px;
	opacity: 0.6;
}
#cover .logo{
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
}
#cover .logo svg{
	display: block;
	width: 100%;
	height: auto;
	/*border: 1px solid rgba(255, 255, 255, 1);*/
	border-radius: 50%;
}
#cover .more{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}
#cover .more:before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    margin-left: -4px;
    top: 15px;
    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;
}

/*//////////////////////////////////////////*/
/* Counter */
/*//////////////////////////////////////////*/

#counter{
	margin-top: 60px;
}
#counter .items{
	display: flex;
	gap: 30px;
}
@media (max-width:799px) {
	#counter .items{
	    justify-content: center;
	    margin-bottom: 30px;
	}
}
#counter .items div{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
#counter .items div strong{
	display: block;
	font-size: 40px;
	font-weight: 700;
}
#counter .items div span{
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
}
#counter .not{
	width: 100%;
	height: 140px;
	background-image: url('../images/not.jpg?v8');
}

/*//////////////////////////////////////////*/
/* About */
/*//////////////////////////////////////////*/

#about{
	padding: 60px 0;
}
#about .stripe{
	margin: 60px 0;
	height: 60px;
	background-image: url('../images/stripe.png?v5');
}
#about .gallery{
	width: calc(100% - 45px);
	height: 100%;
	min-height: 400px;
	position: relative;
}
@media (max-width:799px) {
	#about .gallery{
		width: 100%;
		height: auto;
	    margin: 0 0 30px 0;
	}
}
#about .gallery div{
	position: absolute;
    border-radius: 15px;
}
#about .gallery div:nth-child(1){
    width: 60%;
    height: 100%;
    left: 20%;
	background-image: url('../images/gallery_1.jpg');
}
@media (max-width:599px) {
	#about .gallery div:nth-child(1){
	    width: 80%;
	    left: 10%;
	}
}
#about .gallery div:nth-child(2){
	width: 35%;
    height: 0;
    padding-bottom: 35%;
    left: 65%;
    top: 10%;
	background-image: url('../images/gallery_2.jpg');
    border: 5px solid rgba(33, 54, 32, 1);
}
#about .gallery div:nth-child(3){
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    bottom: 5%;
    left: 0;
	background-image: url('../images/gallery_3.jpg');
    border: 5px solid rgba(33, 54, 32, 1);
}
#about .text{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	height: 100%;
}
#about .text .note{
	position: relative;
}
#about .text .note:before{
	content: '';
	background: rgba(249, 178, 51, 0.1);
	position: absolute;
	top: -10px;
	left: -13px;
	right: -13px;
	bottom: -10px;
	border-radius: 5px;
	z-index: -1;
}

/*//////////////////////////////////////////*/
/* Faq */
/*//////////////////////////////////////////*/

#faq{
	padding: 0 0 90px 0;
}
#faq strong{
	display: block;
	font-weight: 700;
	font-size: 20px;
}
#faq p{
	display: block;
	max-width: 300px;
}

/*//////////////////////////////////////////*/
/* Schedule */
/*//////////////////////////////////////////*/

#schedule{
	padding: 120px 0;
	background-image: url('../images/schedule.jpg?v2');
}
#schedule .item{
	display: flex;
	align-items: center;
	max-width: 500px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#schedule .item:last-of-type{
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#schedule .item svg{
	display: block;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin-right: 15px;
}
#schedule .item svg path{
	fill: rgba(255, 255, 255, 1);
}

/*//////////////////////////////////////////*/
/* Beer */
/*//////////////////////////////////////////*/

#beer{
	padding: 120px 0;
	background-image: url('../images/beer.jpg?v4');
	background-position: top center;
	position: relative;
}
@media (max-width:799px) {
	#beer{
		background-position: left;
	}
	#beer:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 5;
	}
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

#join{
	padding: 240px 0 120px;
	background-color: rgba(231, 231, 231, 1);
	position: relative;
	overflow: hidden;
}
#join .text{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	color: rgba(33, 54, 32, 1);
	height: 100%;
}
#join .text img{
	display: block;
    width: 100%;
    height: auto;
    margin-top: auto;
}
#join .form{
	padding: 30px;
	min-height: 100%;
	max-width: 450px;
	margin-left: auto;
	background: rgba(33, 54, 32, 1);
	position: relative;
	border-radius: 15px;
}
@media (max-width:799px) {
	#join .form{
		min-height: calc(100% - 30px);
		margin: 0 auto 30px;
	}
}
#join .form:before{
	content: '';
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: -400px;
	background-image: url('../images/join_form.jpg?v2');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
#join .form svg{
	display: block;
	width: auto;
	height: 90px;
	margin: 0 auto 30px;
}
#join .form label{
	display: block;
	width: 100%;
	position: relative;
}
#join .form label span{
	cursor: pointer;
	font-size: 14px;
}
#join .form label .fld{
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 1);
	color: rgba(33, 54, 32, 1);
	border-radius: 5px;
	margin-top: 5px;
	font-size:16px;
	font-family:'Roboto Flex', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
}
#join .form label select.fld{
	cursor: pointer;
}
#join .form .half{
	display: flex;
	gap: 15px;
}
#join .form button{
	margin-left: auto;
    display: flex;
}
#join .form .closed{
	padding: 120px 0 240px;
	text-align: center;
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

#footer{
	background: rgba(33, 54, 32, 1) url('../images/footer.jpg?v2') fixed repeat top center;
}
#footer .inner{
	max-width: 800px;
	padding:120px 15px 170px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#footer .inner .rvland{
	display:inline-block;
}
#footer .inner .rvland img{
	display:block;
	width:100px;
	height:auto;
}
#footer .inner ul{
	display:block;
	margin-top: 15px;
	font-size: 0;
}
#footer .inner ul li{
	display:inline-block;
	padding:15px 7.5px 0;
}
#footer .inner ul li a{
	display:block;
	padding:0 15px;
	height: 30px;
	line-height: 30px;
	font-size:12px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	border-radius: 15px;
}
#footer .inner ul li a:hover{
	color: rgba(33, 54, 32, 1);
	background: rgba(249, 178, 51, 1);
}
#footer .inner p{
	font-size: 12px;
	line-height: 16px;
	margin-top: 30px;
}
#footer .inner p a{
	color: inherit;
}