:root {
	--color-background-deep-blue: #05141F;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", sans-serif;
}

.has-bootstrap .bg-deep-blue {
	background-color: var(--color-background-deep-blue);
}
.has-bootstrap .accordion-button {
	outline: none !important;
}
.has-bootstrap .accordion-button::after {
	content: '+';
	background-image: none !important;
	transition: none !important;
	transform: none !important;
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
}
.has-bootstrap .accordion-button:not(.collapsed)::after {
	content: '-';
}
@font-face {
	font-family: 'Tahoma';
	src: url("../fonts/tahoma-regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: 'Tahoma';
	src: url("../fonts/tahoma-bold.ttf");
	font-weight: 900;
}
.has-bootstrap .btn {
	min-height: 46px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
}
.has-bootstrap .main-header {
	font-size: 40px;
	font-weight: bold;
	color: #343434;
}
.has-bootstrap .sub-header {
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
}
.has-bootstrap .page-title {
	padding-top: 66px;
	padding-bottom: 66px;
	background: #f7f8f8;
}
.has-bootstrap .accordion {
	width: 80%;
}
.has-bootstrap .accordion-flush .accordion-item:first-child {
	border-top: 1px solid #d6d6d6;
}
.has-bootstrap .accordion-flush .accordion-item:last-child {
	border-bottom: 1px solid #d6d6d6;
}
.has-bootstrap .accordion-body {
	padding-top: 0;
	color: #666;
	font-size: 14px;
}
.has-bootstrap .content-title {
	font-size: 18px;
	color: #06141e;
	font-weight: 600;
	margin-bottom: 16px;
}
.has-bootstrap .content-paragraph {
	font-size: 15px;
	color: #06141e;
}
.has-bootstrap .content-paragraph.white {
	color: #fff;
}
.has-bootstrap .car-wrap {
	margin-top: 30px;
}
.has-bootstrap .car-box {
	transition: all 0.1s ease-in-out;
	min-height: 220px;
}
.has-bootstrap .car-box:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.008);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.has-bootstrap .bg-white {
	background: #fff;
}
.has-bootstrap .bg-dark-grey {
	background: #cdd0d2;
}
.has-bootstrap .model {
	color: #06141e;
	font-weight: 900;
	font-size: 15px;
}
.has-bootstrap .price {
	font-size: 14px;
	text-align: center;
	color: #666;
}
.has-bootstrap .limit-car-rows {
	overflow: hidden;
	position: relative;
	transition: all 2s ease-in-out;
	margin-bottom: 20px;
}
.has-bootstrap .limit-car-rows.toggled {
	height: auto !important;
	overflow: visible;
	transition: all 2s ease-in-out;
}
.has-bootstrap .toggle-section-button {
	padding: 5px 13px;
	background: #7e8083;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.has-bootstrap .limit-car-rows.toggled .toggle-section-button {
	bottom: -10%;
}
.has-bootstrap .fade-gradient {
	width: 100%;
	height: 100%;
	background-image: url('../images/fade-gradient.svg');
	background-repeat: repeat-x;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.has-bootstrap .fade-gradient.grey {
	width: 100%;
	height: 100%;
	background-image: url('../images/fade-grey-gradient.svg');
	background-repeat: repeat-x;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.has-bootstrap .arrow {
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 16px;
}
.has-bootstrap .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: -3px;
}
.has-bootstrap .up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: 2px;
}
.has-bootstrap .rabla-plus-wrap {
	background: #f7f7f8;
	margin-top: 64px;
	padding-top: 40px;
}
.has-bootstrap .side-by-side-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.has-bootstrap .side-by-side-title {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 24px;
	line-height: 38px;
}
.has-bootstrap .sbs-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 21px;
}
.has-bootstrap .side-by-side-title.black {
	color: #000;
}
@media (max-width: 768px) {
	.has-bootstrap .accordion {
		width: 100%;
	}
	.has-bootstrap .limit-car-rows.toggled .toggle-section-button {
		bottom: -45px;
	}

}


.has-bootstrap .steps-for-registering h1 {
	margin-bottom: 24px;
}

.has-bootstrap .steps-for-registering h5 {
	margin-top: 24px;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.has-bootstrap .steps-for-registering p {
	font-size: 14px;
}

.has-bootstrap .steps-for-registering ol {
	list-style-type: lower-latin !important;
}

.has-bootstrap .steps-for-registering ol li {
	margin-bottom: 1rem;
}


.has-bootstrap .footnotes p small {
	font-size: 13px;
	color: #05141f;
}

.has-bootstrap .car-box-thumbnail {
	position: relative;
}
.has-bootstrap .car-box-thumbnail .hover-actions {
	--bs-bg-opacity: 0.8;
	opacity: 0;
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
	transition: opacity ease-in-out .15s;
}
.has-bootstrap .car-box:hover .hover-actions {
	opacity: 1;
}

.has-bootstrap .hover-actions .button-cta,
.has-bootstrap .hover-actions .button-secondary {
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid transparent;
	width: 75%;
}
.has-bootstrap .hover-actions .button-cta:hover,
.has-bootstrap .hover-actions .button-secondary:hover {
	text-decoration: underline;
}

.has-bootstrap .hover-actions .button-cta {
	background-color: #000;
	color: white;
}
.has-bootstrap .hover-actions .button-secondary {
	background-color: white;
	color: #000;
	border-color: #000;
}