/*//////////////////////////////////////////*/
/* Reset styles */
/*//////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, i{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
}
ol, ul{
	list-style:none;
}
caption{
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}
a img{
	border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
}
/*//////////////////////////////////////////*/
/* RV Land Sans */
/*//////////////////////////////////////////*/

@font-face {
	font-family: 'RVLandSans';
	src: url('/wp-content/themes/rvl/fonts/RVLandSans.eot');
	src: url('/wp-content/themes/rvl/fonts/RVLandSans.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/rvl/fonts/RVLandSans.woff2') format('woff2'),
	url('/wp-content/themes/rvl/fonts/RVLandSans.woff') format('woff'),
	url('/wp-content/themes/rvl/fonts/RVLandSans.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}/** ==|== Responsive =============================================================
	Author: James Jackson-South
	twitter : http://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	website : http://responsivebp.com/
	Copyright (c),  James Jackson-South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v4.1.3 | MIT License | responsivebp.com */

/*//////////////////////////////////////////*/
/* Reset */
/*//////////////////////////////////////////*/

*,
:before,
:after{
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}

/*//////////////////////////////////////////*/
/* Container */
/*//////////////////////////////////////////*/

.container {
	width: calc(100% - 30px);
	max-width: 1200px;
	position:relative;
	margin: 0 auto;
	z-index:15;
}
.container_full {
	width: 100%;
	position:relative;
	z-index:15;
}

/*//////////////////////////////////////////*/
/* Rows and gutters */
/*//////////////////////////////////////////*/

.row,
[class*="block_row_"] {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.no_gutter {
	margin: 0;
}
.no_gutter [class*="block_row_"] {
	display: block;
	padding: 0;
	list-style: none;
}
[class*=col_],
[class*="block_row_"] > * {
	padding: 0 15px;
	width: 100%;
}
[class*=col_][class*=offset],
[class*=col_][class*=push],
[class*=col_][class*=pull] {
	position: relative;
}
[class*="block_row_"].no_gutter > *,
.no_gutter > [class*=col_] {
	padding: 0;
}

/*//////////////////////////////////////////*/
/* Grid margins */
/*//////////////////////////////////////////*/

.row_grid{
	margin: 0 -15px;
}
.row_grid [class*=col_] {
	padding: 0 15px 30px;
}
@media (max-width:599px) {
	.row_grid{
		margin: 0 -7.5px 15px;
	}
	.row_grid [class*=col_] {
		padding: 0 7.5px 15px;
	}
}

/*//////////////////////////////////////////*/
/* XXS — Screen less than 600px */
/*//////////////////////////////////////////*/

.col_xxs_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
.offset_xxs_1 { margin-left: 8.33333%; }
.push_xxs_1 { left: 8.33333%; }
.pull_xxs_1 { right: 8.33333%; }
.col_xxs_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
.offset_xxs_2 { margin-left: 16.66667%; }
.push_xxs_2 { left: 16.66667%; }
.pull_xxs_2 { right: 16.66667%; }
.col_xxs_3 { max-width: 25%; flex: 0 0 25%; }
.offset_xxs_3 { margin-left: 25%; }
.push_xxs_3 { left: 25%; }
.pull_xxs_3 { right: 25%; }
.col_xxs_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
.offset_xxs_4 { margin-left: 33.33333%; }
.push_xxs_4 { left: 33.33333%; }
.pull_xxs_4 { right: 33.33333%; }
.col_xxs_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
.offset_xxs_5 { margin-left: 41.66667%; }
.push_xxs_5 { left: 41.66667%; }
.pull_xxs_5 { right: 41.66667%; }
.col_xxs_6 { max-width: 50%; flex: 0 0 50%; }
.offset_xxs_6 { margin-left: 50%; }
.push_xxs_6 { left: 50%; }
.pull_xxs_6 { right: 50%; }
.col_xxs_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
.offset_xxs_7 { margin-left: 58.33333%; }
.push_xxs_7 { left: 58.33333%; }
.pull_xxs_7 { right: 58.33333%; }
.col_xxs_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
.offset_xxs_8 { margin-left: 66.66667%; }
.push_xxs_8 { left: 66.66667%; }
.pull_xxs_8 { right: 66.66667%; }
.col_xxs_9 { max-width: 75%; flex: 0 0 75%; }
.offset_xxs_9 { margin-left: 75%; }
.push_xxs_9 { left: 75%; }
.pull_xxs_9 { right: 75%; }
.col_xxs_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
.offset_xxs_10 { margin-left: 83.33333%; }
.push_xxs_10 { left: 83.33333%; }
.pull_xxs_10 { right: 83.33333%; }
.col_xxs_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
.offset_xxs_11 { margin-left: 91.66667%; }
.push_xxs_11 { left: 91.66667%; }
.pull_xxs_11 { right: 91.66667%; }
.col_xxs_12 { max-width: 100%; flex: 0 0 100%; }
.offset_xxs_12 { margin-left: 100%; }
.push_xxs_12 { left: 100%; }
.pull_xxs_12 { right: 100%; }

.block_row_xxs_1>* { flex: 0 0 100%; }
.block_row_xxs_2>* { flex: 0 0 50%; }
.block_row_xxs_3>* { flex: 0 0 33.33333%; }
.block_row_xxs_4>* { flex: 0 0 25%; }
.block_row_xxs_5>* { flex: 0 0 20%; }
.block_row_xxs_6>* { flex: 0 0 16.66667%; }
.block_row_xxs_7>* { flex: 0 0 14.28571%; }
.block_row_xxs_8>* { flex: 0 0 12.5%; }
.block_row_xxs_9>* { flex: 0 0 11.11111%; }
.block_row_xxs_10>* { flex: 0 0 10%; }
.block_row_xxs_11>* { flex: 0 0 9.09091%; }
.block_row_xxs_12>* { flex: 0 0 8.33333%; }

/*//////////////////////////////////////////*/
/* XS — Screen between 600px and 800px */
/*//////////////////////////////////////////*/

@media (min-width: 600px) {

	.col_xs_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_xs_1 { margin-left: 8.33333%; }
	.push_xs_1 { left: 8.33333%; }
	.pull_xs_1 { right: 8.33333%; }
	.col_xs_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_xs_2 { margin-left: 16.66667%; }
	.push_xs_2 { left: 16.66667%; }
	.pull_xs_2 { right: 16.66667%; }
	.col_xs_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_xs_3 { margin-left: 25%; }
	.push_xs_3 { left: 25%; }
	.pull_xs_3 { right: 25%; }
	.col_xs_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_xs_4 { margin-left: 33.33333%; }
	.push_xs_4 { left: 33.33333%; }
	.pull_xs_4 { right: 33.33333%; }
	.col_xs_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_xs_5 { margin-left: 41.66667%; }
	.push_xs_5 { left: 41.66667%; }
	.pull_xs_5 { right: 41.66667%; }
	.col_xs_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_xs_6 { margin-left: 50%; }
	.push_xs_6 { left: 50%; }
	.pull_xs_6 { right: 50%; }
	.col_xs_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_xs_7 { margin-left: 58.33333%; }
	.push_xs_7 { left: 58.33333%; }
	.pull_xs_7 { right: 58.33333%; }
	.col_xs_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_xs_8 { margin-left: 66.66667%; }
	.push_xs_8 { left: 66.66667%; }
	.pull_xs_8 { right: 66.66667%; }
	.col_xs_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_xs_9 { margin-left: 75%; }
	.push_xs_9 { left: 75%; }
	.pull_xs_9 { right: 75%; }
	.col_xs_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_xs_10 { margin-left: 83.33333%; }
	.push_xs_10 { left: 83.33333%; }
	.pull_xs_10 { right: 83.33333%; }
	.col_xs_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_xs_11 { margin-left: 91.66667%; }
	.push_xs_11 { left: 91.66667%; }
	.pull_xs_11 { right: 91.66667%; }
	.col_xs_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_xs_12 { margin-left: 100%; }
	.push_xs_12 { left: 100%; }
	.pull_xs_12 { right: 100%; }

	.block_row_xs_1>* { flex: 0 0 100%; }
	.block_row_xs_2>* { flex: 0 0 50%; }
	.block_row_xs_3>* { flex: 0 0 33.33333%; }
	.block_row_xs_4>* { flex: 0 0 25%; }
	.block_row_xs_5>* { flex: 0 0 20%; }
	.block_row_xs_6>* { flex: 0 0 16.66667%; }
	.block_row_xs_7>* { flex: 0 0 14.28571%; }
	.block_row_xs_8>* { flex: 0 0 12.5%; }
	.block_row_xs_9>* { flex: 0 0 11.11111%; }
	.block_row_xs_10>* { flex: 0 0 10%; }
	.block_row_xs_11>* { flex: 0 0 9.09091%; }
	.block_row_xs_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* S — Screen between 800px and 1000px */
/*//////////////////////////////////////////*/

@media (min-width: 800px) {

	.col_s_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_s_1 { margin-left: 8.33333%; }
	.push_s_1 { left: 8.33333%; }
	.pull_s_1 { right: 8.33333%; }
	.col_s_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_s_2 { margin-left: 16.66667%; }
	.push_s_2 { left: 16.66667%; }
	.pull_s_2 { right: 16.66667%; }
	.col_s_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_s_3 { margin-left: 25%; }
	.push_s_3 { left: 25%; }
	.pull_s_3 { right: 25%; }
	.col_s_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_s_4 { margin-left: 33.33333%; }
	.push_s_4 { left: 33.33333%; }
	.pull_s_4 { right: 33.33333%; }
	.col_s_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_s_5 { margin-left: 41.66667%; }
	.push_s_5 { left: 41.66667%; }
	.pull_s_5 { right: 41.66667%; }
	.col_s_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_s_6 { margin-left: 50%; }
	.push_s_6 { left: 50%; }
	.pull_s_6 { right: 50%; }
	.col_s_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_s_7 { margin-left: 58.33333%; }
	.push_s_7 { left: 58.33333%; }
	.pull_s_7 { right: 58.33333%; }
	.col_s_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_s_8 { margin-left: 66.66667%; }
	.push_s_8 { left: 66.66667%; }
	.pull_s_8 { right: 66.66667%; }
	.col_s_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_s_9 { margin-left: 75%; }
	.push_s_9 { left: 75%; }
	.pull_s_9 { right: 75%; }
	.col_s_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_s_10 { margin-left: 83.33333%; }
	.push_s_10 { left: 83.33333%; }
	.pull_s_10 { right: 83.33333%; }
	.col_s_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_s_11 { margin-left: 91.66667%; }
	.push_s_11 { left: 91.66667%; }
	.pull_s_11 { right: 91.66667%; }
	.col_s_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_s_12 { margin-left: 100%; }
	.push_s_12 { left: 100%; }
	.pull_s_12 { right: 100%; }

	.block_row_s_1>* { flex: 0 0 100%; }
	.block_row_s_2>* { flex: 0 0 50%; }
	.block_row_s_3>* { flex: 0 0 33.33333%; }
	.block_row_s_4>* { flex: 0 0 25%; }
	.block_row_s_5>* { flex: 0 0 20%; }
	.block_row_s_6>* { flex: 0 0 16.66667%; }
	.block_row_s_7>* { flex: 0 0 14.28571%; }
	.block_row_s_8>* { flex: 0 0 12.5%; }
	.block_row_s_9>* { flex: 0 0 11.11111%; }
	.block_row_s_10>* { flex: 0 0 10%; }
	.block_row_s_11>* { flex: 0 0 9.09091%; }
	.block_row_s_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* M — Screen between 1000px and 1200px */
/*//////////////////////////////////////////*/

@media (min-width: 1000px) {

	.col_m_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_m_1 { margin-left: 8.33333%; }
	.push_m_1 { left: 8.33333%; }
	.pull_m_1 { right: 8.33333%; }
	.col_m_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_m_2 { margin-left: 16.66667%; }
	.push_m_2 { left: 16.66667%; }
	.pull_m_2 { right: 16.66667%; }
	.col_m_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_m_3 { margin-left: 25%; }
	.push_m_3 { left: 25%; }
	.pull_m_3 { right: 25%; }
	.col_m_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_m_4 { margin-left: 33.33333%; }
	.push_m_4 { left: 33.33333%; }
	.pull_m_4 { right: 33.33333%; }
	.col_m_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_m_5 { margin-left: 41.66667%; }
	.push_m_5 { left: 41.66667%; }
	.pull_m_5 { right: 41.66667%; }
	.col_m_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_m_6 { margin-left: 50%; }
	.push_m_6 { left: 50%; }
	.pull_m_6 { right: 50%; }
	.col_m_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_m_7 { margin-left: 58.33333%; }
	.push_m_7 { left: 58.33333%; }
	.pull_m_7 { right: 58.33333%; }
	.col_m_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_m_8 { margin-left: 66.66667%; }
	.push_m_8 { left: 66.66667%; }
	.pull_m_8 { right: 66.66667%; }
	.col_m_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_m_9 { margin-left: 75%; }
	.push_m_9 { left: 75%; }
	.pull_m_9 { right: 75%; }
	.col_m_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_m_10 { margin-left: 83.33333%; }
	.push_m_10 { left: 83.33333%; }
	.pull_m_10 { right: 83.33333%; }
	.col_m_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_m_11 { margin-left: 91.66667%; }
	.push_m_11 { left: 91.66667%; }
	.pull_m_11 { right: 91.66667%; }
	.col_m_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_m_12 { margin-left: 100%; }
	.push_m_12 { left: 100%; }
	.pull_m_12 { right: 100%; }

	.block_row_m_1>* { flex: 0 0 100%; }
	.block_row_m_2>* { flex: 0 0 50%; }
	.block_row_m_3>* { flex: 0 0 33.33333%; }
	.block_row_m_4>* { flex: 0 0 25%; }
	.block_row_m_5>* { flex: 0 0 20%; }
	.block_row_m_6>* { flex: 0 0 16.66667%; }
	.block_row_m_7>* { flex: 0 0 14.28571%; }
	.block_row_m_8>* { flex: 0 0 12.5%; }
	.block_row_m_9>* { flex: 0 0 11.11111%; }
	.block_row_m_10>* { flex: 0 0 10%; }
	.block_row_m_11>* { flex: 0 0 9.09091%; }
	.block_row_m_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* L — Screen more than 1200px */
/*//////////////////////////////////////////*/

@media (min-width: 1200px) {

	.col_l_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_l_1 { margin-left: 8.33333%; }
	.push_l_1 { left: 8.33333%; }
	.pull_l_1 { right: 8.33333%; }
	.col_l_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_l_2 { margin-left: 16.66667%; }
	.push_l_2 { left: 16.66667%; }
	.pull_l_2 { right: 16.66667%; }
	.col_l_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_l_3 { margin-left: 25%; }
	.push_l_3 { left: 25%; }
	.pull_l_3 { right: 25%; }
	.col_l_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_l_4 { margin-left: 33.33333%; }
	.push_l_4 { left: 33.33333%; }
	.pull_l_4 { right: 33.33333%; }
	.col_l_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_l_5 { margin-left: 41.66667%; }
	.push_l_5 { left: 41.66667%; }
	.pull_l_5 { right: 41.66667%; }
	.col_l_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_l_6 { margin-left: 50%; }
	.push_l_6 { left: 50%; }
	.pull_l_6 { right: 50%; }
	.col_l_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_l_7 { margin-left: 58.33333%; }
	.push_l_7 { left: 58.33333%; }
	.pull_l_7 { right: 58.33333%; }
	.col_l_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_l_8 { margin-left: 66.66667%; }
	.push_l_8 { left: 66.66667%; }
	.pull_l_8 { right: 66.66667%; }
	.col_l_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_l_9 { margin-left: 75%; }
	.push_l_9 { left: 75%; }
	.pull_l_9 { right: 75%; }
	.col_l_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_l_10 { margin-left: 83.33333%; }
	.push_l_10 { left: 83.33333%; }
	.pull_l_10 { right: 83.33333%; }
	.col_l_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_l_11 { margin-left: 91.66667%; }
	.push_l_11 { left: 91.66667%; }
	.pull_l_11 { right: 91.66667%; }
	.col_l_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_l_12 { margin-left: 100%; }
	.push_l_12 { left: 100%; }
	.pull_l_12 { right: 100%; }

	.block_row_l_1>* { flex: 0 0 100%; }
	.block_row_l_2>* { flex: 0 0 50%; }
	.block_row_l_3>* { flex: 0 0 33.33333%; }
	.block_row_l_4>* { flex: 0 0 25%; }
	.block_row_l_5>* { flex: 0 0 20%; }
	.block_row_l_6>* { flex: 0 0 16.66667%; }
	.block_row_l_7>* { flex: 0 0 14.28571%; }
	.block_row_l_8>* { flex: 0 0 12.5%; }
	.block_row_l_9>* { flex: 0 0 11.11111%; }
	.block_row_l_10>* { flex: 0 0 10%; }
	.block_row_l_11>* { flex: 0 0 9.09091%; }
	.block_row_l_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* Hide elements */
/*//////////////////////////////////////////*/

@media (max-width:599px) {
	.hide_xxs{
		display:none !important;
	}
}
@media (max-width:799px) and (min-width:600px) {
	.hide_xs{
		display:none !important;
	}
}
@media (max-width:999px) and (min-width:800px) {
	.hide_s{
		display:none !important;
	}
}
@media (max-width:1199px) and (min-width:1000px) {
	.hide_m{
		display:none !important;
	}
}
@media (min-width:1200px) {
	.hide_l{
		display:none !important;
	}
}

/*//////////////////////////////////////////*/
/* Text align */
/*//////////////////////////////////////////*/

@media (max-width:599px) {
	.txt_xxs_ac{ text-align: center !important; }
	.txt_xxs_al{ text-align: left !important; }
	.txt_xxs_ar{ text-align: right !important; }
}
@media (max-width:799px) and (min-width:600px) {
	.txt_xs_ac{ text-align: center !important; }
	.txt_xs_al{ text-align: left !important; }
	.txt_xs_ar{ text-align: right !important; }
}
@media (max-width:999px) and (min-width:800px) {
	.txt_s_ac{ text-align: center !important; }
	.txt_s_al{ text-align: left !important; }
	.txt_s_ar{ text-align: right !important; }
}
@media (max-width:1199px) and (min-width:1000px) {
	.txt_m_ac{ text-align: center !important; }
	.txt_m_al{ text-align: left !important; }
	.txt_m_ar{ text-align: right !important; }
}
@media (min-width:1200px) {
	.txt_l_ac{ text-align: center !important; }
	.txt_l_al{ text-align: left !important; }
	.txt_l_ar{ text-align: right !important; }
}

/*//////////////////////////////////////////*/
/* Fix float */
/*//////////////////////////////////////////*/

.row:after{
	content:'';
	display:table;
	clear:both;
	float:none;
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}/*//////////////////////////////////////////*/
/* Animations */
/*//////////////////////////////////////////*/

/* Loading */

@-webkit-keyframes loading {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes loading {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes loading {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*//////////////////////////////////////////*/
/* 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:#717a8f;
	font-size:16px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background:#f5fbfd;
	min-width:360px;
	overflow-x:hidden;
	position:relative;
	transition:all 200ms linear;
}

/* Preloader */

body.loading{
	overflow: hidden;
}
body.loading:before,
body.loading:after{
	content: '';
	background: #f5fbfd;
}
body.loading:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
body.loading:after{
	width: 50px;
	height: 50px;
	border: 3px solid #039ae4;
	border-right: 3px solid #f5fbfd;
	border-radius: 25px;
	position: fixed;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 1100;

	-webkit-animation: loading 1000ms linear infinite;
	-moz-animation: loading 1000ms linear infinite;
	animation: loading 1000ms linear infinite;
}

/*//////////////////////////////////////////*/
/* Elements */
/*//////////////////////////////////////////*/

a{
	color:inherit;
	text-decoration:underline;
	transition:all 200ms linear;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
.txt_h1{	
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-family: 'RVLandSans';
}
.txt_16_22{	
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.txt_14_18{	
	display: block;
	font-size: 14px;
	line-height: 18px;
}

/*//////////////////////////////////////////*/
/* Wrapper */
/*//////////////////////////////////////////*/

.wrapper{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 30px 15px;
	min-height: 100vh;
	position: relative;
}
.wrapper .inner{
	width: 600px;
	max-width: 100%;
}

/* Header */

.wrapper .inner .header{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	padding: 0 30px;
}
.wrapper .inner .header .logo{
	display: block;
	flex-shrink: 0;
}
.wrapper .inner .header .logo img{
	display: block;
	width: auto;
	height: 50px;
	flex-shrink: 0;
}
.wrapper .inner .header .valid{
	display: block;
	text-align: right;
}
.wrapper .inner .header .valid span{
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
.wrapper .inner .header .valid strong{
	display: block;
	padding-top: 5px;
}

/* Form */

.wrapper .inner .form{
	padding: 30px;
	margin: 30px 0;
	background: #ffffff;
	box-shadow: 0 20px 50px 0 rgba(7, 50, 71, 0.15);
	position: relative;
	transition: all 500ms linear;
}
@media (max-width:599px) {
	.wrapper .inner .form{
		padding: 15px;
		margin: 30px 0 15px;
	}
}

/* Сomplete */

.wrapper .inner .form .complete{
	max-width: 360px;
}
.wrapper .inner .form .complete p{
	padding: 15px 0 0;
}

/* Progress */

.wrapper .inner .form .progress{
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #b3d4e4;
	position: relative;
	margin-bottom: 30px;
}
.wrapper .inner .form .progress .bar{
	background: #039ae4;
	border-radius: 5px;
	width: 0%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: all 500ms linear;
}

/* Steps */

.wrapper .inner .form .steps{
	width: 100%;
}
.wrapper .inner .form .steps .step{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.wrapper .inner .form .steps .step .intro{
	max-width: 360px;
}
.wrapper .inner .form .steps .step .intro p{
	padding: 15px 0 0;
}
.wrapper .inner .form .steps .step .question{
	padding-bottom: 15px;
}
.wrapper .inner .form .steps .step .answer{
	margin-top: 15px;
}
.wrapper .inner .form .steps .step .answer label{
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
	cursor: pointer;
	position: relative;
	min-height: 30px;
}
.wrapper .inner .form .steps .step .answer label input{
	position: absolute;
	left: -100px;
}
.wrapper .inner .form .steps .step .answer label span{
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #b3d4e4;
	background: #ffffff;
	flex-shrink: 0;
	margin-right: 10px;
	transition: all 300ms linear;
}
.wrapper .inner .form .steps .step .answer label span:before{
	content: '';
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background: #ffffff;
	transition: all 300ms linear;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
.wrapper .inner .form .steps .step .answer label span.radio{
	border-radius: 15px;
}
.wrapper .inner .form .steps .step .answer label span.radio:before{
	border-radius: 10px;
}
.wrapper .inner .form .steps .step .answer label span.checkbox{
	border-radius: 5px;
}
.wrapper .inner .form .steps .step .answer label span.checkbox:before{
	border-radius: 3px;
}
.wrapper .inner .form .steps .step .answer label input:checked + span{
	border: 2px solid #039ae4;
}
.wrapper .inner .form .steps .step .answer label:hover span:before{
	background: #b3d4e4;
	opacity: 1;
}
.wrapper .inner .form .steps .step .answer label input:checked + span:before{
	background: #039ae4;
	opacity: 1;
}
.wrapper .inner .form .steps .step .answer label strong{
	padding-top: 4px;
}
.wrapper .inner .form .steps .step .email{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    text-align: left;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
.wrapper .inner .form .steps .step .email strong{
	display: block;
    font-weight: 700;
    padding: 0 15px;
}
.wrapper .inner .form .steps .step .email input{
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #dae1e6;
	border-radius: 20px;
	background: #ffffff;
	font-size:16px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	transition: all 300ms linear;
	margin: 10px 0;
}
.wrapper .inner .form .steps .step .email p{
	display: block;
    padding: 0 15px;
}
.wrapper .inner .form .steps .step .email input:focus{
	border: 1px solid #0279b3;
}
.wrapper .inner .form .steps .step .nav{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin-top: auto;
	padding-top: 30px;
}
.wrapper .inner .form .steps .step .nav button{
	display: block;
	height: 40px;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 20px;
	font-size:14px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:700;
	text-transform: uppercase;
	transition: all 300ms linear;
}
.wrapper .inner .form .steps .step .nav button.next{
    border: 2px solid #0279b3;
    background: #ffffff;
    color: #0279b3;
}
.wrapper .inner .form .steps .step .nav button.next:hover{
    background: #0279b3;
    color: #ffffff;
}
.wrapper .inner .form .steps .step .nav button.next:disabled{
    border: 2px solid #0279b3;
    background: #ffffff;
    color: #0279b3;
    cursor: not-allowed;
    opacity: 0.5;
}
.wrapper .inner .form .steps .step .nav button.back{
    border: 2px solid #dae1e6;
    background: #ffffff;
    color: #98a8b2;
}
.wrapper .inner .form .steps .step .nav button.back:hover{
    background: #dae1e6;
}
.wrapper .inner .form .steps .step .nav button.submit{
    border: 2px solid #0279b3;
    background: #0279b3;
    color: #ffffff;
}
.wrapper .inner .form .steps .step .nav button.submit:hover{
    border: 2px solid #039ae4;
    background: #039ae4;
    color: #ffffff;
}
.wrapper .inner .form .steps .step .hide_me{
    display: none;
}

/* Results */

.wrapper .inner .form .results .controls{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dae1e6;
}
.wrapper .inner .form .results .controls a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #dae1e6;
	margin-right: 5px;
}
.wrapper .inner .form .results .controls a:hover{
	color: #717a8f;
}
.wrapper .inner .form .results strong{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.wrapper .inner .form .results h1{
	max-width: 360px;
	padding: 5px 0 15px;
}
.wrapper .inner .form .results .question{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #dae1e6;
}
.wrapper .inner .form .results .question .answer{
	margin-top: 15px;
}
.wrapper .inner .form .results .question .answer p{
	margin-bottom: 5px;
}
.wrapper .inner .form .results .question .answer .bar{
	width: 100%;
	position: relative;
	height: 24px;
	line-height: 24px;
	border-radius: 0 12px 12px 0;
	background: #b3d4e4;
}
.wrapper .inner .form .results .question .answer .bar div{
	position: relative;
	padding: 0 6px;
	font-size: 14px;
	z-index: 10;
	color: #ffffff;
	text-shadow: 0 0 2px #073247;
}
.wrapper .inner .form .results .question .answer .bar span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 0 12px 12px 0;
	background: #039ae4;
	z-index: 5;
}

/* Preloader */

.wrapper .inner .form .preloader_form{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #ffffff;
}
.wrapper .inner .form .preloader_form div{
	width: 50px;
	height: 50px;
	border: 3px solid #039ae4;
	border-right: 3px solid #ffffff;
	border-radius: 25px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 110;

	-webkit-animation: loading 1000ms linear infinite;
	-moz-animation: loading 1000ms linear infinite;
	animation: loading 1000ms linear infinite;
}

/* Empty */

.wrapper .inner .form .empty h1{
	display: block;
	margin-bottom: 15px;
}
.wrapper .inner .form .empty ul{
	margin-top: 15px;
}
.wrapper .inner .form .empty ul li{
	display: block;
	padding-top: 15px;
}
.wrapper .inner .form .empty ul li strong{
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.wrapper .inner .form .empty ul li span{
	display: block;
	font-size: 12px;
}

/* Footer */

.wrapper .inner .footer{
	color: #98a8b2;
	padding: 0 30px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
@media (max-width:599px) {
	.wrapper .inner .footer{
		padding: 0 15px;
		max-width: 100%;
	}
}
.wrapper .inner .footer select{
	display: block;
	width: 100%;
	font-size:14px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	height: 30px;
	background: #f5fbfd;
	border: 1px solid #dae1e6;
	color: #98a8b2;
	border-radius: 15px;
	padding: 0 10px;
	margin-top: 30px;
	transition: all 300ms linear;
}
.wrapper .inner .footer select:hover,
.wrapper .inner .footer select:focus{
	background: #ffffff;
}