<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/ilovedometic/style.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/ilovedometic/style.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/ilovedometic/style.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/ilovedometic/style.php</b> on line <b>11</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/ilovedometic/style.php</b> on line <b>12</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/ilovedometic/style.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:16px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:500;
	min-width:360px;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* 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); }
}

/*//////////////////////////////////////////*/
/* Elements */
/*//////////////////////////////////////////*/

.hide_me{
    display:none;
}
.block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
    max-width: 500px;
    margin:0 auto;
    height:100vh;
    min-height:400px;
    padding:30px 0;
}
@media (max-width:799px) {
    .block{
        height:auto;
        min-height:0;
        padding:30px 0 0;
    }
}
.wrapper{
    padding:0 15px;
    background:#ffffff url('/wp-content/themes/rvl/specials/ilovedometic/graphics/images/body.jpg') no-repeat top center fixed;
}
.button{
    display: inline-block;
    height:50px;
    padding:0 15px;
    border-radius: 25px;
    background: #ffffff;
    cursor: pointer;
    color:#000000;
    border:2px solid #000000;
    transition:all 200ms linear;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 900;
	font-size:16px;
    text-transform:uppercase;
}
.button:hover{
    background: #000000;
    color:#ffffff;
}
a.button{
    text-decoration: none;
    line-height: 46px;
}

/* List */

.list{
    padding:30px;
}
.list .item{
    margin-top: 30px;
    padding:15px;
    position:relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.list .item .meta{
    position:relative;
    font-size:14px;
    line-height: 20px;
    padding-left:35px;
}
.list .item .meta strong{
    display:inline-block;
    position:absolute;
    top:0;
    left:-15px;
    width:50px;
    padding-right:10px;
    background: #000000;
    color:#ffffff;
    text-align: right;
    font-weight: 900;
}
.list .item .meta span{
    display:inline-block;
    margin-left: 15px;
    opacity:0.6;
}
.list .item .data span{
    display:inline-block;
    line-height: 20px;
    margin:15px 15px 0 0;
    position:relative;
    vertical-align: middle;
}
.list .item .data span.private{
    color:#ffffff;
    overflow: hidden;
    transition:all 200ms linear;
}
.list .item:hover .data span.private{
    color:#000000;
}
.list .item .data span.private:before{
    content:'░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░';
    color:#000000;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    z-index: 100;
    transition:all 200ms linear;
}
.list .item:hover .data span.private:before{
    opacity:0;
}

/* Reward */

.reward{
    text-align: center;
}
.reward strong{
    display:block;
    font-size:40px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
}
@media (max-width:799px) {
    .reward strong{
        font-size:28px;
        line-height: 32px;
    }
}
.reward p{
    display:block;
    font-size:30px;
    line-height: 38px;
    padding: 15px 0 30px;
}
@media (max-width:799px) {
    .reward p{
        font-size:20px;
        line-height: 28px;
    }
}
.reward span{
    display:block;
    padding-top:30px;
    line-height: 24px;
}

/* Title */

.title{
    text-align: center;
}
.title strong{
    display:block;
    font-size:40px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
}
@media (max-width:799px) {
    .title strong{
        font-size:28px;
        line-height: 32px;
    }
}
.title p{
    display:block;
    font-size:30px;
    line-height: 38px;
    padding: 15px 0 0;
}
@media (max-width:799px) {
    .title p{
        font-size:20px;
        line-height: 28px;
    }
}
.title .scroll_down{
    display: inline-block;
    margin-top: 30px;
}
@media (max-width:799px) {
    .title .scroll_down{
        display: none;
    }
}
.title .scroll_down{
    width: 40px;
    height: 70px;
    border: 2px solid #abbbae;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}
.title .scroll_down:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #abbbae;
    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;
}

/* Logo */

.logo{
    width:100%;
    max-width: 500px;
    margin:0 auto;
}
@media (max-width:799px) {
    .logo{
        display: none;
    }
}
.logo img{
    display:block;
    width:300px;
    height: auto;
    margin:0 auto;
}

/* Form */

.form form{
    background: #ffffff;
    padding:30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.form span{
    display: block;
    padding-bottom: 5px;
}
.form input{
    display: block;
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #c8c8c8;
    border-radius: 5px;
    margin-bottom: 15px;
    transition:all 200ms linear;
	font-size:16px;
	font-family: 'Montserrat', sans-serif !important;
}
.form input:focus{
    border:1px solid #767676;
}
.form p{
    display: block;
    text-align: center;
    padding-top:15px;
}
.form .note{
    text-align: center;
    padding-top:15px;
    font-size:12px;
    line-height: 18px;
    color: #939393;
}
.form .note a{
    color: #939393;
}

/* Winners */

.form form .winners{
	text-align: center;
}

/* Dometic */

.dometic{
    padding:60px 15px;
    position: relative;
    z-index: 10;
    text-align: center;
    background:#ffffff url('/wp-content/themes/rvl/specials/ilovedometic/graphics/images/about.jpg') no-repeat bottom center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:799px) {
    .dometic{
        margin-top: 30px;
    }
}
.dometic .tagline{
    font-size:40px;
    line-height: 44px;
    font-weight: 900;
    text-align: center;
}
@media (max-width:799px) {
    .dometic .tagline{
        font-size:28px;
        line-height: 32px;
    }
}
.dometic p{
    display: block;
    max-width:500px;
    margin:30px auto;
    font-size:20px;
    line-height: 30px;
}

/* Footer */

.footer{
    max-width: 800px;
    padding:120px 0 30px;
    margin:0 auto;
    color:#939393;
    background: #ffffff;
    text-align: center;
}
.footer .rvland{
    display:inline-block;
}
.footer .rvland img{
    display:block;
    width:80px;
    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:12px;
    text-transform: uppercase;
    background: #f1f1f1;
    color:#939393;
    transition:all 200ms linear;
    text-decoration: none;
}
.footer ul li a:hover{
    background: #40b0c3;
    color:#ffffff;
}
.footer p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}
.footer p a{
    color:#939393;
}
