@import "interlinking.css";


html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

.main * {
	box-sizing: border-box;
}

.main .h1,
.main h1,
.main .h2,
.main h2,
.main .h3,
.main h3,
.main .h4,
.main h4,
.main .h5,
.main h5,
.main .h6,
.main h6 {
	font-weight: 600;
	color: #333333;
}

.main .h1,
.main h1 {
	font-size: 36px;
	color: #333333 !important;
}

.main .h2,
.main h2 {
	font-size: 26px;
}

.main .h3,
.main h3 {
	font-size: 22px;
}

.main .h4,
.main h4 {
	font-size: 18px;
}

.main .h5,
.main h5 {
	font-size: 17px;
}

.main .h6,
.main h6 {
	font-size: 16px;
}

.main p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}

.main .wp-content-description p {
	line-height: 21.7px;
}

.main p:last-child {
	margin-bottom: 0;
}

.main {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

html, body {
	width: 100% !important;
}

@media (max-width: 1023px) {
	.main .h2,
	.main h2 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	body.fixed {
		height: 100vh;
		overflow-y: hidden;
	}

	.main .h2,
	.main h2 {
		font-size: 18px;
	}

	.main .h4,
	.main h4 {
		font-size: 14px;
	}

	.main .h6,
	.main h6 {
		font-size: 14px;
	}
}

.main ul, .main ol {
	margin-left: 0;
}

.main a:hover{
	text-decoration: underline;
}
.main a {
	text-decoration: none;
	display: inline-block;
	transition: color .3s;
}

.main [class^='ico-'] {
	display: inline-block;
}

/* ------------------------------------------------------------ *\
	Container fluid
\* ------------------------------------------------------------ */

.main .container-fluid {
	max-width: 1050px;
	margin: 0 auto;
	padding-left: 22px;
	padding-right: 22px;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.visible-xs {
	display: block;
}

@media (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.visible-xs,
	.visible-xs-inline-block {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */

.main .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 -10px;
	max-width: calc(100% + 20px);
}

.main .grid .grid {
	margin: 0;
	height: 100%;
}

.main .grid .grid__col--1of2 {
	display: grid;
	padding: 0 10px;
}

.main .grid .grid__col--1of2 .grid__col--1of2 {
	padding: 0;
}


/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */

.main .hero {
	padding: 26px 0 6px;
}

.main .hero h1 {
	margin-bottom: 20px;
	letter-spacing: -0.04em;
	margin-top: 19px;
}

.main .hero .hero__entry {
	max-height: 138px;
	overflow-y: hidden;
	transition: max-height .3s;
	max-width: 852px;
	margin-bottom: 5px;
}

.main .hero .hero__entry.is-expanded {
	max-height: 10000px;
	transition: max-height 1.2s;
}

.main .hero .link-more {
	margin-bottom: 24px;
}

.main .hero .breadcrumbs {
	margin-bottom: 19px;
}

.breadcrumbs {
	padding: 0;
}

.breadcrumbs .shell {
	padding: 0;
}

.breadcrumbs li a.first {
	padding-left: 0;
}

@media (max-width: 767px) {
	.main .hero {
		padding: 10px 0 0;
	}

	.main .hero .breadcrumbs {
		margin-bottom: 28px;
	}

	.main .hero h1 {
		margin-bottom: 12px;
		letter-spacing: -0.01em;
	}

	.main .hero .hero__entry {
		max-height: 120px;
		margin-bottom: 2px;
	}

	.main .hero .hero__entry p {
		letter-spacing: -0.015em;
	}
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.main .breadcrumbs {
	font-size: 11px;
	letter-spacing: 0.02em;
}

.main .breadcrumbs ul {
	display: flex;
	align-items: center;
	color: #555555;
	list-style: none;
	width: 100%;
}

.main .breadcrumbs li + li {
	margin-left: 5px;
}

.main .breadcrumbs a {
	color: #025E9B;
}

.main .breadcrumbs a:hover {
	color: #DD5615;
}

/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */

.main .link-more {
	position: relative;
	color: #555555;
	font-weight: bold;
	padding-right: 20px;
}

.main .link-more i {
	position: absolute;
	top: 7px;
	right: 0;
	padding-left: 0;
	padding-right: 4px;
	transform: rotate(90deg);
}

.main .link-more:hover {
	text-decoration: none;
}

.main .link-more:hover img {
	opacity: 1;
}

.main .link-more.is-active i {
	transform: rotate(-90deg);
	padding-left: 4px;
	padding-right: 0;
}

.main .link-more .more {
	font-weight: bold;
	color: #555555;
}

.main .link-more .less {
	display: none;
}

.main .link-more.is-active .less {
	display: inline-block;
	font-weight: bold;
	color: #555555;
}

.main .link-more.is-active .more {
	display: none;
}

/* ------------------------------------------------------------ *\
	Link main
\* ------------------------------------------------------------ */

.link-main {
	position: relative;
	font-weight: bold;
	padding-right: 22px;
	color: #DD5615;
}

.link-main i {
	position: absolute;
	top: 5px;
	right: 10px;
	transition: right .2s;
}

.link-main:hover {
	color: #DD5615 !important;
	opacity: 1;
	text-decoration: none;
}

a.link-main {
	color: #DD5615 !important;
	font-weight: bold;
	display: inline;
}

.tile__foot a:hover img {
	transform: translateX(200%);
}

.tile__foot a img {
	vertical-align: middle;
	margin: 0 5px;
	transition: transform .4s;
}

.tile__foot span {
	font-weight: bold;
}

@media ( max-width: 768px ) {
	.link-main {
		padding-right: 15px;
	}

	.link-main i {
		right: 0px;
	}
}


/* ------------------------------------------------------------ *\
	Section-info {}
\* ------------------------------------------------------------ */

.main .section-info {
	padding: 92px 0 100px;
}

.main .section-info.related-comparisons {
	padding-bottom: 0;
}

.main .section-info .section__head {
	margin-bottom: 20px;
}

.main .section-info .section__head h2 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.main .section-info  + .section-logos {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.main .section-info {
		padding: 48px 0 55px;
	}

	.main .section-info .section__head {
		margin-bottom: 17px;
	}

	.main .section-info .section__head h2 {
		font-size: 20px;
	}
}

/* ------------------------------------------------------------ *\
	Section logos
\* ------------------------------------------------------------ */

.main .section-logos {
	padding: 69px 0 80px;
}

.main .section-logos .section__logos {
	margin: 0 -40px;
}

@media ( max-width: 1200px ) {
	.main .section-logos .section__logos {
		margin: 0;
	}
}

@media ( max-width: 768px ) {
	.main .section-logos {
		padding: 47px 0 37px;
	}
}

/* ------------------------------------------------------------ *\
	Section features
\* ------------------------------------------------------------ */

.main .section-features {
	padding: 0 0 50px;
	background: transparent;
}

footer {
	margin-top: 0 !important;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.main .list-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 0 -5px;
	list-style: none;
}

.main .list-logos li {
	padding: 0 5px;
}

.main .list-logos a {
	transition: opacity .3s;
}

.main .list-logos a:hover {
	opacity: .9;
}

@media(max-width: 1023px) {
	.main .list-logos {
		margin-bottom: -20px;
	}

	.main .list-logos li {
		margin-bottom: 20px;
	}

	.main .list-logos .logo-1 {
		max-width: 91px;
		height: auto;
	}

	.main .list-logos .logo-2 {
		max-width: 205px;
		height: auto;
	}

	.main .list-logos .logo-3 {
		max-width: 88px;
		height: auto;
	}

	.main .list-logos .logo-4 {
		max-width: 93px;
		height: auto;
	}

	.main .list-logos .logo-5 {
		max-width: 100px;
		height: auto;
	}
}

/* ------------------------------------------------------------ *\
	Popup primary
\* ------------------------------------------------------------ */

.mfp-bg {
	background: rgba(216, 216, 216, .8);
}

.mfp-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mfp-content .popup--primary {
	position: relative;
	max-width: 496px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

.mfp-content .popup--primary .popup__inner {
	position: relative;
	padding: 26px 35px 28px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .3);
	border-radius: 8px;
}

.mfp-content .popup--primary .popup__head h2 {
	font-size: 26px;
	letter-spacing: -0.02em;
}

.mfp-content .mfp-close {
	position: absolute;
	top: 30px;
	right: 37px;
	transition: opacity .3s;
	color: #555555;
	opacity: 1;
	font-size: 0;
	background-image: url(../images/compare/svg/close-solid.svg);
	width: 14.4px;
	height: 14.4px;
	transform: rotate(90deg);
	background-size: 100% 100%;
	background-position: center center;
}

.mfp-content .mfp-close:hover {
	opacity: .7;
}

.mfp-content label {
	text-align: left;
	padding-top: 1em;
	padding-left: 8px;
}

@media(max-width: 767px) {
	.mfp-content .popup--primary .popup__inner {
		padding: 26px 15px 15px;
	}

	.mfp-content .popup--primary .popup__head {
		margin-bottom: 25px;
	}

	.mfp-content .mfp-close {
		right: 15px;
	}
}

/* ------------------------------------------------------------ *\
	Popup primary alt
\* ------------------------------------------------------------ */

.mfp-content .popup--primary-alt .popup__inner {
	padding: 28px 30px 15px;
}

.mfp-content .popup--primary-alt .popup__head {
	margin-bottom: 28px;
}

.mfp-content .popup--primary-alt .popup__head h2 {
	line-height: 1.26;
	margin-right: 32px;
	margin-bottom: 24px;
	font-weight: bold;
}

.mfp-content .popup--primary-alt .popup__head p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.mfp-content .popup--primary-alt .mfp-close {
	right: 28px;
}

@media(max-width: 767px) {
	.mfp-content .popup--primary-alt .popup__inner {
		padding: 28px 15px 15px;
	}

	.mfp-content .popup--primary-alt .mfp-close {
		right: 15px;
	}
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */

.select {
	position: relative;
}

.select:before {
	content: '';
	display: inline-block;
	background-image: url(../images/compare/svg/arrow-solid.svg);
	width: 7px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	top: 19px;
	right: 34px;
	pointer-events: none;
}

.select:after {
	display: none;
}

.select select {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #979797;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	appearance: none;
	-webkit-appearance:none;
	transition: border-color .3s;
	padding: 0 19px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}

.select select:focus {
	outline: 0;
	border-color: #F06726;
}

.select select:disabled {
	background: #fff;
	opacity: .4;
}

.select select::-ms-expand {
	display: none;
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	appearance: none;
}

/*  Btn block  */

.btn--block {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* Btn default */

.btn--default {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	border: 0 !important;
	transition: opacity .3s, background .3s, color .3s !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: opacity .3s !important;
}

.btn--default:hover {
	opacity: .7 !important;
	transition: opacity .3s !important;
}

/* Btn warning */

.btn--warning {
	background: #F06726 !important;
	color: #fff !important;
}

.btn--warning:hover {
	background: #F06726 !important;
	color: #fff !important;
}

/* ------------------------------------------------------------ *\
	Form add vehicle
\* ------------------------------------------------------------ */

.form-add-vehicle {
	margin-bottom: 0;
}

.form-add-vehicle .form__foot {
	margin-top: 19px;
	text-align: center;
}

.form-add-vehicle .form__row + .form__row {
	margin-top: 15px;
}

/* ------------------------------------------------------------ *\
	Table listing
\* ------------------------------------------------------------ */

.table-listing table {
	width: 100%;
}

.table-listing table th {
	text-transform: uppercase;
	letter-spacing: -0.06em;
	font-size: 12px;
}

.table-listing table th:first-child,
.table-listing table td:first-child {
	padding-left: 0;
}

.table-listing table th:last-child,
.table-listing table td:last-child {
	text-align: right;
	padding-right: 0;
}

.table-listing table td {
	padding: 4px 8px 5px;
}

.table-listing table td a {
	color: #333333;
	text-decoration: underline;
}

.table-listing table td a:hover {
	color: #F06726;
}

.table-listing table th:nth-child(1) {
	width: 14%;
}

.table-listing table th:nth-child(2) {
	width: 66%;
}

.table-listing table th:nth-child(3) {
	width: 20%;
}

.table-listing table td:nth-child(1) {
	width: 14%;
}

.table-listing table td:nth-child(2) {
	width: 66%;
}

.table-listing table td:nth-child(3) {
	width: 20%;
}

.table-listing table td span {
	display: inline-block;
	margin: 0 4px;
}

@media(max-width: 767px) {
	.table-listing table th:nth-child(1) {
		width: 12%;
	}

	.table-listing table th:nth-child(2) {
		width: 66%;
	}

	.table-listing table th:nth-child(3) {
		width: 22%;
	}

	.table-listing table td:nth-child(1) {
		width: 12%;
	}

	.table-listing table td:nth-child(2) {
		width: 66%;
	}

	.table-listing table td:nth-child(3) {
		width: 22%;
	}

	.table-listing table td span {
		margin: 0 1px;
	}
}

/* ------------------------------------------------------------ *\
	Main page
\* ------------------------------------------------------------ */


@media(max-width: 1100px) {
	body {
		overflow-x: hidden;
	}

	.header-main-page {
		min-width: auto;
		max-width: 100%;
		overflow-x: hidden;
	}

	.footer-main-page {
		min-width: auto;
		max-width: 100%;
		overflow-x: hidden;
		min-width: auto;
	}

	.container-main-page {
		min-width: auto;
		max-width: 100%;
		overflow-x: hidden;
		width: 100%;
	}

	.container-main-page .span12.span-no-margin.footer-description {
		max-width: 100%;
		width: 100% !important;
	}

	.container-main-page .span9.span-no-margin {
		max-width: 100%;
		width: 100% !important;
	}
	.container-main-page .span12.span-no-margin {
		max-width: 100%;
		width: 100% !important;
	}

	.footer-main-page .container {
		width: 100% !important;
	}

	.footer-main-page .span12 {
		width: 100% !important;
	}

	.footer-main-page .span9.span-no-margin {
		width: 100% !important;
	}

	.footer-main-page .span12.span-no-margin {
		width: 100% !important;
	}

	.footer-top-main-page .container {
		width: 100% !important;
	}

}

/* ------------------------------------------------------------ *\
	Features main
\* ------------------------------------------------------------ */

.main .features {
	display: flex;
	margin: 0 -29px;
}

.main .features .feature {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 53px;
}

@media(max-width: 1023px) {
	.main .features {
		margin: 0 -22px;
	}

	.main .features .feature {
		padding: 0 22px;
	}
}
@media(max-width: 767px) {
	.main .features {
		margin: 0 -6px;
	}

	.main .features .feature {
		padding: 0 6px;
	}
}

/* ------------------------------------------------------------ *\
	Features alt
\* ------------------------------------------------------------ */

.main .features--alt {
	margin: 0 -15px;
}

.main .features--alt .feature {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 40px;
}

.main .features--alt .feature-border:after {
	left: 20px;
	right: 20px;
}

@media(max-width: 1023px) {
	.main .features--alt {
		margin: 0 -10px;
	}

	.main .features--alt .feature {
		padding: 0 10px;
	}

	.main .features--alt .feature-border:after {
		left: 10px;
		right: 10px;
	}
}

@media(max-width: 767px) {
	.main .features--alt {
		margin: 0 -6px;
	}

	.main .features--alt .feature {
		padding: 0 6px;
	}

	.main .features--alt .feature-border:after {
		left: 6px;
		right: 6px;
	}
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.main .feature h2 {
	letter-spacing: -0.02em;
}

.main .feature h4 {
	font-weight: bold;
	margin: 0 0 4px;
	letter-spacing: -0.015em;
}

.main .make-comparison-features {
	padding-top: 16px;
}

.main .make-comparison-features h2 {
	padding-top: 64px;
}

.main .make-comparison-features .feature h4 {
	margin-bottom: 8px;
	margin-top: 18px;
}

.main .feature h4 + a {
	margin-bottom: -2px;
}

.main .feature h6 {
	margin-top: 0;
	font-size: 14px;
	letter-spacing: 0.01em;
}

.main .feature h6 + p {
	margin-top: -9px;
	font-size: 13px;
}

.main .feature h6 + ul {
	margin-top: -9px;
	font-size: 13px;
	letter-spacing: 0em;
}

.main .feature ul {
	list-style-type: none;
	margin-top: 1px;
	letter-spacing: 0.01em;
	color: #555555;
}

.main .feature a {
	display: block;
	color: #333;
	text-decoration: underline;
	font-weight: 600;
}

.main .feature a:hover {
	color: #DD5615;
}

.main .feature p {
	margin-bottom: -1px;
	color: #555555;
}

.main .feature p:last-child {
	margin-bottom: 0;
}

.main .feature p strong {
	letter-spacing: -0.01em;
	color: #333333;
}

.main .feature strong {
	font-weight: 600;
}

.main .feature .feature__head {
	margin-bottom: 16px;
	border-bottom: 0 !important;
}

.main .feature .feature__body {
	padding-right: 6px;
}

.main .feature .feature__inner-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main .feature .feature__inner-content  p + a {
	margin-top: -3px;
}

.main .feature .feature__col-icon {
	margin-left: 10px;
}

.main .feature .feature__cols .feature__inner {
	padding: 7px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main .feature .feature__cols .feature__inner:last-child {
	text-align: right;
}

.main .feature .feature__cols .feature__inner-left {
	text-align: left !important;
}

.main .feature .feature__cols .feature__inner-alt p:first-child {
	margin-top: 6px;
}

.main .feature .featrue__row {
	border-bottom: 1px solid rgba(197, 203, 206, .5);
}

.main .feature .featrue__row:last-child {
	border-bottom: 0;
}

.main .feature .feature__entry {
	max-height: 109px;
	overflow-y: hidden;
	transition: max-height .3s;
	max-width: 852px;
	margin-bottom: 10px;
}

.main .feature .feature__entry p {
	line-height: 1.55;
	letter-spacing: 0.008em;
}

.main .feature .feature__entry.is-expanded {
	max-height: 1000px;
	transition: max-height 1.2s;
}

.main .feature .link-more {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

.main .feature .link-more:hover {
	color: #555555;
	opacity: 1;
}

.main .feature .link-more:hover i {
	color: #555555;
	opacity: 1;
}

.main .feature .list-features {
	margin-bottom: 3px;
	padding-top: 11px;
}

.main .feature .feature__entry-wrapper {
	padding: 29px 0 25px;
}

.main .feature .feature__entry-title {
	border-bottom: 0;
	margin-bottom: 13px;
}

.main .feature .ranking p {
	color: #555555;
}

.main .feature .ranking a {
	font-weight: normal;
	color: #555555;
}

.main .features--last .feature__entry-wrapper {
	padding: 29px 0 0;
}

.desktop-hide {
	display: none;
}

@media(max-width: 767px) {
	.main .feature {
		font-size: 12px;
	}

	.main .feature h2 {
		line-height: 1.35;
	}

	.main .feature h6 {
		font-size: 12px;
	}

	.main .feature a {
		line-height: 1.4;
	}

	.main .feature .feature__body {
		padding-right: 0;
	}

	.main .feature .cols {
		display: block;
		margin: 0 -5px;
		padding: 7px 0;
	}

	.main .feature .cols .col {
		max-width: 100%;
		padding: 0 5px;
	}

	.main .feature .cols .col + .col {
		margin-top: 2px;
	}

	.main .feature .feature__cols .feature__inner:last-child {
		text-align: left;
	}

	.main .feature .feature__col-icon {
		width: 20px;
		height: 20px;
		margin-left: 6px;
	}

	.main .feature .feature__inner-content {
		justify-content: flex-end;
		align-items: flex-end;
	}

	.main .feature .feature__head {
		margin-bottom: 20px;
	}

	.main .feature .feature__entry-wrapper {
		padding: 23px 0 25px;
	}

	.main .feature .feature__entry {
		max-height: 250px;
		margin-bottom: 11px;
	}

	.main .feature .feature__entry p {
		font-weight: 300;
		line-height: 1.5;
	}

	.main .feature .list-features {
		padding-top: 2px;
	}

	.main .feature .link-more {
		font-size: 14px;
	}
}

/* Feature border */

.feature-border {
	position: relative;
}

.feature.feature--alt.feature-border {
	padding-bottom: 25px;
}

.feature-border:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 53px;
	right: 53px;
	bottom: 0;
	background: rgba(197, 203, 206, .5);
	height: 1px;
}

@media(max-width: 767px) {
	.feature-border:after {
		left: 6px;
		right: 6px;
	}
}

/*  Feature alt  */

.main .feature--alt h4 {
	font-weight: normal;
}

.main .feature--alt h4 strong {
	font-weight: bold;
}

.main .feature--alt .feature__entry-wrapper h4 {
	margin-bottom: 13px;
	font-weight: bold;
}

.main .feature--alt .col--size-1 {
	flex: 0 0 55%;
	max-width: 55%;
}

.main .feature--alt .col--size-2 {
	flex: 0 0 45%;
	max-width: 45%;
}

@media ( max-width: 768px ) {
	.main .feature--alt .feature__head {
		margin-bottom: 9px;
	}

	.main .feature__cols-flex-mobile.cols {
		display: flex;
		align-items: flex-end;
		padding: 9px 0;
	}

	.main .feature__cols-top.cols {
		align-items: flex-start;
	}

	.main .feature__cols-flex-mobile.cols .col {
		max-width: 60%;
		flex: 1;
	}

	.main .feature .feature__cols-flex-mobile.cols .feature__inner:last-child {
		text-align: right;
		max-width: 40%;
	}
}

/*  Feature main  */

.main .feature--main .feature__head {
	margin-bottom: 7px;
}

@media ( max-width: 768px ) {
	.main .feature--main .feature__head {
		margin-bottom: 11px;
	}

	.main .feature--main .cols {
		padding: 6px 0;
	}

	.main .feature--main .cols .col + .col {
		margin-top: 0;
	}
}

/*  Feature main alt */

.main .feature--main-alt .feature__head {
	margin-bottom: 10px;
}

@media ( max-width: 768px ) {
	.main .feature--main-alt .feature__head {
		margin-bottom: 17px;
	}

	.main .feature--main-alt .cols {
		padding: 6px 0;
	}

	.main .feature--main-alt .cols .col + .col {
		margin-top: 1px;
	}

	.main .feature--main-alt .feature__inner-content {
		justify-content: space-between;
	}
}

/* ------------------------------------------------------------ *\
	Count
\* ------------------------------------------------------------ */

.main .count p {
	display: inline-block;
}

.main .count span {
	display: inline-block;
	margin: 0 4px;
}

/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */

.tiles .cols {
	margin: 0 -30px;
}

.tiles .cols .col {
	padding: 0 30px;
}

@media(max-width: 1023px) {
	.tiles .cols {
		margin: 0 -15px;
	}

	.tiles .cols .col {
		padding: 0 15px;
	}
}

@media(max-width: 767px) {
	.tiles .cols {
		display: flex;
		margin: 0 -5px;
	}

	.tiles .cols .col {
		padding: 0 5px;
	}

	.tiles .cols .col + .col {
		margin-top: 0;
	}

	.tiles .tile {
		height: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Tiles alt
\* ------------------------------------------------------------ */

.tiles--alt .cols {
	margin: 0 -15px;
}

.tiles--alt .cols .col {
	padding: 0 15px;
}

@media(max-width: 1023px) {
	.tiles--alt .cols {
		margin: 0 -10px;
	}

	.tiles--alt .cols .col {
		padding: 0 10px;
	}
}

@media(max-width: 767px) {
	.tiles--alt .cols {
		margin: 0 -5px;
	}

	.tiles--alt .cols .col {
		padding: 0 5px;
	}
}

/* ------------------------------------------------------------ *\
	Tile primary
\* ------------------------------------------------------------ */

.main .tile-primary {
	background: #F5F8FA;
	padding: 5px;
	border-radius: 0 0 5px 5px;
}

.main .tile-primary .tile__head {
	position: relative;
	display: block;
	background: #fff;
}

.main .tile-primary .tile__head:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -100px;
	left: -1000px;
	right: -1000px;
	bottom: 0;
	background: #F5F8FA;
}

.main .tile-primary .tile__head-inner {
    position: relative;
    z-index: 100;
    padding: 17px 20px 22px;
    background: #fff;
}
.main .tile-primary .tile__head-inner:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: rgba(197, 203, 206, .5);;
	z-index: 1;
}

.main .tile-primary .tile__head h2 {
	padding-bottom: 6px;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.main .tile-primary .tile__body {
	display: block;
	background: #fff;
	padding: 0 20px 19px;
	display: flex;
	align-items: end;
	justify-content: center;
	height: 335px;
}

.main .tile-primary .tile__image {
	display: flex;
	align-items: flex-end;
}

.main .tile-primary .tile__foot {
	padding: 8px 20px;
}

@media(max-width: 1023px) {
	.main .tile-primary .tile__body {
		min-height: 145px;
	}
}

@media(max-width: 767px) {
	.main .tile-primary .tile__head h2 {
		padding-height: 64px;
		flex: 1;
		font-size: 16px;
		line-height: 1.3;
	}

	.main .tile-primary .tile__head-inner {
		padding: 13px 13px 16px;
	}

	.main .tile-primary .tile__head-inner:after {
		left: 13px;
		right: 13px;
	}

	.main .tile-primary .tile__head p {
		flex: 1;
	}

	.main .tile-primary .tile__body {
		padding: 5px 0px 17px;
		min-height: 107px;
	}

	.main .tile-primary .tile__foot {
		padding: 8px 13px;
	}
}

/* ------------------------------------------------------------ *\
	Nav details
\* ------------------------------------------------------------ */

.main .nav-details {
	background: #F0F2F3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transform: translateY(-110%);
	transition: transform .3s;
}

.main .nav-details.is-visible {
	transform: translateY(0);
}

.main .nav-details ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main .nav-details li {
	line-height: 1.3;
	padding: 0px 20px 0 0px;
}

.main .nav-details a {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 20px 0;
	color: #333;
}

.main .nav-details a:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	background: #025E9B;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.main .nav-details .current a:after {
	visibility: visible;
	opacity: 1;
	width: 100%;
}

.main .nav-details-content {
	padding: 20px 0 13px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.main .nav-details-content h6 {
	margin: 0;
	font-weight: bold;
	letter-spacing: -0.015em;
	padding-right: 10px;
}

.main .nav-details-content .cols {
	margin: 0 -20px;
}

.main .nav-details-content .col {
	padding: 0 20px;
}

.main .nav-details .nav-details__inner ul {
	padding: 0 25px;
}

.main .nav-details .nav-details-content .cols {
	margin: 0 -15px;
}

.main .nav-details .nav-details-content .col {
    padding: 0 40px;
}

.main .nav-details-secondary .nav-details-content .cols {
	margin: 0 -30px;
}

.main .nav-details-secondary .nav-details-content .col {
    padding: 0 53px;
}

@media(min-width: 768px) {
	.main .nav-details .nav-current {
		visibility: hidden;
		opacity: 0;
		padding: 0;
		height: 0;
	}
}

@media(max-width: 1023px) {
	.main .nav-details .nav-details__inner ul {
		padding: 0;
	}

	.main .nav-details .nav-details-content .cols {
		margin: 0 -10px;
	}

	.main .nav-details .nav-details-content .col {
	    padding: 0 10px;
	}

	.main .nav-details-secondary .nav-details-content .cols {
		margin: 0 -22px;
	}

	.main .nav-details-secondary .nav-details-content .col {
	    padding: 0 22px;
	}
}
@media(max-width: 767px) {
	.main .nav-details .nav-current {
		width: 100%;
		display: block;
		padding: 16px 22px;
		z-index: 20;
		background: #fff;
		transition: transform .3s;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	}

	.main .nav-details .nav-current:before {
		content: '';
		display: inline-block;
		background-image: url(../images/compare/svg/arrow-solid.svg);
		width: 7px;
		height: 12px;
		transform: rotate(90deg);
		background-size: 100% 100%;
		background-position: center center;
		position: absolute;
		top: 20px;
		right: 25px;
	}

	.main .nav-details.is-visible .nav-current.is-active {
		box-shadow: none;
	}
	.main .nav-details.is-visible .nav-current.is-active:before {
		transform: rotate(-90deg);
	}

	.main .nav-details .nav-details__inner {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		transform: translateY(-150%);
		transition: transform .3s;
		padding-bottom: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	}

	.main .nav-details .nav-details__inner.is-visible {
		transform: translateY(0);
		transition: transform .3s;
	}

	.main .nav-details .nav-details__inner .current {
		display: none;
	}

	.main .nav-details ul {
		display: block;
	}

	.main .nav-details a {
		font-size: 16px;
		font-weight: bold;
		padding: 7px 0 6px;
	}

	.main .nav-details a:after {
		display: none;
	}

	.main .nav-details li:first-child a {
		padding-top: 0;
	}

	.main .nav-details li:first-child.current + li a {
		padding-top: 0;
	}

	.main .nav-details-content {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	Section details
\* ------------------------------------------------------------ */

.main .section-details {
	padding: 0 0 100px;
	position: relative;
	overflow: hidden;
}

.section-details .section__content {
	position: relative;
	z-index: 1;
}

.main .section-details .section__inner {
	padding-top: 48px;
}

.main .section-details .section__tiles + .section__features {
	margin-top: 65px;
}

@media ( max-width: 768px ) {
	.main .section-details {
		padding: 0 0 60px;
	}

	.main .section-details .section__inner {
		padding-top: 46px;
	}

	.main .section-details .section__inner-first {
		padding-top: 27px;
	}

	.main .section-details .section__tiles + .section__features {
		margin-top: 54px;
	}

	.main .section-details .section__inner-primary {
		padding-top: 39px;
	}

	.main .section-details .section__inner-primary .feature .feature__head {
		margin-bottom: 6px;
	}

	.main .section-details .section__inner-primary .feature .cols {
		padding: 0;
		margin: 0 -10px;
	}

	.main .section-details .section__inner-primary .feature .featrue__row:first-child .cols {
		padding: 0;
	}

	.main .section-details .section__inner-secondary {
		padding-top: 40px;
	}

	.main .section-details .section__inner-secondary .feature--main .feature__head {
		margin-bottom: 7px;
	}

	.mobileHide {
		display: none;
	}
}

@media ( max-width: 550px ) {
	.section-details.section-details--alt .section__content {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.section-details.section-details--alt .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

	.section-details.section-details--alt .section__content .section__content-inner {
		width: 530px;
		padding-right: 22px;
		padding-left: 22px;
		overflow-x: clip;
	}
}

@media ( max-width: 374px ) {
	.section-details .section__content {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.section-details .section__content-inner {
		width: 380px;
		padding-right: 22px;
		padding-left: 22px;
		overflow-x: clip;
	}

	.section-details .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

/* ------------------------------------------------------------ *\
	Icon circle
\* ------------------------------------------------------------ */

.main .icon-circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.main .icon-circle--alt {
	width: 20px;
	height: 20px;
}

.main .icon-circle-light-grey {
	background: #F5F8FA;
	visibility: hidden;
	width: 0;
	margin-top: 0;
}

.main .icon-circle-grey {
	background: #B6C3CA;
}

.main .icon-circle-dark-grey {
	background: #71706F;
}

/* ------------------------------------------------------------ *\
	List features
\* ------------------------------------------------------------ */

.main .list-features li {
	display: flex;
	letter-spacing: 0em;
}

.main .list-features li + li {
	margin-top: 6px;
}

.main .list-features li i {
	display: inline-block;
	margin-right: 13px;
	flex: 0 0 11px;
	max-width: 11px
}

.main .list-features span {
	flex: 1;
	max-width: calc(100% - 11px);
}

.main .list-features i {
	margin-top: 4px;
}

@media ( max-width: 768px ) {
	.main .list-features li {
		line-height: 1.5;
	}

	.main .list-features li + li {
		margin-top: 8px;
	}

	.main .list-features li i {
		margin-right: 7px;
	}
}

/* ------------------------------------------------------------ *\
	List stars
\* ------------------------------------------------------------ */

.main .list-stars {
	display: flex;
	align-items: center;
}

.main .list-stars li + li {
	margin-left: 1px;
}

/* ------------------------------------------------------------ *\
	Rating
\* ------------------------------------------------------------ */

.main .rating {
	display: flex;
	align-items: center;
}

.main .rating .list-stars {
	margin: 0 6px 2px;
}

@media (max-width: 1023px) {
	.hidden-sm {
		display: inline-block !important;
	}
}

@media (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}

	.desktop-hide {
		display: inline;
	}
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

[class*='ico-'] {
	display: inline-block;
	vertical-align: middle;
}

[class*='ico-'] img {
	width: 100%;
	display: block;
	height: auto;
}

.ico-check {
	width: 11px;
}

.ico-close {
	width: 16px;
}

.ico-star-solid {
	width: 12px;
}

.ico-star {
	width: 12px;
}

.ico-arrow-warning {
	position: relative;
	width: 7px;
	height: 11px;
}

.ico-arrow-warning:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 2px;
	background: #DD5615;
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 0px;
}

.ico-arrow-warning:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 2px;
	background: #DD5615;
	transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 0px;
}

.model-pros {
	margin-left: 20px;
}

.model-pros ul {
	list-style-image: url("../images/best-cars/check-green.svg");
}

.model-cons {
	margin-left: 20px;
}

.model-cons ul {
	list-style-image: url("../images/best-cars/close.svg");
}

.model-section li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	padding-left: 8px;
	color: #555555;
	position: relative;
}

#mobilePage {
	padding: 0;
}

.content {
	padding: 0;
}

.breadcrumbs__inner ul li {
	line-height: 13.75px;
}


.is-current {
	padding-left: 9px;
}

.make-make .feature__body {
	padding-bottom: 10px;
}

.feature__body .feature__row:nth-of-type(odd) .cols {
	background: #efefef;
}

.main .make-make.section__inner {
	padding-top: 0;
}

.main .feature h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.make-make-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.col p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main .feature .feature__cols .feature__inner {
	flex: unset;
	max-width: unset;
}

.bodystyle-link {
	display: inline !important;
}

.tile__head-inner a:hover img {
	transform: translateX(200%);
}

#change-vehicle-popup .mfp-close:active {
	top: 30px;
}
.link-popup:hover {
	cursor: pointer;
}
.model-compare-row {
	vertical-align: sub;
	display: inline;
}
.model-compare-row-wrapper {
	display: flex;
	align-items: center;
}
.jmpads-wide-breaker {
	padding-bottom: 35px !important;
}
.jmpads-wide-breaker:has(~ .shoppingLink){
	padding-bottom: 15px !important;
}
.jmpads-mobile-wrapper {
	padding-bottom: 2em !important;
}
.jmp-dt-box-1 {
	padding-top: 4em;
	padding-bottom: 2em;
}
.jmp-dt-box-2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
.jmp-dt-box-breaker {
	padding-top: 16vh;
	padding-bottom: 16vh;
}
.right-rail {
	display: none;
}
@media(min-width: 1200px) {
	.right-rail {
		display: inline-block;
		float: right;
		padding-top: 125px;
		margin-right: -335px;
		min-width: 320px;
	}

	.main .container-fluid {
		max-width: 1400px;
		padding-right: 350px;
	}
}

.main .feature a {
	min-height: 40px;
	overflow: hidden;
	white-space: normal;
}

.main .feature h2 {
	min-height: 2.4em;
	overflow: hidden;
}

@media(max-width: 1023px) {
	.main .feature p.long-field-name {
		min-height: 44px;
		overflow: hidden;
		white-space: normal;
	}
}

.list-links li a {
	font-size: 14px;
}

.mobile-rank {
	font-size: 14px;
	line-height: 19px;
}