html,body
{
	line-height:27px;
	font-family: 'Hind', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#242333;
}

a
{
	color:#DD3A56;
}

a:hover,
{
	color:#DD3A56;
	text-decoration:underline;
}

a:focus,
a:active
{
	color:#DD3A56;
	text-decoration:none;
}

img,
img[style]
{
	max-width:100% !important;
	height:auto !important;
}

/* HEADER */

#header
{
	z-index:99;
	display:flex;
	position:sticky;
	top:0px;
	background:#FFFFFF;
}

#header > .container
{
	overflow:visible;
	padding:38px 20px 34px 20px;
	height:135px;
	width:100%;
	max-width:1400px;
}

#header > .container #logo
{
	float:left;
}

#header > .container .mobile
{
	display:none;
}

#header > .container nav
{
	float:right;
	padding-top:15px;
}

#header > .container nav ul#topmenu
{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

#header > .container nav ul#topmenu > li
{
	float:left;
	border-radius:10px;
	background:#fff;
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	transition:box-shadow 100ms;
}

#header > .container nav ul#topmenu > li > a
{
	display:block;
	padding:10px 15px;
	line-height:18px;
	font-family:'Montserrat', sans-serif;
	font-size:15px;
	font-weight:500;
	color: rgba(0,0,0,0.9);
}

#header > .container nav ul#topmenu > li > a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

#header > .container nav ul#topmenu > li.active > a
{
	font-weight:700;
}

#header > .container nav ul#topmenu > li > a.toggle
{
	overflow:hidden;
	position:absolute;
	top:10px;
	right:15px;
	padding:0px;
	display:inline-block;
	height:18px;
	width:18px;
	text-indent:-9999px;
	vertical-align:bottom;
}

#header > .container nav ul#topmenu > li > a.toggle::before
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background:url(/assets/2/images/icon-arrow-down-black.svg) no-repeat center right;
	transition:opacity 100ms;
}

#header > .container nav ul#topmenu > li > a.toggle::after
{
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background:url(/assets/2/images/icon-arrow-down-red.svg) no-repeat center right;
	transition:opacity 100ms;
}

#header > .container nav ul#topmenu > li.children
{
	position:relative;
	padding-right:calc(18px);
}

#header > .container nav ul#topmenu > li.children > ul
{
	overflow:hidden;
	margin:0px;
	padding:0px;
	list-style:none;
	max-height:0px;
	transition:max-height 100ms;
}

#header > .container nav ul#topmenu > li.children > ul > li
{
	width:100%;
}

#header > .container nav ul#topmenu > li.children > ul > li > a
{
	display:block;
	padding:5px 5px 5px 15px;
	line-height:20px;
	font-size:15px;
	font-weight:400;
	color:rgba(0,0,0,0.9);
}

#header > .container nav ul#topmenu > li.children > ul > li > a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

#header > .container nav ul#topmenu > li.children > ul > li:first-child > a
{
	padding-top:15px;
}

#header > .container nav ul#topmenu > li.children > ul > li:last-child > a
{
	padding-bottom:15px;
}

#header > .container nav ul#language
{
	float:left;
	line-height:24px;
	margin:0px;
	padding:7px 10px 7px 5px;
	list-style:none;
	border-right:1px solid rgba(0,0,0,0.2);
}

#header > .container nav ul#language li img
{
	width:20px;
	height:20px;
	vertical-align:middle;
}

#header > .container nav .currency
{
	float:left;
	margin:0px 0px;
	background:#fff;
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	border-radius:10px;
	transition:box-shadow 100ms;
}

#header > .container nav .currency > p
{
	display:none;
}

#header > .container nav .currency > div
{
	position:relative;
	display: block;
	padding: 10px 18px 10px 10px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #414142;
}

#header > .container nav .currency > div::before
{
	opacity:1;
	position:absolute;
	top:10px;
	right:5px;
	width:18px;
	height:18px;
	content:'';
	background:url(/assets/2/images/icon-arrow-down-black.svg) no-repeat center right;
	transition:opacity 100ms;
}

#header > .container nav .currency > div::after
{
	opacity:0;
	position:absolute;
	top:10px;
	right:5px;
	width:18px;
	height:18px;
	content:'';
	background:url(/assets/2/images/icon-arrow-down-red.svg) no-repeat center right;
	transition:opacity 100ms;
}

#header > .container nav .currency > ul
{
	overflow:hidden;
	margin:0px;
	padding:0px;
	max-height:0px;
	list-style:none;
	transition:max-height 100ms;
}

#header > .container nav .currency > ul > li > a
{
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
	white-space: nowrap;
}

#header > .container nav .currency > ul > li.active > a
{
	font-weight:700;
}

#header > .container nav .currency > ul > li > a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

#header > .container nav ul#shortcuts
{
	float:left;
	margin:0px;
	padding:0px 8px;
	list-style:none;
}

#header > .container nav ul#shortcuts > li
{
	float:left;
	padding-left:8px;
}

#header > .container nav ul#shortcuts > li > a
{
	display:inline-block;
	padding:9px 15px;
	line-height:20px;
	font-family:'Montserrat', sans-serif;
	font-size:13px;
	font-weight:500;
	color:#DD3A56;
	background:#fff;
	border:1px solid #41414233;
	border-radius:10px;
	transition: color 100ms, border-color 200ms;
}

#header > .container nav ul#shortcuts > li.person > a::after
{
	content:'';
	display:inline-block;
	padding-left:10px;
	margin-left:10px;
	height:20px;
	width:25px;
	border-left:1px solid rgba(0,0,0,0.1);
	background:url(/assets/2/images/icon-person.svg) no-repeat center right;
	vertical-align:bottom;
	transition: color 100ms, border-color 200ms;
}

#header > .container nav ul#shortcuts > li > a:hover
{
	text-decoration:none;
	border-color:#DD3A56;
}

#header > .container nav ul#shortcuts > li.person > a:hover::after
{
	border-color:#DD3A56;
}

@media screen and (min-width:992px) and (max-width:1398.98px)
{
	#header > .container
	{
		position:relative;
	}

	#header > .container nav ul#topmenu
	{
		position: relative;
		top: 23px;
	}

	#header > .container nav ul#shortcuts
	{
		position:absolute;
		top:25px;
		right:111px;
	}

	#header > .container nav #language
	{
		position:absolute;
		top:25px;
		right:76px;
	}

	#header > .container nav .currency
	{
		position:absolute;
		top:25px;
		right:20px;
	}
}

@media screen and (min-width:992px)
{
	#header > .container nav ul#topmenu > li:hover > a.toggle::before
	{
		opacity:0;
	}

	#header > .container nav ul#topmenu > li:hover > a.toggle::after
	{
		opacity:1;
	}

	#header > .container nav ul#topmenu > li.children:hover
	{
		box-shadow:0px 0px 15px rgba(0,0,0,0.1);
	}

	#header > .container nav ul#topmenu > li.children:hover > ul
	{
		max-height:320px;
	}

	#header > .container nav ul#topmenu > li.children > ul > li > a::before
	{
		content:'';
		display:inline-block;
		margin-right:-5px;
		width:20px;
		height:20px;
		background:url(/assets/2/images/icon-arrow-right-red.svg) no-repeat center left;
		vertical-align:middle;
	}

	#header > .container nav .currency:hover
	{
		cursor:pointer;
		box-shadow:0px 0px 15px rgba(0,0,0,0.1);
	}

	#header > .container nav .currency:hover > ul
	{
		max-height:320px;
	}

	#header > .container nav .currency:hover > div::before
	{
		opacity:0;
	}

	#header > .container nav .currency:hover > div::after
	{
		opacity:1;
	}
}


@media screen and (min-width:992px)
{
	#header > .container nav ul#topmenu > li > a.toggle
	{
		pointer-events:none;
	}
}

@media screen and (max-width:991.98px)
{
	#header > .container
	{
		padding:28px 20px 25px 20px;
		height:100px;
	}

	#header > .container #logo img
	{
		width:140px;
		height:auto;
	}

	#header > .container a.mobile
	{
		position:absolute;
		top:37px;
		right:30px;
		display:block;
		width:26px;
		height:20px;
	}

	#header > .container a.mobile::before
	{
		content:'';
		position:absolute;
		top:0px;
		left:0px;
		overflow:hidden;
		display:block;
		width:26px;
		height:2px;
		background:#323544;
		border-radius:0.5px;
		transform:rotate(0deg);
		transition:transform 200ms, top 200ms, left 200ms;
	}

	#header > .container a.mobile::after
	{
		content:'';
		position:absolute;
		top:18px;
		left:0px;
		overflow:hidden;
		display:block;
		width:26px;
		height:2px;
		background:#323544;
		border-radius:0.5px;
		transform:rotate(0deg);
		transition:transform 200ms, top 200ms, left 200ms;
	}

	#header > .container a.mobile > span
	{
		opacity:1;
		position:absolute;
		top:9px;
		left:0px;
		overflow:hidden;
		display:block;
		width:26px;
		height:2px;
		text-indent:-9999px;
		background:#323544;
		border-radius:0.5px;
		transition:opacity 200ms;
	}

	#header.open > .container a.mobile::before
	{
		left:0px;
		top:9px;
		transform:rotate(45deg);
	}

	#header.open > .container a.mobile::after
	{
		left:0px;
		top:9px;
		transform:rotate(-45deg);
	}

	#header.open > .container a.mobile > span
	{
		opacity:0;
	}

	#header > .container nav
	{
		display:flex;
		flex-wrap:wrap;
		align-content: flex-start;
		overflow:auto;
		position:absolute;
		top:100px;
		left:0px;
		padding:0px;
		width:100%;
		height:calc(100vh - 100px);
		max-height:0px;
		background:#fff;
		transition:max-height 400ms;
	}

	#header.open > .container nav
	{
		max-height:calc(100dvh - 100px);
	}

	#header > .container nav ul#topmenu
	{
		order:3;
		padding:0px 15px;
		width:100%;
		background:#fff;
		text-align:center;
		border-radius:0px;
	}

	#header > .container nav ul#topmenu > li
	{
		clear:both;
		width:100%;
		padding:6px 0px;
	}

	#header > .container nav ul#topmenu > li:first-child
	{
		padding-top:16px;
	}

	#header > .container nav ul#topmenu > li:last-child
	{
		padding-bottom:16px;
	}

	#header > .container nav ul#topmenu > li.children
	{
		padding-left:10px;
		padding-right:0px;
	}

	#header > .container nav ul#topmenu > li > a
	{
		display:inline-block;
		width:auto;
		padding-right:0px;
		padding-left:0px;
		font-size:18px;
		transition:color 100ms;
	}

	#header > .container nav ul#topmenu > li > a.toggle
	{
		position:relative;
		top:0px;
		left:0px;
		margin:10px 0px;
		width:10px;
	}

	#header > .container nav ul#topmenu > li.children > ul > li > a
	{
		font-size:17px;
	}

	#header > .container nav ul#topmenu > li.children > ul > li:first-child > a
	{
		padding-top:10px;
	}

	#header > .container nav ul#topmenu > li.children > ul > li:last-child > a
	{
		padding-bottom:10px;
	}

	#header > .container nav ul#topmenu > li.open > a
	{
		color:#DD3A56;
	}

	#header > .container nav ul#topmenu > li.open > a.toggle::before
	{
		opacity:0;
	}

	#header > .container nav ul#topmenu > li.open > a.toggle::after
	{
		opacity:1;
	}

	#header > .container nav ul#topmenu > li.children.open
	{
	}

	#header > .container nav ul#topmenu > li.children.open > ul
	{
		max-height:320px;
	}

	#header > .container nav ul#language
	{
		position:fixed;
		top: 27px;
		right:80px;
		border-right:0px;
	}

	#header > .container nav ul#language li img
	{
		width:26px;
		height:26px;
	}

	#header > .container nav .currency
	{
		order:2;
		float:none;
		width:100%;
		background:#fff;
		border-radius:0px;
		text-align:center;
		border-bottom:1px solid #EFEBE6;
	}

	#header > .container nav .currency > p
	{
		display:inline-block;
		margin:0px;
		font-size:17px;
	}

	#header > .container nav .currency > div
	{
		cursor:pointer;
		display:inline-block;
		font-size:17px;
	}

/*
	#header > .container nav .currency > ul
	{
		background:#F9F7F5
	}
*/

	#header > .container nav .currency > ul > li:first-child
	{
		border-top:1px solid #EFEBE6;
		padding-top:10px;
	}

	#header > .container nav .currency > ul > li:last-child
	{
		padding-bottom:10px;
	}

	#header > .container nav .currency > ul > li > a
	{
		font-size:17px;
	}

	#header > .container nav .currency.open
	{
		cursor:pointer;
	}

	#header > .container nav .currency.open > div
	{
		color:#DD3A56;
	}

	#header > .container nav .currency.open > ul
	{
		max-height:320px;
	}

	#header > .container nav .currency.open > div::before
	{
		opacity:0;
	}

	#header > .container nav .currency.open > div::after
	{
		opacity:1;
	}

	#header > .container nav ul#shortcuts
	{
		float:none;
		order:1;
		padding:15px 15px;
		width:100%;
		text-align:center;
		background:#F9F7F5;
	}

	#header > .container nav ul#shortcuts li
	{
		float:none;
		display:inline-block;
	}

	#header > .container nav ul#shortcuts > li.person > a::after
	{
		display:none;
	}

	#main
	{
		position:relative;
		z-index:2;
	}
}


#header > .container nav ul#topmenu > li.menu
{
	position:relative;

}

#header > .container nav ul#topmenu > li.menu::before
{
	position:absolute;
	top:75px;
	left:calc(50% - 7px);
	content:'';
	display:block;
	width:14px;
	height:14px;
	transform:rotate(45deg);
	background:#F4F1EE;
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	#header > .container nav ul#topmenu > li.menu::before
	{
		top:52px;
	}
}

@media screen and (max-width: 992px)
{
	#header > .container nav ul#topmenu > li.menu::before
	{
		display:none;
	}
}

/* FOOTER */


#footer
{
	position:relative;
	z-index:3;
	overflow:visible;
	background:#E6DFD780;
}

#footer > .container
{
	display:flex;
	overflow: visible;
	padding: 0px 20px;
	width: 100%;
	max-width: 1400px;
}

#footer > .container .details
{
	display:block;
	margin-top:-30px;
	padding:75px 20px 20px 20px;
	line-height:27px;
	width:324px;
	color:#FFFFFF;
	font-size:17px;
	text-align:center;
	background:#DD3A56;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

#footer > .container .details a
{
	color:#fff;
}

#footer > .container .details .logo::after
{
	overflow:hidden;
	content:'';
	display:block;
	margin:30px auto;
	height:2px;
	width:115px;
	max-width:100%;
	background:#FFFFFF33;
}

#footer > .container .details p
{
	margin:0px;
}

#footer > .container .details .ssl
{
	margin-top:45px;
}


#footer > .container .navigation
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding:90px 0px 60px 60px;
	line-height:26px;
	font-size:17px;
	color:#000000;
}

#footer > .container .navigation a
{
	color:#000000;
}

#footer > .container .navigation a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

#footer > .container .navigation h3
{
	margin:0px 0px 30px 0px;
	padding:0px;
	line-height:26px;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:600;
}

#footer > .container .navigation > nav:nth-child(3n+1)
{
	width:calc(30% - 20px);
}

#footer > .container .navigation > nav:nth-child(3n+2)
{
	width:calc(32% - 20px);
}

#footer > .container .navigation > nav:nth-child(3n+1) > ul,
#footer > .container .navigation > nav:nth-child(3n+2) > ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer > .container .navigation > nav:nth-child(3n+3)
{
	width:38%;
}

#footer > .container .navigation > nav:nth-child(3n+3) > ul
{
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 15px;
}

#footer > .container .navigation > nav:nth-child(3n+3) > ul > li > a
{
	text-decoration:underline;
}

#footer > .container .navigation > nav:nth-child(3n+3) > ul > li > a:hover
{
	text-decoration:underline;
}

#footer > .container .footnote
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding:40px 0px 0px 0px;
	width:100%;
}

#footer > .container .footnote ul.social
{
	margin:0px;
	padding:0px;
	width:calc(30% - 20px);
	list-style:none;
}

#footer > .container .footnote ul.social > li
{
	display:inline-block;
	margin-right:20px;
}

#footer > .container .footnote ul.social > li > a
{
	overflow:hidden;
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-position:center center;
	background-repeat:no-repeat;
}

#footer > .container .footnote ul.social > li.social-facebook > a
{
	background-image:url('/assets/2/images/icon-facebook.svg');
}

#footer > .container .footnote ul.social > li.social-instagram > a
{
	background-image:url('/assets/2/images/icon-instagram.svg');
}

#footer > .container .footnote ul.social > li.social-x > a
{
	background-image:url('/assets/2/images/icon-x.svg');
}

#footer > .container .footnote ul.social > li.social-youtube > a
{
	background-image:url('/assets/2/images/icon-youtube.svg');
}

#footer > .container .footnote p
{
	margin:3px 0px;
	padding:0px;
	width:calc(70%);
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	#footer > .container .footnote ul.social
	{
		width:calc(40% - 20px);
	}

	#footer > .container .footnote p
	{
		width:60%;
		text-align:right;
	}
}

@media screen and (max-width: 991.98px)
{
	#footer > .container
	{
		flex-wrap:wrap;
	}

	#footer > .container .details
	{
		padding:45px 20px 40px 20px;
		width:100%;
		border-radius:20px;
	}

	#footer > .container .details .hide-mobile
	{
		display:none;
	}

	#footer > .container .details .logo
	{
		margin-bottom:30px;
	}

	#footer > .container .details .logo::after
	{
		display:none;
	}

	#footer > .container .details .ssl
	{
		margin-top:30px;
	}

	#footer > .container .navigation
	{
		gap:40px;
		padding:30px 0px;
	}

	#footer > .container .navigation h3
	{
		margin-bottom:15px;
	}

	#footer > .container .navigation > nav:nth-child(3n+1),
	#footer > .container .navigation > nav:nth-child(3n+2),
	#footer > .container .navigation > nav:nth-child(3n+3)
	{
		width:100%;
		text-align:center;
	}

	#footer > .container .navigation > nav:nth-child(3n+3) > ul
	{
		marign:0px;
		padding:0px;
		list-style:none;
	}

	#footer > .container .navigation > nav:nth-child(3n+3) > ul > li > a,
	#footer > .container .navigation > nav:nth-child(3n+3) > ul > li > a:hover
	{
		text-decoration:none;
	}

	#footer > .container .footnote
	{
		padding:0px;
		text-align:center;
	}

	#footer > .container .footnote ul.social
	{
		width:100%;
	}

	#footer > .container .footnote p
	{
		width:100%;
		font-size:15px;
	}
}

/* MAIN */

#main
{
	overflow-x:hidden;
}

#main > *:last-child
{
	padding-bottom:70px !important;
}

@media screen and (max-width:991.98px)
{
	#main
	{
		position:relative;
		z-index:2;
	}
}

/* HERO */

#hero
{
	display:flex;
	flex-wrap:wrap;
	min-height:545px;
	width:100%;
	align-items:center;
	color:#fff;
	background-color:#000000E5;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#hero > .container
{
	padding: 20px 20px 20px 20px;
	width: 100%;
	max-width: 1113px;
}

#hero > .container > .content
{
	padding:0px 0px 45px 0px;
}

#hero > .container > .content h1
{
	margin:0px;
	padding:0px;
	line-height:115%;
	font-family:'Montserrat', sans-serif;
	font-size:55px;
	font-weight:300;
	letter-spacing:1px;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

#hero > .container > .content h2
{
	margin:0px;
	padding:0px;
	line-height:115%;
	font-family:'Montserrat', sans-serif;
	font-size:55px;
	font-weight:600;
	letter-spacing:1px;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

#hero > .container > form
{
	display:flex;
	align-items:stretch;
	justify-content: space-between;
	width:100%;
	margin:0px;
	padding:5px;
	color:#000;
	background:#ffffff;
	border-radius:6px;
	box-sizing:border-box;
}

#hero > .container > form > div
{
	position:relative;
	line-height:20px;
	box-sizing:border-box;
}

#hero > .container > form > div:not(.line):not(.submit)::after
{
	pointer-events:none;
	content:'';
	position:absolute;
	bottom:9px;
	right:10px;
	width:20px;
	height:20px;
	background:url('/assets/2/images/icon-arrow-down-gray.svg') no-repeat center center;
}


#hero > .container > form > div.location
{
	width:160px;
	padding:5px 10px;
}

#hero > .container > form > div.date
{
	width:115px;
	padding:5px 10px;
}

#hero > .container > form > div.time
{
	width:80px;
	padding:5px 10px;
}

#hero > .container > form > div.time + div.location
{
	position:relative;
}

#hero > .container > form > div.line
{
	display:block;
	margin:5px 0px;
	width:1px;
	height:42px;
	background:#0000001A;
}

#hero > .container > form > div.submit
{
	width:230px;
}

#hero > .container > form label
{
	margin:0px;
	line-height:20px;
	font-size:15px;
	font-weight:500;
	color:#242333;
	text-transform:uppercase;
}

#hero > .container > form select
{
	overflow:hidden;
	width:100%;
	line-height:20px;
	padding:0px 20px 0px 0px;
	color:#12121299;
	font-size:16px;
	font-weight:400;
	background:none;
	border:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0px;
	text-overflow: ellipsis;
}

#hero > .container > form input[type="text"]
{
	cursor:default;
	max-width:100%;
	line-height:20px;
	padding:0px 20px 0px 0px;
	color:#12121299;
	font-size:16px;
	font-weight:400;
	background:none;
	border:0px;
	color:#12121299;
}

#hero > .container > form input[type="submit"]
{
	width:100%;
	height:100%;
	line-height:20px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	background:#DD3A56;
	border:0px;
	border-radius:5px;
}

#hero > .container > form select:hover,
#hero > .container > form select:focus,
#hero > .container > form select:active,
#hero > .container > form input:hover,
#hero > .container > form input:focus,
#hero > .container > form input:active
{
	outline:none;	
}


@media screen and (max-width:991.98px)
{
	#hero
	{
		position:static;
		align-items: flex-start;
		min-height:350px;
		margin-bottom:-180px;
	}

	#hero > .container > .content
	{
		padding:70px 25px 60px 25px;
	}

	#hero > .container > .content h1
	{
		font-size:30px;	
	}

	#hero > .container > .content h2
	{
		font-size:32px;
	}

	#hero > .container > form
	{
		flex-wrap:wrap;
		justify-content: space-between;
		margin:0px auto;
		width:100%;
		max-width:350px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	}

	#hero > .container > form > *
	{
		padding-top:10px !important;
	}

	#hero > .container > form > div.date
	{
		width:142px;
	}

	#hero > .container > form > div.date > label
	{
		display:none;
	}

	#hero > .container > form > div.date > input
	{
		width:100%;
		padding-left:30px;
		color:#414142;
		background:url(/assets/2/images/icon-calendar.svg) no-repeat center left;
	}

	#hero > .container > form > div.time
	{
		margin-left:calc(50% - 115px);
		width:115px;
		text-align:right;
	}

	#hero > .container > form > div.time > label
	{
		display:none;
	}

	#hero > .container > form > div.time > select
	{
		width:100%;
		padding-right:25px;
		padding-left:30px;
		color:#414142;
		text-align:right;
		background:url(/assets/2/images/icon-clock.svg) no-repeat center left;
	}

	#hero > .container > form > div.location
	{
		display:flex;
		width:100%;
	}

	#hero > .container > form > div.location > *
	{
		width:50%;
	}

	#hero > .container > form > div.location > select
	{
		padding-right:25px;
		color:#414142;
		text-align:right;
	}

	#hero > .container > form > div.submit
	{
		width:100%;

	}

	#hero > .container > form input[type="submit"]
	{
		padding:10px;
		width:100%;
		height:44px;
		line-height:22px;
		font-size:18px;
	}

	#hero > .container > form > div.date
	{
		order:1;
		
	}
	#hero > .container > form > div.date ~ div.date
	{
		order:3;
	}

	#hero > .container > form > div.time
	{
		order:2;
	}

	#hero > .container > form > div.time ~ div.time
	{
		order:4;
	}

	#hero > .container > form > div.location
	{
		order:5;
	}
	#hero > .container > form > div.location div.location
	{
		order:6;
	}

	#hero > .container > form > div.submit
	{
		order:7;
	}

	#hero > .container > form > div.line
	{
		display:none;
	}

	#hero > .container > form > div:not(.line):not(.submit)::after
	{
		bottom:6px;
	}
}

/* FEATURES */


.features
{
	position:relative;
	z-index:2;
}

.features > .container
{
	display:flex;
	align-items:center;
	column-gap: 85px;
	justify-content: space-between;
	margin:-70px auto -60px auto;
	padding:60px 0px;
	width:calc(100% - 40px);
	max-width:1360px;
	background:#F9F7F5;
	border-radius:20px;
}

.features > .container > .image
{
	min-width:468px;
}

.features > .container > .image h2
{
	position:relative;
	z-index:2;
	line-height:140%;
	font-family:'Montserrat', sans-serif;
	font-size:37px;
	font-weight:300;
}

.features > .container > .image h2 strong
{
	font-size:63px;
	font-weight:800;
	letter-spacing:-2px;
}

.features > .container > .image img
{
	margin-top:-40px;
}

.features > .container > ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.features > .container > ul > li + li::before
{
	content:'';
	display:block;
	margin:10px 0px;
	width:50px;
	height:3px;
	background:#E6DFD7;
}

.features > .container > ul > li h3
{
	margin:0px 0px 5px 0px;
	padding:0px;
	line-height:28px;
	font-size:20px;
	font-weight:500;
}

.features > .container > ul > li h3::before
{
	content:'';
	display:inline-block;
	margin:0px 10px 0px 0px;
	width:24px;
	height:24px;
	background:url('/assets/2/images/icon-features.svg') no-repeat center center;
	background-size:contain;
	vertical-align:top;
}

.features > .container > ul > li h3 > a
{
	color:#000000E5;
	text-decoration:underline;
}

.features > .container > ul > li p
{
	margin:0px;
	padding:0px;
	line-height:130%;
	font-size:16px;
	font-weight:400;
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	.features > .container
	{	
		column-gap: 60px;
		justify-content: space-between;
		margin:-50px auto -45px auto;
		padding:40px 0px;
	}

	.features > .container > .image
	{
		min-width:320px;
	}

	.features > .container > .image h2
	{
		font-size:26px;
	}

	.features > .container > .image h2 strong
	{
		font-size:44px;
	}

	.features > .container > .image img
	{
		margin-top:-30px;
	}

	.features > .container > ul > li h3
	{
		line-height:28px;
		font-size:20px;
		font-weight:500;
	}
}

@media screen and (max-width: 991.98px) 
{
	.features
	{
		position:static;
		margin-bottom:-20px;
	}

	.features > .container
	{
		flex-wrap:wrap;
		column-gap: 0px;
		justify-content: center;
		padding:170px 20px 20px 20px;
		width:100%;
		background:#EFEBE6;
		border-top-left-radius:0px;
		border-bottom-right-radius:0px;
	}

	.features > .container > .image
	{
		min-width: auto;
		padding-bottom:25px;
	}

	.features > .container > .image h2
	{
		line-height:100%;
		font-size:28px;
	}

	.features > .container > .image h2 strong
	{
		line-height:100%;
		font-size:40px;
	}

	.features > .container > .image img
	{
		margin-top:0px;
		width:100%;
		max-width:300px !important;
	}

	.features > .container > ul
	{
		padding:0px 20px 10px 20px;
	}

	.features > .container > ul > li + li::before
	{
		margin:15px 0px;
		background:#E6DFD7
	}

	.features > .container > ul > li > h3
	{
		font-size:19px;
		color:#000000E5;
	}

	.features > .container > ul > li > p
	{
		font-size:19px;
		color:#00000080;
	}

	.features + *
	{
		position:relative;
		z-index:-1;
	}

}

/* REVIEWS FRONT */


.reviews
{
	overflow:hidden;
	padding:100px 0px 15px 0px;
	color:#FFFFFF;
	background:#1A1A1A;
}

.reviews > .container
{
	overflow:visible;
	position:relative;
	padding:0px;
	width:calc(100% - 40px);
	max-width:1360px;
}

.reviews > .container > div > h2
{
	margin:0px;
	padding:0px;
	line-height:120%;
	font-family:'Montserrat', sans-serif;
	font-size:50px;
	font-weight:500;
	text-align:center;
}

.reviews > .container > div > h3
{
	margin:0px;
	padding:0px;
	line-height:120%;
	font-family:'Montserrat', sans-serif;
	font-size:30px;
	font-weight:500;
	text-align:center;
}

.reviews > .container > .carousel
{
	padding:50px 0px;
}

.reviews > .container > .carousel > .list
{
	position:relative;
	overflow:hidden;
	margin:0px -22px;
	width:calc(100% + 44px);
}

.reviews > .container > .carousel > .list::before
{
	z-index:2;
	content:'';
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:100%;
	background:linear-gradient(to right, rgb(26, 26, 26), rgb(26, 26, 26, 0));
}

.reviews > .container > .carousel > .list::after
{
	z-index:2;
	content:'';
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:100%;
	background:linear-gradient(to right, rgb(26, 26, 26, 0), rgb(26, 26, 26));
}

.reviews > .container > .carousel > .list > ul
{
	display:flex;
	margin:0px;
	padding:0px;
	list-style:none;
	transition:margin 600ms;
}

.reviews > .container > .carousel > .list > ul > li
{
	display: flex;
	flex-grow: 1;
	padding:0px 22px;
}

.reviews > .container > .carousel > .list > ul > li > div
{
	position:relative;
	padding:30px;
	width:100%;
	background:#fff;
	color:#000000E5;
	border-radius:30px;
}

.reviews > .container > .carousel > .list > ul > li.trustpilot > div::before
{
	display:block;
	content:'';
	float:right;
	width:99px;
	height:24px;
	background:url(/assets/2/images/logo-trustpilot.svg) no-repeat center center;
	background-size:contain;
}

.reviews > .container > .carousel > .list > ul > li.google > div::before
{
	display:block;
	content:'';
	float:right;
	width:30px;
	height:30px;
	background:url(/assets/2/images/logo-google.svg) no-repeat center center;
	background-size:contain;
}

.reviews > .container > .carousel > .list > ul > li > div strong
{
	line-height:150%;
	font-size:17px;
	font-weight:700;
}

.reviews > .container > .carousel > .list > ul > li > div em
{
	line-height:150%;
	font-size:16px;
	font-style:normal;
	font-weight:400;
}

.reviews > .container > .carousel > .list > ul > li > div .stars > *
{
	overflow:hidden;
	display:inline-block;
	margin:5px 2px 5px 0px;
	width:21px;
	height:20px;
	text-indent:-9999px;
	background:url(/assets/2/images/icon-star.svg);
	background-size:contain;
	vertical-align:middle;
}

.reviews > .container > .carousel > .list > ul > li > div .text
{
	display: -webkit-box;
	line-height:20px;
	font-size:15px;
	font-weight:400;
}

.reviews > .container > .carousel > .list > ul > li:not(.open) > div .text
{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.reviews > .container > .carousel > .list > ul > li > div a
{
	line-height:150%;
	font-size:16px;
	font-weight:400;
	color:#000000E5;
}

.reviews > .container > .carousel > .list > ul > li > div a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.paging > a
{
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-14px;
	width:20px;
	height:20px;
	text-align:left;
	text-indent:-999px;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}

.paging > .prev
{
	left:-60px;
	transform:rotate(45deg);
	transform-origin:center;
}

.paging > .next
{
	right:-60px;
	transform:rotate(-135deg);
	transform-origin:center;
}
.paging > ul
{
	display:none;
	margin:20px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

.paging > ul > li
{
	display:inline-block;
}

.paging > ul > li > a
{
	overflow:hidden;
	display:inline-block;
	margin:5px;
	width:15px;
	height:15px;
	text-indent:-9999px;
	background:#D9D9D9;
	border-radius:50%;
	transition:width 100ms, height 100ms, margin 100ms;
}

.paging > ul > li.active > a
{
	margin:8px;
	width:9px;
	height:9px;
}

@media screen and (min-width:992px)
{
	.reviews > .container .mobile
	{
		display:none;
	}
}

@media screen and (max-width:1579.98px)
{
	.paging > ul
	{
		display:block;
	}

	.paging > .prev,
	.paging > .next
	{
		display:none;
	}
}

@media screen and (max-width:991.98px)
{
	.reviews > .container .desktop
	{
		display:none;
	}

	.reviews > .container > .carousel
	{
		padding-top:30px;
	}

	.reviews > .container > .carousel > .list > ul > li.google > div::before,
	.reviews > .container > .carousel > .list > ul > li.trustpilot > div::before
	{
		display:none;
	}

	.reviews > .container > .carousel > .list > ul > li > div
	{
		padding:20px 25px;
	}

}

/* CHECK IN */


.check-in
{
	background:linear-gradient(#EBF3FA99, #EBF3FA);
}

.check-in > .container
{

	padding:60px 40px;
	width: calc(100% - 40px);
	max-width:1360px;
	box-sizing:border-box;
}

.check-in h2
{
	margin:0px;
	padding:0px;
	font-size:34px;
	font-weight:500;
	color:#414142;
}

.check-in ol
{
	position:relative;
	margin:-40px 0px 0px 30px;
	padding:0px;
	list-style:none;
}

.check-in ol > li
{
	counter-increment: checkin;
}

.check-in ol > li:first-child
{
	padding-top:120px;
}

.check-in ol > li:last-child
{
	padding-bottom:120px;
}

.check-in ol > li > div:first-child
{
	position:relative;
	padding:15px 0px 15px 0px;
	line-height:60px;
}

.check-in ol > li > div:first-child::before
{
	content: counter(checkin);
	display:inline-block;
	margin:10px;
	padding:10px;
	width:40px;
	height:40px;
	line-height:20px;
	color:#000000;
	font-family:Hind;
	font-size:20px;
	font-weight:700;
	background:#ffffff;
	border-radius:50%;
	text-align:center;
	transition:all 200ms;
	box-sizing:border-box;
	vertical-align:middle;
}

.check-in ol > li > div:first-child > a,
.check-in ol > li > div:first-child > span
{
	display:inline-block;
	margin-left:40px;
	line-height:60px;
	font-family:Montserrat;
	font-size:40px;
	font-weight:600;
	color:#000000E5;
	transition:font-size 200ms, color 200ms;
	vertical-align:middle;
}

.check-in ol > li > div:first-child > a:hover,
.check-in ol > li > div:first-child > span:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.check-in ol > li:hover > div:first-child::before,
.check-in ol:not(:hover) > li:first-child > div:first-child::before
{
	margin:0px;
	padding:15px;
	line-height:30px;
	width:60px;
	height:60px;
	font-size:30px;
}

.check-in ol > li:hover > div:first-child > a,
.check-in ol:not(:hover) > li:first-child > div:first-child > a,
.check-in ol > li:hover > div:first-child > span,
.check-in ol:not(:hover) > li:first-child > div:first-child > span
{
	font-size:60px;
}

.check-in ol > li > div:first-child + div
{
	pointer-events:none;
	opacity:0;
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:40%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	transition:opacity 200ms;
}

.check-in ol > li:hover > div:first-child + div,
.check-in ol:not(:hover) > li:first-child > div:first-child + div
{
	opacity:1;
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	.check-in
	{
		background:linear-gradient(#EBF3FA99, #EBF3FA);
	}

	.check-in > .container
	{
		padding:40px 25px;
	}

	.check-in h2
	{
		font-size:22px;
	}

	.check-in ol
	{
		margin:-25px 0px 0px 20px;
	}

	.check-in ol > li:first-child
	{
		padding-top:80px;
	}

	.check-in ol > li:last-child
	{
		padding-bottom:80px;
	}

	.check-in ol > li > div:first-child
	{
		position:relative;
		padding:10px 0px 10px 0px;
		line-height:40px;
	}

	.check-in ol > li > div:first-child::before
	{
		margin:5px;
		padding:5px;
		width:25px;
		height:25px;
		line-height:15px;
		font-size:15px;
	}

	.check-in ol > li > div:first-child > a,
	.check-in ol > li > div:first-child > span
	{
		margin-left:25px;
		line-height:35px;
		font-size:25px;
	}

	.check-in ol > li:hover > div:first-child::before,
	.check-in ol:not(:hover) > li:first-child > div:first-child::before
	{
		padding:10px;
		line-height:15px;
		width:35px;
		height:35px;
		font-size:20px;
	}

	.check-in ol > li:hover > div:first-child > a,
	.check-in ol:not(:hover) > li:first-child > div:first-child > a,
	.check-in ol > li:hover > div:first-child > span,
	.check-in ol:not(:hover) > li:first-child > div:first-child > span
	{
		font-size:40px;
	}

	.check-in ol > li > div:first-child + div
	{
		width:50%;
	}

}

@media screen and (max-width: 991.98px)
{
	.check-in h2
	{
		line-height:30px;
		font-size:30px;
		text-align:center;
	}

	.check-in .steps
	{
		clear:both;
	}

	.check-in ol
	{
		margin-top:0px;
	}

	.check-in ol > li:first-child
	{
		padding-top:345px;
	}

	.check-in ol > li:last-child
	{
		padding-bottom:0px;
	}

	.check-in ol > li > div:first-child
	{
		position:relative;
		padding:0px 0px 0px 0px;
		line-height:50px;
	}

	.check-in ol > li > div:first-child::before
	{
		margin:10px;
		padding:8px;
		width:30px;
		height:30px;
		line-height:14px;
		font-size:14px;
	}

	.check-in ol > li > div:first-child > a,
	.check-in ol > li > div:first-child > span
	{
		margin-left:12px;
		line-height:40px;
		font-size:20px;
	}

	.check-in ol > li:hover,
	.check-in ol:not(:hover) > li:first-child
	{
		margin-bottom:10px;
	}

	.check-in ol > li:hover > div:first-child::before,
	.check-in ol:not(:hover) > li:first-child > div:first-child::before
	{
		padding:14px;
		line-height:22px;
		width:50px;
		height:50px;
		font-size:22px;
	}

	.check-in ol > li:hover > div:first-child > a,
	.check-in ol:not(:hover) > li:first-child > div:first-child > a,
	.check-in ol > li:hover > div:first-child > span,
	.check-in ol:not(:hover) > li:first-child > div:first-child > span
	{
		font-size:30px;
	}

	.check-in ol > li > div:first-child + div
	{
		width:50%;
	}

	.check-in ol > li > div:first-child + div
	{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:345px;
	}
}

@media screen and (max-width: 767.98px)
{
	.check-in > .container
	{
		padding:60px 0px;
	}

	.check-in ol
	{
		margin:0px;
	}
}

@media screen and (max-width: 374.98px)
{
	.check-in ol > li:hover > div:first-child > a,
	.check-in ol:not(:hover) > li:first-child > div:first-child > a,
	.check-in ol > li:hover > div:first-child > span,
	.check-in ol:not(:hover) > li:first-child > div:first-child > span
	{
		font-size: 20px;
	}
}

/* RECOMMENDED */

.recommended
{
	overflow:hidden;
}

.recommended > .container
{
	overflow:visible;
	position:relative;
	padding:70px 0px 60px 0px;
	width:calc(100% - 40px);
	max-width:1360px;
}

.recommended > .container > h2
{
	margin:0px 0px 40px 30px;
	padding:0px;
	line-height:115%;
	font-size:34px;
}

.vehicle-carousel > .list > ul
{
	display:flex;
	align-items:stretch;
	margin:0px;
	padding:0px;
	list-style:none;
	transition: margin 600ms;
}

.vehicle-carousel > .list > ul > li
{
	padding:10px;
	min-width:25%;
	max-width:25%;
}

@media screen and (min-width: 1399px)
{
	.vehicle-carousel > .paging
	{
		display:none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	.vehicle-carousel > .list > ul > li
	{
		min-width:33.33%;
		max-width:33.33%;
	}
}

@media screen and (max-width: 991.98px) 
{
	.recommended > .container
	{
		padding:40px 0px 40px 0px;
	}

	.recommended > .container > h2
	{
		margin:0px 0px 40px 0px;
		line-height:115%;
		font-size:30px;
		text-align:center;
	}
}

@media screen and (min-width:768px) and (max-width: 991.98px) 
{
	.vehicle-carousel > .list > ul > li
	{
		min-width:50%;
		max-width:50%;
	}
}


@media screen and (max-width: 767.98px) 
{
	.vehicle-carousel > .list > ul > li
	{
		min-width:100%;
		max-width:100%;
	}
}

/* VEHICLE ITEM */


.vehicle-item
{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	padding:20px 20px 60px 20px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	box-shadow:#00000026 0px 0px 5px;
	border-radius:20px;
}

.vehicle-item > h3
{
	margin:0px 0px 5px 0px;
	padding:0px;
	width:100%;
	line-height:115%;
	font-family:Montserrat;
	font-size:20px;
	font-weight:600;
	text-align:center;
}

.vehicle-item > p
{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:100%;
}

.vehicle-item > p img
{
	width:100%;
	height:160px !important;
	vertical-align:bottom;
	object-fit:contain;
}

.vehicle-item > ul
{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:100%;
	text-align:center;
	list-style:none;
}

.vehicle-item > ul > li
{
	display:inline-block;
	margin:0px 6px;
	line-height:150%;
	font-size:13px;
	color:#000000E5;
}

.vehicle-item > ul > li::before
{
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	margin:-2px 2px 2px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}

.vehicle-item > ul > li.drive::before
{
	background-image:url(/assets/2/images/icon-drive.svg);
}

.vehicle-item > ul > li.people::before
{
	background-image:url(/assets/2/images/icon-people.svg);
}

.vehicle-item > ul > li.doors::before
{
	background-image:url(/assets/2/images/icon-door.svg);
}

.vehicle-item > ul > li.bags::before
{
	background-image:url(/assets/2/images/icon-bag.svg);
}

.vehicle-item > div
{
	position:absolute;
	bottom:20px;
	left:20px;
	width:calc(100% - 40px);
}

.vehicle-item > div a.more
{
	display:block;
	padding:12px 20px 10px 20px;
	width:100%;
	line-height:18px;
	font-size:16px;
	font-family:Hind;
	color:#414142;
	background:#F9F7F5;
	border-radius:20px;
}

.vehicle-item > div a.more:hover
{
	text-decoration:none;
}

.vehicle-item > div .book
{
	position:absolute;
	top:0px;
	right:0px;
	padding:12px 10px 10px 10px;
	width:50%;
	line-height:18px;
	font-family:Hind;
	font-size:17px;
	font-weight:600;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	background:#DD3A56;
	border:0px;
	border-radius:20px;
	white-space:nowrap;
	transition:background 100ms;
}

.vehicle-item > div .book:hover
{
	text-decoration:none;
	background:#BF253F;
}


/* FAQS - FRONT */


.faqs
{
	padding-bottom:50px;
	background:#fff;
}

.faqs > .container
{
	overflow: visible;
	position: relative;
	padding: 75px 75px 50px 75px;
	width: calc(100% - 40px);
	max-width: 1360px;
	box-sizing:border-box;
	color:#fff;
	background:#000000E5;
	border-radius:30px;
}

.faqs > .container > a
{
	float:right;
	margin:4px 0px 4px 20px;
	padding:20px 18px 16px 18px;
	line-height:16px;
	height:52px;
	min-width:200px;
	font-family: Hind;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	text-transform:uppercase;
	color:rgba(0, 0, 0, 0.90);
	background:#fff;
	border-radius:20px;
	transition:all 200ms;
}

.faqs > .container > a:hover
{
	color:#fff;
	background:#DD3A56;
	text-decoration:none;
}

.faqs > .container > h2
{
	margin:0px 0px 40px 0px;
	line-height:61px;
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 500;
	color:#fff;
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	.faqs > .container
	{
		padding: 50px 50px 50px 50px;
	}

	.faqs > .container > h2
	{
		margin:0px 0px 20px 0px;
		font-size: 35px;
	}
}


@media screen and (max-width: 991.98px) 
{
	.faqs
	{
		padding-bottom:10px;
	}

	.faqs > .container
	{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		padding: 35px 25px 30px 25px;
	}

	.faqs > .container > h2
	{
		order:1;
		margin:0px 0px 20px 0px;
		min-width:100%;
		max-width:100%;
		line-height:37px;
		font-size: 30px;
		text-align: center;
	}

	.faqs > .container > a
	{
		order:3;
		margin:15px 0px 0px 0px;
		padding:14px 12px 10px 12px;
		min-width:135px;
		max-width:100%;
		height:35px;
		line-height:11px;
		font-size:12px;
		border-radius:13px;
		
	}

	.faqs > .container > .faq
	{
		order:2;
		min-width:100%;
		max-width:100%;
	}
}

/* FAQ - ITEM */


.faq
{
	position:relative;
	padding:0px 45px 0px 0px;
	border-bottom:2px solid #DCD1C580;
}

.faq:first-of-type
{
	border-top:2px solid #DCD1C580;
}

.faq > .toggle
{
	overflow:hidden;
	position:absolute;
	top:28px;
	right:10px;
	width:16px;
	height:16px;
	text-align:left;
	text-indent:-9999px;
}

.faq > .toggle::before
{
	content:'';
	position:absolute;
	top:7px;
	left:0px;
	background:#fff;
	width:16px;
	height:2px;
	border-radius:1px;
}

.faq > .toggle::after
{
	opacity:1;
	content:'';
	position:absolute;
	top:0px;
	left:7px;
	background:#fff;
	width:2px;
	height:16px;
	border-radius:1px;
	transition: all 200ms;
}


.faq.open > .toggle::after
{
	opacity:0;
	height:2px;
	top:0px;
}

.faq > h3
{
	margin:0px;
	padding:20px 0px;
	line-height:30px;
	font-size:22px
}

.faq > h3 a
{
	color:#fff;
	font-family: Montserrat;
	font-weight:500;
	text-decoration:none;
}

.faq > div
{
	padding:0px 0px 20px 0px;
}

.faq > div > *
{
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:150%;
	font-family:Hind;
	font-size:18px;
	font-weight:400;
}

@media screen and (max-width: 991.98px) 
{
	.faq
	{
		border-bottom:1px solid #DCD1C580;
	}

	.faq:first-of-type
	{
		border-top:0px;
	}

	.faq:last-of-type
	{
		border-bottom:0px;
	}

	.faq
	{
		padding-right:25px;
	}

	.faq > h3
	{
		padding:10px 25px 10px 5px;
		line-height:130%;
		font-size: 17px;
	}

	.faq > .toggle
	{
		top:14px;
		right:0px;
		width:14px;
		height:14px;
	}

	.faq > .toggle::before
	{
		top:6px;
		width:14px;
		height:2px;
	}

	.faq > .toggle::after
	{
		left:6px;
		height:14px;
	}

	.faq > div
	{
		padding:0px 5px;
		line-height: 130%;
		font-size:14px;
		color:rgba(255, 255, 255, 0.80);
	}

	.faq > div ul
	{
		padding-left:20px;
	}

	.faq > div > *:last-child
	{
		padding-bottom:10px;
	}
}

/* ARTICLE - FRONT */

.articles > .container
{
	padding:0px 0px 70px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.articles > .container > h2
{
	margin:30px;
	line-height: 115%;
	color: #242333;
	font-family: Montserrat;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 1px;
}

.articles > .container > ul
{
	display:flex;
	gap:20px;
	align-items:stretch;
	margin:0px;
	padding:0px;
	list-style:none;
}

.articles > .container > ul > li
{
	display:flex;
	align-items:stretch;
	width:33.33%;
	min-height:100%;
}

@media screen and (max-width:991.98px)
{
	.articles > .container
	{
		padding:0px 0px 0px 0px;
		width: 100%;
	}

	.articles > .container > h2
	{
		margin:30px 0px 40px 0px;
		text-align:center;
	}

	.articles > .container > ul
	{
		gap:0px;
		flex-wrap:wrap;
	}

	.articles > .container > ul > li
	{
		min-width:100%;
	}

	.articles > .container > ul > li:last-child > .article-item
	{
		padding-bottom:15px;
	}
}

/* ARTICLE ITEM */

.article-item
{
	overflow:hidden;
	width:100%;
	border: 1px solid #E6DFD7;
	background: #F9F7F5;
	border-radius: 10px;
}

.article-item > .image
{
	position:relative;
	aspect-ratio: 440 / 190;
}

.article-item > .image > *
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100% !important;
	object-fit:cover;
}

.article-item > .text
{
	padding:20px 20px 25px 20px;
	text-align:center;
}

.article-item > .text > h3
{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height: 115%;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	color: #242333;
}

.article-item > .text > p
{
	margin:0px 0px 20px 0px;
	line-height: 130%;
	font-family: Hind;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.80);
}

.article-item > .text > a
{
	display:inline-block;
	padding:12px 22px 10px 22px;
	color:#fff;
	line-height: 12px;
	font-family: 'Hind';
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background:#414142;;
	border-radius:20px;
	transition:background 100ms;
}

.article-item > .text > a:hover
{
	text-decoration:none;
	background:#DD3A56;
}

@media screen and (max-width:991.98px)
{

	.article-item
	{
		border: 0px;
		border-radius: 0px;
	}

	.article-item > .image
	{
		aspect-ratio: 390 / 190;
	}

	.article-item > .text > h3
	{
		font-size:19px;
	}

	.article-item > .text > p
	{
		font-size:15px;
	}
}

/* VIDEO - FRONT */

.video-text
{
	padding:0px 0px 70px 0px;
}

.video-text > .container
{
	display:flex;
	align-items: center;
	padding:0px 0px 0px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.video-text > .container > .left
{
	margin-right:30px;
	min-width:calc(50% - 30px);
	max-width:calc(50% - 30px);
}

.video-text > .container > .left > *
{
	border-radius:10px;
	aspect-ratio: 661 / 365;
	width:100%;
	height:auto !important;
	background:#000;
}

.video-text > .container > .right
{
	margin-left:30px;
	min-width:calc(50% - 30px);
	max-width:calc(50% - 30px);
}

.video-text > .container > .right > *:first-child
{
	margin-top:0px;
}

.video-text > .container > .right > *:last-child
{
	margin-bottom:0px;
}

.video-text > .container > .right h2
{
	margin:0px 0px 25px 0px;
	line-height: 115%
	font-family: Montserrat;
	font-size: 34px;
	font-weight: 600;
	color: #242333;
	letter-spacing: 1px;
}

.video-text > .container > .right p
{
	line-height: 150%;
	font-family: Hind;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.80);
}

@media screen and (max-width:991.98px)
{
	.video-text > .container
	{
		flex-wrap:wrap;
		width:100%;
	}

	.video-text > .container > .left
	{
		margin-right:0px;
		min-width:100%;
		max-width:100%;
	}


	.video-text > .container > .left > *
	{
		aspect-ratio: 390 / 220;
		border-radius:0px;
	}

	.video-text > .container > .right
	{
		margin-left:0px;
		padding:30px 20px 0px 20px;
		min-width:100%;
		max-width:100%;
	}

	.video-text > .container > .right h2
	{
		margin-bottom:20px;
		font-size: 26px;
	}

	.video-text > .container > .right p
	{
		margin-bottom:20px;
		font-size: 26px;
		font-size: 15px;
	}
}

/* VEHICLE MENU */

.vehiclemenu
{
	z-index:98;
	position:sticky;
	top:135px;
	background:#F4F1EE;
	border-bottom:1px solid #EFEBE6;
}

.vehiclemenu > .container
{
	padding:20px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

@media screen and (min-width:992px)
{
	.vehiclemenu > .container > .dropdown > div:first-child
	{
		display:none;
	}

	.vehiclemenu > .container > .dropdown > div > ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
		text-align:center;
	}

	.vehiclemenu > .container > .dropdown > div > ul > li
	{
		display:inline-block;
		padding:0px 20px;
	}

	.vehiclemenu > .container > .dropdown > div > ul > li > a
	{
		line-height:18px;
		font-family: Montserrat;
		font-size: 15px;
		font-weight: 500;
		color: #414142;
		letter-spacing: 0.15px;
		text-transform: capitalize;
		transition:color 100ms;
	}

	.vehiclemenu > .container > .dropdown > div > ul > li.active > a
	{
		font-weight: 600;
	}

	.vehiclemenu > .container > .dropdown > div > ul > li > a:hover
	{
		color:#DD3A56;
		text-decoration:none;
	}
}

@media screen and (max-width:991.98px)
{
	.vehiclemenu
	{
		top:100px;
	}

	.vehiclemenu > .container
	{
		padding:12px 0px;
	}

	.dropdown
	{
		position:relative;
		display:block;
		width:100%;
	}

	.dropdown > div:first-child
	{
		position:relative;
		display:block;
		padding:15px 55px 15px 20px;
		width:100%;
		line-height:26px;
		font-family: Hind;
		font-size: 18px;
		font-weight: 500;
		color: rgba(0, 0, 0, 0.90);
		border: 1px solid #E6DFD7;
		border-radius: 10px;
		background: #FFF;
	}

	.dropdown > div:first-child::after
	{
		content:'';
		position:absolute;
		top:22px;
		right:20px;
		width:15px;
		height:10px;
		background:url(/assets/2/images/icon-arrow-down-brown.svg);
		transform:rotate(0deg);
		
	}

	.dropdown > div:first-child + div
	{
		overflow:hidden;
		position:absolute;
		top:60px;
		left:0px;
		display:none;
		width:100%;
	}

	.dropdown > div > ul
	{
		display:block;
		margin:0px;
		padding:15px 15px 15px 20px;
		width:100%;
		line-height:20px;
		font-family: Hind;
		font-size: 16px;
		font-weight: 500;
		list-style:none;
		border: 1px solid #E6DFD7;
		border-radius: 10px;
		background: #FFF;
	}

	.dropdown > div > ul > li
	{
		padding:5px 0px;
	}

	.dropdown > div > ul > li > a
	{
		color: rgba(0, 0, 0, 0.90);
	}

	.dropdown.open > div:first-child::after
	{
		transform:rotate(180deg);
	}

	.dropdown.open > div:first-child + div
	{
		display:block;
	}

	.dropdown > div > ul > li.active > a
	{
		font-weight: 600;
	}

	.dropdown > div > ul > li > a:hover
	{
		color:#DD3A56;
		text-decoration:none;
	}

}

/* BOOKING FORM */


#header
{
	border-bottom:1px solid #EFEBE6;
}

/*
#header + #main > .booking-form:first-child
{
	border-top:1px solid #EFEBE6;
}
*/

.booking-form
{
	background:#fff;
	border-bottom:1px solid #EFEBE6;
}

.booking-form > .container
{
	padding: 13px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.booking-form > .container form
{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #242333;
	box-sizing: border-box;
}

.booking-form > .container form > .fields
{
	display: flex;
	gap:0px;
	padding:5px 0px;
	max-width:900px;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.booking-form > .container form select:hover,
.booking-form > .container form select:focus,
.booking-form > .container form select:active,
.booking-form > .container form input:hover,
.booking-form > .container form input:focus,
.booking-form > .container form input:active
{
	outline: none;
}

.booking-form > .container form > .fields > div
{
	position: relative;
	line-height: 20px;
	box-sizing: border-box;
}

.booking-form > .container form label
{
	margin: 0px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 500;
	color: #242333;
	text-transform: uppercase;
}

.booking-form > .container form select
{
	width: 100%;
	line-height: 20px;
	padding: 0px 20px 0px 0px;
	color: #12121299;
	font-size: 16px;
	font-weight: 400;
	background: none;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0px;
	text-overflow: '';
}

.booking-form > .container form input[type="text"]
{
	cursor: default;
	width: 100%;
	line-height: 20px;
	padding: 0px 20px 0px 0px;
	color: #12121299;
	font-size: 16px;
	font-weight: 400;
	background: none;
	border: 0px;
	color: #12121299;
}

.booking-form > .container form > .fields > div.line
{
	display: block;
	margin: 5px 0px;
	width: 1px;
	height: 42px;
	background: #0000001A;
}

.booking-form > .container form input[type="submit"]
{
	width: 100%;
	height: 100%;
	line-height: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #DD3A56;
	border: 0px;
	border-radius: 5px;
	transition:background 100ms;
}

.booking-form > .container form input[type="submit"]:hover,
.booking-form > .container form input[type="submit"]:focus,
.booking-form > .container form input[type="submit"]:active
{
	background: #BF253F;
}

.booking-form > .container form > .fields > div:not(.line):not(.submit)::after
{
	pointer-events: none;
	content: '';
	position: absolute;
	bottom: 9px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(/assets/2/images/icon-arrow-down-gray.svg) no-repeat center center;
}

.booking-form > .container form > .fields > div.location
{
	width: 160px;
	padding: 5px 10px;
}

.booking-form > .container form > .fields > div.date
{
	width: 110px;
	padding: 5px 10px;
}

.booking-form > .container form > .fields > div.time
{
	width: 80px;
	padding: 5px 10px;
}

.booking-form > .container form > div.submit
{
	width: 230px;
}

@media screen and (max-width:991.98px)
{
	.booking-form
	{
		display:none;
	}

	.text-above ~ .booking-form
	{
		display:block;
		background:#EFEBE6;
	}

	.text-above ~ .booking-form > .container
	{
		position:relative;
		min-height:76px;
	}

	.text-above ~ .booking-form > .container form
	{
		position:absolute;
		left:0px;
		bottom:20px;
		flex-wrap:wrap;
		margin:0px auto;
		padding:5px;
		width:100%;
		max-width: 350px;
		background:#fff;
		border-radius:10px;
	}

	.text-above ~ .booking-form > .container form > .fields
	{
		display:none;
		flex-wrap:wrap;
		max-width:100%;
		background:#fff;
	}

	.text-above ~ .booking-form.open > .container form > .fields
	{
		display:flex;
	}

	.text-above ~ .booking-form > .container form > div:not(.line):not(.submit)::after
	{
		bottom: 6px;
	}

	.text-above ~ .booking-form > .container form > .fields > div.line
	{
		display:none;
	}

	.text-above ~ .booking-form > .container form > .fields > div.date
	{
		width: 142px;
	}

	.text-above ~ .booking-form > .container form > .fields > div.date > label
	{
		display: none;
	}

	.text-above ~ .booking-form > .container form > .fields > div.date > input
	{
		width: 100%;
		padding-left: 30px;
		color: #414142;
		background: url(/assets/2/images/icon-calendar.svg) no-repeat center left;
	}

	.text-above ~ .booking-form > .container form > .fields > div.time
	{
		margin-left: calc(50% - 115px);
		width: 115px;
		text-align: right;
	}

	.text-above ~ .booking-form > .container form > .fields > div.time > label
	{
		display: none;
	}

	.text-above ~ .booking-form > .container form > .fields > div.time > select
	{
		width: 100%;
		padding-right: 25px;
		padding-left: 30px;
		color: #414142;
		text-align: right;
		background: url(/assets/2/images/icon-clock.svg) no-repeat center left;
	}

	.text-above ~ .booking-form > .container form > .fields > div.location
	{
		display:flex;
		width:100%;
		order:2;
	}

	.text-above ~ .booking-form > .container form > .fields > div.location > *
	{
		width:50%;
	}

	.text-above ~ .booking-form > .container form > div.submit
	{
		width:100%;
	}

	.text-above ~ .booking-form > .container form input[type="submit"]
	{
		padding:13px;
		width:100%;
		line-height: 20px;
		font-size: 18px;
	}
}

/* TEXT */

.text-block
{
	padding:50px 0px 30px 0px;
	background:#fff;
}

.video-text + .text-block
{

}
.video-text + .text-block
{
	padding-top:0px;
}

.text-block.gradient
{
	background:linear-gradient(#F9F7F5, #ffffff);
}

.text-block > .container
{
	padding:0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.text-block h1
{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height: 130%;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #242333;
}

.text-block h2
{
	/*margin:10px 0px 20px 10px;*/
	margin:10px 0px 20px 0px;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%;
	color: #414142;
}


.text-block h3
{
	/*margin:10px 0px 20px 10px;*/
	margin:10px 0px 20px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:30px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}

.text-block h4
{
	/*margin:10px 0px 20px 10px;*/
	margin:10px 0px 20px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:26px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}

.text-block h5
{
	/*margin:10px 0px 20px 10px;*/
	margin:10px 0px 20px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}

.text-block h6
{
	/*margin:10px 0px 20px 10px;*/
	margin:10px 0px 20px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:16px;
	font-weight: 500;
	letter-spacing:1px;
	color:#242333;
}

.text-block p
{
	/*margin:0px 0px 20px 10px;*/
	margin:0px 0px 20px 0px;
	line-height: 150%;
	font-family: Hind;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #242333;
}


.text-block.gradient h1,
.text-block.gradient h2,
.text-block.gradient h3,
.text-block.gradient h4,
.text-block.gradient h5,
.text-block.gradient h6,
.text-block.gradient p
{
	margin-left:0px;
}


.text-block > .container > *:first-child
{
	margin-top:0px !important;
}

.text-block > .container > *:last-child
{
	margin-bottom:0px !important;
}

@media screen and (max-width:991.98px)
{
	.text-block.gradient
	{
		padding:15px 0px 30px 0px;
		background:#fff;
	}

	.text-block h1
	{
		margin:0px;
		font-size:28px;
	}

	.text-block h2
	{
		margin:0px 0px 20px 0px;
		font-size: 20px;
	}

	.text-block h3
	{
		margin:0px 0px 10px 0px;
		font-size:20px;
		font-weight:500;
	}

	.text-block h4
	{
		margin:0px 0px 10px 0px;
		font-size:20px;
		font-weight:600;
	}

	.text-block h5
	{
		margin:0px 0px 10px 0px;
		font-size:16px;
		font-weight:600;
	}

	.text-block p
	{
		margin:0px 0px 20px 0px;
		font-size: 16px;
	}
}

/* VEHICLE LIST */

.vehicle-list > .container
{
	padding:15px 0px 25px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.vehicle-list > .container > h3
{
	line-height: 115%;
	margin:0px 0px 20px 10px;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 500;
	color: #414142;
}

.vehicle-list > .container > ul
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin:0px;
	padding:0px;
	list-style:none;
}

.vehicle-list > .container > ul > li
{
	max-width:calc(25% - 15px);
}

@media screen and (min-width: 992px) and (max-width: 1398.98px)
{
	.vehicle-list > .container > ul > li
	{
		max-width:calc(33.33% - 13.33px);
	}
}

@media screen and (max-width: 991.98px)
{
	.vehicle-list > .container > h3
	{
		margin:0px 0px 15px 0px;
		font-size: 20px;
	}

	.vehicle-list > .container > ul > li
	{
		max-width:calc(50% - 10px);
	}
}


@media screen and (min-width: 768px)
{
	.vehicle-item > .details
	{
		display:none;
	}
}

@media screen and (max-width: 767.98px)
{
	.vehicle-item
	{
		padding:10px 8px 48px 8px;
		border-radius: 10px;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	}

	.vehicle-item > h3
	{
		color: #242333;
		font-size: 16px;
		font-weight: 400;
	}

	.vehicle-item > p img
	{
		height:85px !important;
	}

	.vehicle-item > .details
	{
		display:block;
		width:100%;
		line-height: 12px;
		font-family: Hind;
		font-size: 10px;
		text-align:center;
	}

	.vehicle-item > .details > a
	{
		margin:0px 2px;
	}

	.vehicle-item > .details > a.more
	{
		padding:0px;
		font-weight: 500;
		color: #414142;
		transition:color 100ms;
	}

	.vehicle-item > .details > a.more:hover
	{
		color:#BF253F;
		text-decoration:none;
	}

	.vehicle-item > .details > a.more::before
	{
		display:inline-block;
		content:'';
		margin: -1.5px 3px 1.5px 0px;
		width:12px;
		height:12px;
		background:url(/assets/2/images/icon-info.svg);
		vertical-align:middle;
	}

	.vehicle-item > .details > a.f-road
	{
		display:inline-block;
		padding:0px 8px 0px 5px;
		font-weight: 500;
		color: #414142;
		border-radius: 30px;
		background: #F1F1F1;
		transition:color 100ms;
	}

	.vehicle-item > .details > a.f-road:hover
	{
		color:#BF253F;
		text-decoration:none;
	}

	.vehicle-item > .details > a.f-road::before
	{
		display:inline-block;
		content:'';
		margin: -2px 5px 2px 0px;
		width:12px;
		height:12px;
		background:url(/assets/2/images/icon-mountain.svg);
		vertical-align:middle;
	}

	.vehicle-item > div
	{
		position: absolute;
		bottom: 8px;
		left: 8px;
		width: calc(100% - 16px);
	}

	.vehicle-item > div a.more
	{
		display:none;
	}

	.vehicle-item > div a.book,
	.vehicle-item > div .book
	{
		position:static;
		display:block;
		width:100%;
		font-size:16px;
		border-radius: 8px;
	}

	.vehicle-item > ul
	{
		display:flex;
		align-items:stretch;
		justify-content:center;
		width:100%;
	}

	.vehicle-item > ul > li
	{
		margin:0px;
		padding:0px 6.5%;
		border-left:1px solid #E6DFD7;
	}

	.vehicle-item > ul > li:first-child
	{
		border-left:0px;
	}

	.vehicle-item > ul > li::before
	{
		margin:0px;
	}

	.vehicle-item > ul > li.drive
	{
		line-height:15px
		font-size: 10px;
		text-align:center;
	}

	.vehicle-item > ul > li.drive::before
	{
		display:none;
	}

	.vehicle-item > ul > li.people::before,
	.vehicle-item > ul > li.doors::before,
	.vehicle-item > ul > li.bags::before
	{
		width:20px;
		height:20px;
	}


}

/* INCLUDED */


.included
{
	padding:0px 0px 10px 0px;
}

.included > .container
{
	width: calc(100% - 40px);
	max-width: 1360px;
}

@media screen and (min-width:992px)
{
	.included > .container .mobile
	{
		display:none;
	}

	.included > .container
	{
		overflow:hidden;
		position:relative;
		padding:40px 38% 30px 45px;
		color:#fff;
		background:#1A1A1A;
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
		box-sizing:border-box;
	}

	.included > .container::before
	{
		position:absolute;
		top:0px;
		right:0px;
		width:38%;
		height:100%;
		background: linear-gradient(45deg, #DD3A561A, #DD3A56);
		clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);

	}

	.included > .container::after
	{
		position:absolute;
		top:0px;
		right:-1px;
		width:calc(38% - 12px);
		height:100%;
		background:url('https://www.icelandcarrental.is/cdn-cgi/image/width=400,format=webp/assets/2/images/included-image.jpg') no-repeat center center;
		background-size:cover;
		clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
	}

	.included > .container h2
	{
		margin:0px 0px 15px 0px;
		line-height:105%;
		font-family: Hind;
		font-weight:400;
		font-size:40px;
	}

	.included > .container ul
	{
		columns:3;
		column-gap:20px;
		margin:0px;
		padding:0px;
		list-style:none;
	}

	.included > .container ul > li
	{
		position:relative;
		padding:5px 0px 5px 30px;
		line-height:120%;
		font-family: Hind;
		font-size:15px;
		font-weight:500;
	}

	.included > .container ul > li::before,
	.included-side ul > li::before
	{
		position:absolute;
		top:3px;
		left:0px;
		content:'';
		display:inline-block;
		width:20px;
		height:20px;
		vertical-align:bottom;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
	}

	.included > .container ul > li.included-1::before,
	.included-side ul > li.included-1::before
	{
		background-image:url(/assets/2/images/icon-included-1.svg);
	}

	.included > .container ul > li.included-2::before,
	.included-side ul > li.included-2::before
	{
		background-image:url(/assets/2/images/icon-included-2.svg);
	}

	.included > .container ul > li.included-3::before,
	.included-side ul > li.included-3::before
	{
		background-image:url(/assets/2/images/icon-included-3.svg);
	}

	.included > .container ul > li.included-4::before,
	.included-side ul > li.included-4::before
	{
		background-image:url(/assets/2/images/icon-included-4.svg);
	}

	.included > .container ul > li.included-5::before,
	.included-side ul > li.included-5::before
	{
		background-image:url(/assets/2/images/icon-included-5.svg);
	}

	.included > .container ul > li.included-6::before,
	.included-side ul > li.included-6::before
	{
		background-image:url(/assets/2/images/icon-included-6.svg);
	}

	.included > .container ul > li.included-7::before,
	.included-side ul > li.included-7::before
	{
		background-image:url(/assets/2/images/icon-included-7.svg);
	}

	.included > .container ul > li.included-8::before,
	.included-side ul > li.included-8::before
	{
		background-image:url(/assets/2/images/icon-included-8.svg);
	}

	.included > .container ul > li.included-9::before,
	.included-side ul > li.included-9::before
	{
		background-image:url(/assets/2/images/icon-included-9.svg);
	}
}

@media screen and (min-width:1420px)
{
	.included > .container
	{
		padding-right:530px;
	}

	.included > .container::before
	{
		width:530px;
	}

	.included > .container::after
	{
		width:calc(530px - 12px);
	}

	.included > .container ul > li
	{
		white-space:nowrap;
	}
}

@media screen and (max-width:991.98px)
{
	.included > .container
	{
		position:relative;
		padding:30px 43.59% 30px 15px;
		width: 100%;
		color:#fff;
		background:#1A1A1A;
	}

	.included > .container h2
	{
		margin:0px 0px 15px 0px;
		line-height:105%;
		font-family: Hind;
		font-weight:400;
		font-size:24px;	
	}

	.included > .container ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}

	.included > .container ul > li
	{
		position:relative;
		padding:0px 0px 5px 25px;
		line-height:180%;
		font-family: Hind;
		font-size:13px;
		font-weight:500;
	}

	.included > .container ul > li::before
	{
		content:'';
		position:absolute;
		top:1px;
		left:0px;
		width:20px;
		height:20px;
		background:url('/assets/2/images/icon-checkmark-white.svg') no-repeat center center;
		background-size:contain;
	}

	.included > .container .desktop
	{
		display:none;
	}

	.included > .container::before
	{
		position:absolute;
		top:0px;
		right:0px;
		width:43.59%;
		height:100%;
		background: linear-gradient(45deg, #DD3A561A, #DD3A56);
		clip-path: polygon(calc(75% - 10px) 0, 100% 0, 100% 100%, 0% 100%);

	}

	.included > .container::after
	{
		position:absolute;
		top:0px;
		right:-1px;
		width:calc(43.59% - 12px);
		height:100%;
		background:url('https://www.icelandcarrental.is/cdn-cgi/image/width=400,format=webp/assets/2/images/included-image.jpg') no-repeat center center;
		background-size:cover;
		clip-path: polygon(75% 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* FAQS GRAY */


.faqs-content
{
	padding:30px 0px 60px 0px;
	color:#242333;
}

.faqs-content.gray
{
	background:#F9F7F5;
}


.faqs-content > .container
{
	padding:0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.faqs-content > .container > h2
{
	margin:0px 0px 20px 0px;
	line-height:115%;
	font-family:'Montserrat';
	font-size:34px;
	font-weight:600;
	letter-spacing:1px;
}

.faqs-content > .container > .faq:first-of-type
{
	border-top:0px;
}

.faqs-content > .container > .faq > h3
{
	margin:0px;
	line-height:115%;
	font-family:'Montserrat';
	font-size:22px;
	font-weight:500;
}

.faqs-content > .container > .faq > h3 > a
{
	color:#414142;
	transition:color 100ms;
}

.faqs-content > .container > .faq > h3 > a:hover
{
	color:#DD3A56;
}

.faqs-content .faq > .toggle::before,
.faqs-content .faq > .toggle::after
{
	background:#414142;
}

.faqs-content .faq > .toggle:hover::before,
.faqs-content .faq > .toggle:hover::after
{
	background:#DD3A56;
}


@media screen and (max-width:991.98px)
{

	.faqs-content
	{
		padding:30px 0px 25px 0px;
	}

	.faqs-content > .container > h2
	{
		margin:0px 0px 10px 0px;
		font-size:24px;
	}

	.faqs-content > .container > .faq > h3
	{
		padding-left:0px;
		padding-right:0px;
		line-height:130%;
		font-size:17px;
	}

	.faqs-content > .container > .faq > div
	{
		padding-left:0px;
		padding-right:0px;
		line-height:150%;
		font-size:16px;
		color:#242333;
	}
}

/* VEHICLE OVERVIEW  */


.vehicle-overview
{
	background:#fff;
}

.vehicle-overview > .container
{
	display:flex;
	gap:100px;
	padding: 30px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.vehicle-overview > .container::before,
.vehicle-overview > .container::after
{
	display:none;
}

.vehicle-overview > .container > *
{
	min-width:calc(50% - 50px);
}

.vehicle-overview > .container .details > *:last-child
{
	margin-bottom:0px;
}

.vehicle-overview > .container .details h1
{
	margin:0px 0px 20px 0px;
	line-height:130%;
	font-family:'Montserrat':
	font-size:50px;
	font-weight:600;
	letter-spacing:1px;
}

.vehicle-overview > .container .details p
{
	margin:0px 0px 30px 0px;
	line-height:150%;
	font-family:Hind;
	font-size:18px;
	font-weight:400;
}

.vehicle-overview > .container .details ul
{
	margin:0px 0px 50px 0px;
	padding:0px;
	list-style:none;
}

.vehicle-overview > .container .details ul > li
{
	padding:5px 0px;
	line-height:100%;
	font-family:Hind;
	font-size:15px;
	font-weight:400;
	white-space: nowrap;
}

.vehicle-overview > .container .details ul > li::before
{
	content:'';
	display:inline-block;
	margin:-1px 5px 1px 0px;
	width:14px;
	height:14px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}

.vehicle-overview > .container .details ul > li.transmission::before
{
	background-image:url(/assets/2/images/icon-transmission.svg);
}

.vehicle-overview > .container .details ul > li.not-allowed
{
	font-weight:500;
	color:#D80027;
	text-transform:uppercase;
}

.vehicle-overview > .container .details ul > li.allowed
{
	font-weight:500;
	color:#228B22;
	text-transform:uppercase;
}

.vehicle-overview > .container .details ul > li.not-allowed::before
{
	background-image:url(/assets/2/images/icon-alert.svg);
}

.vehicle-overview > .container .details ul > li.allowed::before
{
	background-image:url(/assets/2/images/icon-alert.svg);
}

.vehicle-overview > .container .details ul > li.door::before
{
	background-image:url(/assets/2/images/icon-door.svg);
}

.vehicle-overview > .container .details ul > li.bag::before
{
	background-image:url(/assets/2/images/icon-bag.svg);
}

.vehicle-overview > .container .details ul > li.blutooth::before
{
	background-image:url(/assets/2/images/icon-blutooth.svg);
}
.vehicle-overview > .container .details ul > li.friend::before
{
	background-image:url(/assets/2/images/icon-friend.svg);
}

.vehicle-overview > .container .details ul > li.wheel::before
{
	background-image:url(/assets/2/images/icon-wheel.svg);
}

.vehicle-overview > .container .details .book-now
{
	display:inline-block;
	min-width:320px;
	line-height:20px;
	font-family:Hind;
	font-weight:700;
	font-size:20px;
	padding:22px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border-radius:31px;
	background:#DD3A56;
}

.vehicle-overview > .container .details .book-now:hover
{
	text-decoration:none;
	background:#BF253F;
}

.gallery .image
{
	width:100%;
	max-width:520px;
	text-align:center;
}

.gallery .carousel-gallery
{
	position:relative;
	max-width:520px;
	width:100%;
	padding:20px 25px;
}

.gallery .carousel-gallery > a
{
	position:absolute;
	top:calc(50% - 12px);
	width:25px;
	height:25px;
	background:url(/assets/2/images/icon-arrow-left.svg) no-repeat center center;
	text-indent:-9999px;
}

.gallery .carousel-gallery > a.prev
{
	left:0px;
}

.gallery .carousel-gallery > a.next
{
	right:0px;
	transform:rotate(180deg);
}

.gallery .list
{
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
}

.gallery .list ul
{
	display:flex;
	margin:0px;
	padding:0px;
	list-style:none;
	transition: margin 600ms;
}

.gallery .list ul > li
{
	display: flex;
	flex-grow: 1;
	justify-content:center;
	align-items:center;
	padding:8px;
	width:33.33%;
	box-sizing:border-box;
}

.gallery .list ul > li > a
{
	display:block;
	overflow:hidden;
	background:#fff;
	border:2px solid #fff;
	box-shadow:0px 0px 10px #0000001A;
	border-radius:6px;
	transition:border 100ms;
}

.gallery .list ul > li > a img
{
	object-fit:contain;
	aspect-ratio: 145 / 95;
}

@media screen and (min-width:1400px)
{
	.vehicle-overview > .container .details ul
	{
		display: flex;
		flex-wrap:wrap;
	}

	.vehicle-overview > .container .details ul > li
	{
		min-width:100px;
		width:20%;
	}

	.vehicle-overview > .container .details ul > li:nth-child(1)
	{
		order:1;
	}
	.vehicle-overview > .container .details ul > li:nth-child(2)
	{
		order:5;
	}
	.vehicle-overview > .container .details ul > li:nth-child(3)
	{
		order:2;
	}
	.vehicle-overview > .container .details ul > li:nth-child(4)
	{
		order:6;
	}
	.vehicle-overview > .container .details ul > li:nth-child(5)
	{
		order:3;
	}
	.vehicle-overview > .container .details ul > li:nth-child(6)
	{
		order:7;
	}
	.vehicle-overview > .container .details ul > li:nth-child(7)
	{
		order:4;
		width:40%;
	}
	.vehicle-overview > .container .details ul > li:nth-child(8)
	{
		order:8;
		width:40%;

	}
}

@media screen and (max-width:991.98px)
{
	.vehicle-overview > .container
	{
		flex-wrap:wrap;
		gap:20px;
		padding:15px 0px;
	}

	.vehicle-overview > .container > *
	{
		min-width:100%;
	}

	.vehicle-overview > .container > .details
	{
		order:2;
	}

	.vehicle-overview > .container > .gallery
	{
		order:1;
	}

	.vehicle-overview > .container .details h1
	{
		margin:0px 0px 15px 0px;
		font-size:24px;
	}

	.vehicle-overview > .container .details p
	{
		margin:0px 0px 15px 0px;
		font-size:16px;
	}

	.vehicle-overview > .container .details ul
	{
		display: flex;
		flex-wrap:wrap;
		margin-bottom:30px;
	}

	.vehicle-overview > .container .details ul > li
	{
		min-width:100px;
		width:33.33%;
	}

	.vehicle-overview > .container .details ul > li:last-child
	{
		width:100%;
	}

	.vehicle-overview > .container .details .book-now
	{
		min-width:auto;
		width:100%;
		max-width:320px;
	}

	.gallery .carousel-gallery
	{
		width:100%;
		padding:20px 75px;
	}

	.gallery .carousel-gallery > a.prev
	{
		left:20px;
	}

	.gallery .carousel-gallery > a.next
	{
		right:20px;
	}

	.gallery .list ul > li
	{
		padding:4px;
	}
}

/* ARTICLES - FEATURED */

.articles-featured
{
	background: linear-gradient(#F9F7F5, #FFFFFF);
}

.articles-featured > .container
{
	padding: 45px 0px 60px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.articles-featured > .container h1
{
	margin:0px 0px 35px 0px;
	padding:0px;
	width:100%;
	line-height:115%;
	font-family:Montserrat;
	font-size:22px;
}

.articles-featured > .container > div
{
	display:flex;
	gap:55px;
	align-items:stretch;
	flex-wrap:wrap;
}

.articles-featured > .container > div > .image
{
	display:flex;
	width:45%;
}

.articles-featured > .container > div > .image img
{
	height:100% !important;
	width:100%;
	object-fit:cover;
	border-radius:15px;
}

.articles-featured > .container > div > .text
{
	width:calc(55% - 55px);
}

.articles-featured > .container > div > .text h2
{
	margin:0px 0px 15px 0px;
	line-height:120%;
	font-family:Montserrat;
	font-size:50px;
	font-weight:700;
}

.articles-featured > .container > div > .text h2 a
{
	color:#242333;
	transition:color 100ms;
}

.articles-featured > .container > div > .text h2 a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.articles-featured > .container > div > .text h3
{
	margin:0px;
	padding:10px 15px;
	line-height:115%;
	font-family:Montserrat;
	font-size:17px;
	font-weight:600;
}

.articles-featured > .container > div > .text h3 a
{
	color:#414142;
	ransition:color 100ms;
}

.articles-featured > .container > div > .text h3 a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.articles-featured > .container > div > .text > div
{
	display:flex;
	gap:20px;
	margin:0px 0px 15px 0px;
	line-height:20px;
	font-family:Hind;
	font-size:16px;
	font-weight:600;
	color:#242333;
}

.articles-featured > .container > div > .text > div .duration::before
{
	content:'';
	display:inline-block;
	margin:-2px 5px 2px 0px;
	width:20px;
	height:20px;
	background:url(/assets/2/images/icon-duration.svg) no-repeat center center;
	background-size:contain;
	vertical-align:middle;
}

.articles-featured > .container > div > .text > div .date::before
{
	content:'';
	display:inline-block;
	margin:-2px 5px 2px 0px;
	width:20px;
	height:20px;
	background:url(/assets/2/images/icon-date.svg) no-repeat center center;
	background-size:contain;
	vertical-align:middle;
}

.articles-featured > .container > div > .text > p
{
	margin:0px 0px 15px 0px;
	line-height:150%;
	font-size:18px;
}

.articles-featured > .container > div > .text a.more,
a.btn-more
{
	display:inline-block;
	padding:10px 25px;;
	line-height:14px;
	font-family:Hind;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	background:#414142;
	border-radius:17px;
	transition:background 100ms;
}

.articles-featured > .container > div > .text a.more:hover,
a.btn-more:hover
{
	text-decoration:none;
	background:#DD3A56;
}

.articles-featured > .container > div > .text > .related
{
	display:flex;
	gap:20px;
	margin:70px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

.articles-featured > .container > div > .text > .related > *
{
	max-width:calc(33.33% - 13px);
}

.articles-featured > .container > div > .text > .related img
{
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	object-fit:cover;
}

@media screen and (max-width:1399.98px)
{
	.articles-featured > .container > div > .text > .related
	{
		flex-wrap:wrap;
	}

	.articles-featured > .container > div > .text > .related > *
	{
		min-width: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}

	.articles-featured > .container > div > .text > .related > *:nth-child(3)
	{
		display:none;
	}
}

@media screen and (max-width:991.98px)
{
	.articles-featured
	{
		background:#F9F7F5;
	}

	.articles-featured > .container
	{
		padding:25px 0px;
	}

	.articles-featured > .container h1
	{
		margin:0px 0px 25px 0px;
		font-size:15px;
		text-align:center;
	}

	.articles-featured > .container > div
	{
		flex-wrap:wrap;
		gap:15px;
	}

	.articles-featured > .container > div > .image
	{
		width:100%;
	}

	.articles-featured > .container > div > .image img
	{
		aspect-ratio: 350 / 200;
		height: auto !important;
	}

	.articles-featured > .container > div > .text
	{
		width:100%;
		text-align:center;
	}

	.articles-featured > .container > div > .text h2
	{
		margin:0px 0px 10px 0px;
		line-height:110%;
		font-size:28px;
		font-weight:600;
		text-align:center;
	}

	.articles-featured > .container > div > .text > div
	{
		justify-content:center;
		font-size:15px;
	}

	.articles-featured > .container > div > .text > p
	{
		margin:0px 0px 15px 0px;
		font-size:16px;
		text-align:center;
	}

	.articles-featured > .container > div > .text > .related
	{
		margin:30px 0px 0px 0px;
	}

	.articles-featured > .container > div > .text > .related img
	{
		aspect-ratio:165 / 100;
	}

	.articles-featured > .container > div > .text h3
	{
		padding:10px 0px 0px 0px;
		font-size:15px;
		font-weight:500;
	}
}

/* ARTICLES */


.articles
{
	background:#fff;
}

.articles > .container
{
	padding: 45px 0px 45px 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.articles-header
{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0px 0px 30px 0px;
}

.articles-header h2
{
	margin:0px;
	line-height:115%;
	font-family:Montserrat;
	font-size:34px;
	font-weight:600;
	letter-spacing:1px;
}

.articles-header p
{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-family:Montserrat;
	font-size:18px;
	font-weight:500;
	color:#414142;
}

.articles-filter
{
	z-index:2;
	position:relative;
	padding:0px 0px 50px 0px;
}

.articles-list
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	align-items:stretch;
	justify-content:flex-start;
	padding:0px 0px 20px 0px;
}

.articles-list > *
{
	width:calc(33.33% - 13.33px);
	background:#F9F7F5;
	border:1px solid #E6DFD7;
	border-radius:10px;
}

.articles-list .image
{
	overflow:hidden;
	position:relative;
	left:-1px;
	top:-1px;
	aspect-ratio: 440 / 191;
	width:calc(100% + 2px);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.articles-list .text
{
	padding:25px;
	text-align:center;
}

.articles-list .text h3
{
	margin:0px 0px 15px 0px;
	line-height:115%;
	font-family:Montserrat;
	font-weight:600;
	color:#242333;
}

.articles-list .text h3 > a
{
	color:#242333;
	transition:color 100ms;
}

.articles-list .text h3 > a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.articles-list .text p
{
	margin:0px 0px 15px 0px;
	line-height:130%;
	font-size:16px;
	font-weight:400;
}

.articles-list .text a.more
{
	display:inline-block;
	padding:10px 20px;
	line-height:14px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	background:#414142;
	border-radius:17px;
	transition: background 100ms;
}

.articles-list .text a.more:hover
{
	text-decoration:none;
	background:#DD3A56;
}




.articles-message
{
        overflow: hidden;
        position: relative;
	margin:0px 0px 20px 0px;
        padding: 40px 50% 30px 45px;
        color: #fff;
        background: #1A1A1A;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-sizing: border-box;
}

.articles-message::before
{
	content:'';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        height: 100%;
        background: linear-gradient(45deg, #DD3A561A, #DD3A56);
        clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.articles-message::after
{
	content:'';
        position: absolute;
        top: 0px;
        right: -1px;
        width: calc(50% - 50px);
        height: 100%;
        background: url('https://www.icelandcarrental.is/cdn-cgi/image/width=400,format=webp/assets/2/images/included-image.jpg') no-repeat center center;
        background-size: cover;
        clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.articles-message h3
{
	margin:0px 0px 15px 0px; 
	line-height:115%;
	font-family:Hind;
	font-weight:600;
	font-size:30px;
	text-transform:uppercase;
}

.articles-message ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.articles-message ul li
{
	position:relative;
	margin-left:0px;
	padding:4px 0px 4px 25px;
	line-height:180%;
	font-size:16px;
	font-weight:500;
	color:#FFFFFFE5;
	background: url(/assets/2/images/icon-checkmark-white.svg) no-repeat 0px 5px;
}

.articles-paging ul
{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:15px;
	margin:0px;
	padding:0px;
	list-style:none;
}

.articles-paging ul > li > a
{
	display:inline-block;
	padding:10px;
	width:40px;
	height:40px;
	line-height:20px;
	font-size:14px;
	font-weight:600;
	color:#414142;
	text-align:center;
	background:#fff;
	border:1px solid #E6DFD7;
	border-radius:50%;
	box-sizing:border-box;
	transition:color 100ms, background 100ms, border 100ms;
}

.articles-paging ul > li.active > a,
.articles-paging ul > li > a:hover
{
	color:#fff;
	text-decoration:none;
	background:#414142;
	border-color:#414142;
}

@media screen and (min-width:992px)
{
	.articles-filter ul
	{
		display:flex;
		flex-wrap:wrap;
		margin:0px;
		padding:0px;
		list-style:none;
		font-family:Montserrat;
		font-size:17px;
		color:#414142;
	}

	.articles-filter .dropdown > div:first-child
	{
		display:none;
	}

	.articles-filter ul > li
	{
		white-space:nowrap;
	}

	.articles-filter ul > li::after
	{
		content:'|';
		margin:0px 15px;
		display:inline-block;
	}

	.articles-filter ul > li:last-child::after
	{
		display:none;
	}

	.articles-filter ul > li > a
	{
		font-weight:500;
		color:#414142;
	}

	.articles-filter ul > li.active > a
	{
		font-weight: 700;
	}

	.articles-filter ul > li > a:hover
	{
		color:#DD3A56;
		text-decoration:none;
	}
}

@media screen and (max-width:991.98px)
{
	.articles > .container
	{
		padding:25px 0px;
	}

	.articles-header
	{
		padding-bottom:20px;
	}

	.articles-header h2
	{
		font-size:22px;
		font-weight:500;
	}

	.articles-header p
	{
		margin:5px 0px 0px 0px;
		font-size:15px;
	}

	.articles-filter
	{
		padding-bottom:30px;
	}

	.articles-paging
	{
		padding-top:20px;
	}

}

@media screen and (min-width:768px) and (max-width:991.98px)
{
	.articles-list > *
	{
		width:calc(50% - 10px);
	}

	.articles-message
	{
 	       padding: 40px 40% 30px 45px;
	}

	.articles-message::before
	{
  	      width: 40%;
	}

	.articles-message::after
	{
	        width: calc(40% - 30px);
	}

}
@media screen and (max-width:767.98px)
{
	.articles-list
	{
		gap: 0px;
		margin-left:-20px;
		padding: 0px 0px 0px 0px;
		width:calc(100% + 40px);
	}

	.articles-list > *
	{
		width:100%;
		border:0px;
		border-radius:0px;
	}

	.articles-list .image
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.articles-list .text
	{
		padding: 20px;
	}

	.articles-list .text h3
	{
		font-size:19px;
	}

	.articles-list .text p
	{
		margin:0px 0px 10px 0px
		font-size:15px;
	}

	.articles-message
	{
		display:none;
	}
}

/* ARTICLE ITEM */



.article > .container
{
	padding:0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}

.article-image
{
	margin-bottom:-210px;
	width:100%;
	background: linear-gradient(#F9F7F5, #FFFFFF);
}

.article-image >.article-section
{
	margin:0px auto;
	padding:30px 0px;
	width: calc(100% - 40px);
	max-width: 1320px;
	line-height:30px;
	font-family:Montserrat;
	font-size:22px;
	font-weight:500;
	color:#414142;
}

.article-image >.article-section > a
{
	color:#414142;
	transition:color 100ms;
}

.article-image >.article-section > a:hover
{
	text-decoration:none;
	color:#DD3A56;
}

.article-image > .container
{
	padding:0px;
	width: calc(100% - 40px);
	max-width: 1450px;
}

.article-image > .container img
{
	width:100%;
	aspect-ratio:1450 / 652;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	object-fit:cover;
}

.article-content
{
	position:relative;
	display:block;
	padding:30px 65px 65px 65px;
	background:#fff;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}


.article-details
{
	display:flex;
	gap:15px;
	margin:0px 0px 20px 0px;
}

.article-details > *
{
	line-height:20px;
	font-family:Hind;
	font-size:16px;
	font-weight:600;
	color:#242333;
}

.article-details > a
{
	color:#242333
}

.article-details > a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.article-details > *::before
{
	content:'';
	display:inline-block;
	margin:-2px 3px 2px 0px;
	width:20px;
	height:20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}

.article-above .article-read::before
{
	background-image:url(/assets/2/images/icon-duration.svg);
}

.article-above .article-date::before
{
	background-image:url(/assets/2/images/icon-date.svg);
}
.article-above .article-share::before
{
	background-image:url(/assets/2/images/icon-sharing.svg);

}

.article-above h1
{
	margin:20px 0px;
	line-height:110%;
	font-family:Montserrat;
	font-size:80px;
	font-weight:700;
}

.article-chapters
{
	margin:35px 0px;
	max-width:485px;
}

.article-split
{
	display:flex;
	width:100%;
}

.article-split > .article-text
{
	width:70%;
	line-height:150%;
	font-family:Hind;
	font-size:18px;
	color:#242333;
}

.article-split > .article-text > *:not(.article-gallery) img:not(.skip)
{
	margin:30px -30px;
	width:calc(100% + 60px);
	max-width:calc(100% + 60px) !important;
	border-radius:10px;
}

.article-split > .article-text > *:not(.article-gallery) img:not(.skip)[style]
{
	margin:30px -30px !important;
	width:calc(100% + 60px) !important;
	max-width:calc(100% + 60px) !important;
	border-radius:10px !important;
}


.article-split > .article-text video,
.article-split > .article-text iframe
{
	aspect-ratio: 920 / 450;
	margin:30px -30px;
	width:calc(100% + 60px);
	max-width:calc(100% + 60px) !important;
	background:#000;
	border-radius:10px;
	vertical-align: bottom;
}

.article-split > .article-text h2
{
	margin:30px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:34px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}

.article-split > .article-text h3
{
	margin:30px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:30px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}

.article-split > .article-text h4
{
	margin:30px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:26px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}

.article-split > .article-text h5
{
	margin:30px 0px;
	line-height:150%;
	font-family:Montserrat;
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	color:#242333;
}
.article-split > .article-text p
{
	margin:20px 0px;
}

.article-split > .article-text > *:first-child
{
	margin-top:0px;
}

.article-split > .article-text > *:first-child img
{
	margin-top:0px !important;
}

.article-split > .article-text > *:last-child
{
	margin-bottom:0px;
}

.article-split > .article-text > *:last-child img
{
	margin-bottom:0px !important;
}

.article-split > .article-text a
{
	font-weight:600;
}

.article-split > .articles-side
{
	position:relative;
	right:-65px;
	width:30%;
}

ul.article-gallery
{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin:30px -30px;
	padding:0px;
	width:calc(100% + 60px);
	max-width:calc(100% + 60px) !important;
	list-style:none;
}

ul.article-gallery > li
{
	width:calc((100% - 40px) / 3);
}

ul.article-gallery > li img
{
	aspect-ratio: 290 / 200;
	border-radius:10px;
	vertical-align:bottom;
	object-fit:cover;
}


ul.article-checkmarks
{
	margin:30px 0px;
	padding:0px;
	list-style:none;
}

ul.article-checkmarks > li
{
	position:relative;
	padding:10px 0px 10px 45px;
	line-height:150%;
	font-family:Hind;
	font-size:18px;
	font-weight:400;
	color:#242333;
}

ul.article-checkmarks > li::before
{
	position:absolute;
	top:17px;
	left:18px;
	content:'';
	display:block;
	width:11px;
	height:11px;
	background:url(/assets/2/images/icon-arrow-right-red.svg) no-repeat center center;
	background-size:contain;
}


.article-categories
{
	margin:0px 0px 30px 0px;
	border:1px solid #E6DFD7;
	border-radius:10px;
}

.article-categories > div
{
	padding:25px 30px 20px 30px;
	line-height:120%;
	font-size:20px;
	font-weight:600;
	border-bottom:1px solid #E6DFD7;
}

.article-categories > ul
{
	margin:0px;
	padding:20px 30px 20px 30px;
	list-style:none;
}

.article-categories > ul > li
{
	position:relative;
	padding:7px 0px 7px 20px;
}

.article-categories > ul > li::before
{
	content:'';
	position:absolute;
	top:7px;
	left:0px;
	width:10px;
	height:12px;
	background:url(/assets/2/images/icon-arrow-right-brown.svg) no-repeat center center;
	background-size:contain;
}

.article-categories > ul > li > a
{
	display:block;
	line-height:120%;
	font-size:18px;
	color:#414142;
	transition:color 100ms;
}

.article-categories > ul > li > a:hover
{
	color:#DD3A56;
	text-decoration:none;
}


.article-recent
{
	margin:30px 0px;
	padding:0px 10px;
}

.article-recent > div
{
	margin:0px 0px 30px 0px;
	line-height:120%;
	font-size:20px;
	font-weight:600;
	color:#000000E5;
}

.article-recent > ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.article-recent > ul > li
{
	margin:0px 0px 30px 0px;
}

.article-recent > ul > li a
{
	line-height:115%;
	font-family:Montserrat;
	font-size:17px;
	font-weight:600;
	color:#414142;
	transition:color 100ms;
}

.article-recent > ul > li a:hover
{
	color:#DD3A56;
	text-decoration:none;
}

.article-recent > ul > li img
{
	width:calc(100% + 20px);
	max-width:calc(100% + 20px) !important;
	aspect-ratio: 350 / 200;
	margin:0px -10px 15px -10px;
	border-radius:10px;
	object-fit:cover;
}


.article-insurances
{
	position:relative;
	padding:40px 25px calc(400px + 30px) 25px;
	color:#fff;
	background:#1A1A1A;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.article-insurances::before
{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background: linear-gradient(-90deg, #DD3A561A, #DD3A56);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.article-insurances::after
{
	content: '';
	position: absolute;
	bottom:-1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(400px - 15px);
	background: url('https://www.icelandcarrental.is/cdn-cgi/image/width=400,format=webp/assets/2/images/included-image.jpg') no-repeat center center;
	background-size: cover;
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.article-insurances > div
{
	margin:0px 0px 15px 0px;
	line-height:115%;
	font-family:Hind;
	font-size:36px;
	font-weight:300;
	text-align:center;
}

.article-insurances > ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.article-insurances > ul > li
{
	padding:5px 0px 5px 35px;
	line-height:120%;
	font-family:Hind;
	font-size:16px;
	font-weight:500;
	background: url(/assets/2/images/icon-checkmark-white.svg) no-repeat 10px 3px;
}

.article-related
{
	padding:60px 0px 90px 0px;
	background:#F9F7F5;
}

.article-related > .container
{
	padding: 0px;
	width: calc(100% - 40px);
	max-width: 1360px;
}


.article-related > .container h2
{
	margin:0px 0px 45px 0px;
	padding:0px 20px;
	line-height:115%;
	font-family:Montserrat;
	font-size:34px;
	font-weight:600;
	color:#242333;
	letter-spacing:1px;
}


@media screen and (min-width:992px)
{
	.dropdown-desktop
	{
		position:relative;
		display:block;
		width:100%;
	}

	.dropdown-desktop > div:first-child
	{
		position:relative;
		display:block;
		padding:11px 55px 11px 20px;
		width:100%;
		line-height:26px;
		font-family: Hind;
		font-size: 18px;
		font-weight: 500;
		color: rgba(0, 0, 0, 0.90);
		border: 1px solid #E6DFD7;
		border-radius: 10px;
		background: #FFF;
	}

	.dropdown-desktop > div:first-child::after
	{
		content:'';
		position:absolute;
		top:18px;
		right:20px;
		width:15px;
		height:10px;
		background:url(/assets/2/images/icon-arrow-down-dark.svg) no-repeat center center;
		transform:rotate(0deg);
	}

	.dropdown-desktop > div:first-child + div
	{
		overflow:hidden;
		position:absolute;
		top:52px;
		left:0px;
		display:none;
		width:100%;
	}

	.dropdown-desktop > div > ul
	{
		display:block;
		margin:0px;
		padding:15px 15px 15px 20px;
		width:100%;
		line-height:20px;
		font-family: Hind;
		font-size: 16px;
		font-weight: 500;
		list-style:none;
		border: 1px solid #E6DFD7;
		border-radius: 10px;
		background: #FFF;
	}

	.dropdown-desktop > div > ul > li
	{
		padding:5px 0px;
	}

	.dropdown-desktop > div > ul > li > a
	{
		color: rgba(0, 0, 0, 0.90);
	}

	.dropdown-desktop.open > div:first-child::after
	{
		transform:rotate(180deg);
	}

	.dropdown-desktop.open > div:first-child + div
	{
		display:block;
	}

	.dropdown-desktop > div > ul > li.active > a
	{
		font-weight: 600;
	}

	.dropdown-desktop > div > ul > li > a:hover
	{
		color:#DD3A56;
		text-decoration:none;
	}
}


@media screen and (max-width:991.98px)
{
	.article > .container
	{
		width: 100%;
	}

	.article-content
	{
		padding:0px;
	}

	.article-image
	{
		margin-bottom:0px;
	}

	.article-image > .article-section
	{
		padding:25px 0px;
		line-height:115%;
		font-size:15px;
		text-align:center;
	}

	.article-above
	{
		display:flex;
		flex-wrap:wrap;
		padding:20px;
		background:#F9F7F5;
	}

	.article-above > *
	{
		width:100%;
	}

	.article-above > h1
	{
		order:1;
		margin:0px;
		padding:0px 0px 15px 0px;
		line-height:110%;
		font-size:28px;
		text-align:center;
	}

	.article-above > .article-details
	{
		flex-wrap:wrap;
		order:2;
		justify-content:center;
		row-gap:5px;
	}

	.article-above > .article-chapters
	{
		order:3;
		margin:0px;
		max-width:100%;
	}

	.article-image > .container
	{
		width:100%;
	}

	.article-image > .container img
	{
		aspect-ratio:390 / 200;
		border-radius:0px;
	}

	.article-split
	{
		padding:25px 20px;
	}

	.article-split > .article-text
	{
		width:100%;
		font-size:16px;
	}

	.article-split > .article-text > *:not(.article-gallery) img:not(.skip)
	{
		margin: 0px -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px) !important;
		border-radius: 0px;
	}

	.article-split > .article-text > *:not(.article-gallery) img:not(.skip)[style]
	{
		margin: 0px -20px !important;
		width: calc(100% + 40px) !important;
		max-width: calc(100% + 40px) !important;
		border-radius: 0px !important;
	}

	.article-split > .article-text video, .article-split > .article-text iframe
	{
		margin: 0px -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px) !important;
		border-radius: 0px;
	}

	.article-split > .article-text h2
	{
		margin:20px 0px;
		font-size:24px;
		font-weight:500;
	}

	.article-split > .article-text h3
	{
		margin:20px 0px;
		font-size:20px;
		font-weight:500;
	}

	.article-split > .article-text h4
	{
		margin:20px 0px;
		font-size:20px;
		font-weight:600;
	}

	.article-split > .article-text h5
	{
		margin:20px 0px;
		font-size:16px;
		font-weight:600;
	}

	ul.article-gallery
	{
		margin: 20px 0px;
		width: 100%;
		max-width: 100% !important;
	}

	ul.article-gallery > li img
	{
		aspect-ratio:160 / 160;
	}

	ul.article-checkmarks
	{
		margin:20px 0px;
	}

	ul.article-checkmarks > li
	{
		padding: 5px 0px 5px 35px;
		font-size:16px;
	}

	ul.article-checkmarks > li::before
	{
		top:10px;
		left:10px;
	}

	.article-split > .articles-side
	{
		display:none;
	}

	.article-related
	{
		padding:30px 0px 80px 0px;
		background:#fff;
	}

	.article-related > .container h2
	{
		margin:0px 0px 15px 0px;
		padding:0px;
		font-size:24px;
		font-weight:500;
	}
}

@media screen and (max-width:479.98px)
{
	ul.article-gallery > li
	{
		width: calc((100% - 20px) / 2);
	}
}


body.disabled::before
{
	content:'';
	z-index:9999;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgb(244, 241, 238, 0.6);
}

body.disabled::after
{
	content:'';
	z-index:9999;
	position:fixed;
	margin:-15px 0px 0px -15px;
	top:50%;
	left:50%;
	width:45px;
	height:45px;
	/*border-top:12px solid #242333;*/
	border-top:12px solid transparent;
	border-right:12px solid #DD3A56;
	border-bottom:12px solid #DD3A56;
	border-left:12px solid #DD3A56;
	border-radius:50%;
	animation: rotate 1s infinite linear;
}


@keyframes rotate
{
	0%
	{
		transform:rotate(0deg);
	}


	100%
	{
		transform:rotate(360deg);
	}
}


.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active
{
	background-color:#DD3A56 !important;
}


.custom-parent
{
	position:relative;
}

.custom-parent > select,
.custom-parent > label
{
	pointer-events:none;
}

.custom-select
{
	order:99;
	display:none;
	overflow:visible;
	z-index:98;
	position:absolute;
	top:0px;
	left:0px;
	width:100% !important;
	height:100% !important;
}

.custom-parent.open .custom-select
{
	display:block;
}

.custom-select-dropdown
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
}

ul.custom-select-dropdown-list
{
	overflow:auto;
	position:absolute;
	top:0px;
	margin:0px;
	padding:0px;
	max-height:320px;
	min-width:100%;
	list-style:none;
	background:#fff;
	border:1px solid #EFEBE6;
	border-radius: 6px;
}

ul.custom-select-dropdown-list > li
{
	cursor:pointer;
	padding:5px 10px;
	min-width:100%;
	line-height:20px;
	color: #12121299;
	font-size: 16px;
	white-space:nowrap;
}

ul.custom-select-dropdown-list > li:hover,
ul.custom-select-dropdown-list > li.active
{
	color:#fff;
	background:#DD3A56;
}

ul.custom-select-dropdown-list > li.disabled
{
	display:none !important;
}

.bootstrap-datetimepicker-widget table td.from,
.bootstrap-datetimepicker-widget table td.to,
.bootstrap-datetimepicker-widget table td:hover
{
	color:#fff !important;
	background-color: #DD3A56 !important;
}

.bootstrap-datetimepicker-widget table td.between,
#dc_car_pickup_date ~ .bootstrap-datetimepicker-widget table td.to,
#dc_car_dropoff_date ~ .bootstrap-datetimepicker-widget table td.from
{
	color:#fff !important;
	background-color: #ee9caa !important;
}

.container.c404
{
	max-width: 800px;
}

.container.c404 h1
{
	color:#dd3a56;
	margin-bottom: 15px;
}

.container.c404 p
{
	margin-bottom: 25px;
}

.container.c404 a.button
{
	display: inline-block;
	padding: 10px 20px;
	background-color: #dd3a56;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
}

.container.c404 a.button:hover
{
	background-color: #bf253f;
}

.container.c404 img
{
	margin-top: 30px;
	border-radius: 8px;
}

.container.c404 .small-text
{
	margin-top: 20px;
	font-size: 14px;
	color: #777;
}