* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
img {
    max-width: 100%;
}
p {
    margin: 1em 0;
}

.text-left {
    text-align: left !important;
}
.subheader, h2 {
    font-size: 1.875em;
    margin: 35px 0;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}


.car-promo {
    position: relative;
    background: #f6f6f6;
}
@media screen and (max-width: 575px) { 
	.car-promo > .container {
		padding: 0;
	}
}
.car-promo__bg {
    position: absolute;
    width: 100%;
    height: 20.625em;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-color: #f1f1f1;
}

.car-promo-info {
    position: relative;
    padding: 1.625em;
    width: 16.5625em;
    height: 20.625em;
    background: rgba(28, 37, 44, .7);
    color: #fff;
}
@media screen and (max-width: 767px) { 
	.car-promo-info {
		width: 100%;
		height: 30em;
	}
}
@media screen and (max-width: 420px) { 
	.car-promo-info {
		height: 25em;
	}
}
@media screen and (max-width: 360px) { 
	.car-promo-info {
		height: 20.55em;
	}
}
.car-promo-info__title {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 .3em;
    line-height: 1;
}
.car-promo-info__description {
    margin: .875em 0;
    font-size: .9em;
}
.car-promo-info__price {
    font-size: 1.375em;
}

.car-promo-info__ribbon {
    margin-left: -3.425em;
    width: 16.5625em;
    min-height: 3.125em;
    background-image: url(../img/monthly_payment.png);
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.car-promo-info__ribbon_big {
    margin-left: -1.18em;
    width: 12.08em;
}
.car-promo-info__ribbon_big .car-promo-info__ribbon-container {
    padding: .1125em 0 .0125em 1.125em;
}
.car-promo-info__ribbon_big .car-promo-info__month-price {
    font-size: .8em;
}
.car-promo-info__month-price {
    color: #fff;
    text-decoration: none;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
.star-note {
    text-decoration: none;
}
.car-promo-info .star-note {
    color: inherit;
}

.car-promo-info__month-price_link {
    text-decoration: underline !important;
    display: inline-block;
}
@media screen and (max-width: 767px) {
	.car-promo-info__month-price_link {
	    position: relative;
	    z-index: 100;
	}
}


.car-promo__colors {
    position: absolute;
    width: 596px;
    height: 365px;
    left: 400px;
    top: 40px;
    overflow: hidden;
}
@media screen and (max-width: 1100px) {
	.car-promo__colors {
	    left: 350px;
	}	
}
@media screen and (max-width: 1024px) {
	.car-promo__colors {
	    width: 500px;
	    left: 300px;
	}
}
@media screen and (max-width: 991px) {
	.car-promo__colors {
	    left: 240px;
	}	
}
@media screen and (max-width: 767px) {
	.car-promo__colors {
	    top: 10em;
	    left: 0;
    	right: auto;
	}
}
@media screen and (max-width: 500px) { 
	.car-promo__colors {
		top: 11em;
        width: 100%;
    	height: 395px;
	}
}
@media screen and (max-width: 420px) { 
	.car-promo__colors {
    	height: 250px;
	}	
}
@media screen and (max-width: 360px) { 
	.car-promo__colors {
		top: 12em;
    	height: 220px;
	}	
}
.car-promo__car-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    -o-transition: opacity .5s .5s;
    -moz-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
}
.car-promo__car-color.is_active {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}




.car-promo__bottom {
    padding: 80px 0 40px;
    background: -webkit-gradient(linear,left top, left bottom,from(0),color-stop(#f6f6f6),to(#fff));
    background: -webkit-linear-gradient(0,#f6f6f6,#fff);
    background: -moz-linear-gradient(0,#f6f6f6,#fff);
    background: -o-linear-gradient(0,#f6f6f6,#fff);
    background: linear-gradient(0,#f6f6f6,#fff);
}
@media screen and (max-width: 1024px) {
	.car-promo__bottom {
	    padding: 40px 0;
	}	
}
@media screen and (max-width: 767px) {
	.car-promo__bottom {
	    padding: 80px 0 30px;
	}	
}
@media screen and (max-width: 360px) {
	.car-promo__bottom {
	    padding: 100px 0 40px;
	}	
}

.car-promo__bottom > .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
    -webkit-flex-wrap: wrap;
    
        -ms-flex-wrap: wrap;
    
            flex-wrap: wrap;
}
.car-promo__color-picker {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}
@media screen and (max-width: 767px) { 
	.car-promo__color-picker {
	    margin-left: 0;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 60px;
	}
}
.color-picker__item {
    position: relative;
    cursor: pointer;
    margin-right: 19px;
}
@media screen and (max-width: 767px) { 
	.color-picker__item {
	    position: relative;
	    cursor: pointer;
	    margin-right: 10px;
	}
}
.color-picker__item:last-child {
    margin-right: 0;
}
.color-picker__back {
    display: none;
    position: absolute;
    width: 2.625em;
    height: 2.625em;
    background: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    top: -.375em;
    left: -.375em;
}
.color-picker__item.is_active .color-picker__back {
    display: block;
    -webkit-box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, .3);
       -moz-box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, .3);
            box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, .3);
}
.color-picker__bg {
    position: relative;
    width: 1.875em;
    height: 1.875em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: inset 0 1.4375em 1.4375em -1.3125em #fff;
       -moz-box-shadow: inset 0 1.4375em 1.4375em -1.3125em #fff;
            box-shadow: inset 0 1.4375em 1.4375em -1.3125em #fff;
}
.color-picker__name {
    position: absolute;
    font-size: .8125em;
    width: 15.3846153846em;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
     -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
@media screen and (max-width: 575px) {
.color-picker__name {
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
     -ms-transform: translate(0);
      -o-transform: translate(0);
         transform: translate(0);
}
}
.color-picker__item:hover .color-picker__name {
    display: block;
    opacity: 1;
    margin-top: .625em;
    visibility: visible;
}
@media screen and (max-width: 767px) {
	.color-picker__name {
		 width: 100%;
	}
}


.car-promo__download-buttons {
    width: 16.5625em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
@media screen and (max-width: 767px) {
	.car-promo__download-buttons {
	    margin: 0 auto;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	       -moz-box-ordinal-group: 3;
	        -ms-flex-order: 2;
	            order: 2;
	}
}
@media screen and (max-width: 400px) {
	.car-promo__download-buttons {
	    width: 100%;
	}
}
.download-button__icon {
    font-size: 1.2307692308em;
    display: block;
    position: absolute;
    width: 1.125em;
    height: .8125em;
    background-position: -17.5em 0;
    left: .5em;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
     -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
         transform: translate(0,-50%);
}

.btn, .button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.car-promo__button {
    width: 100%;
    margin-bottom: .8em;
    text-align: left;
}
.car-promo__button:last-child {
	 margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.car-promo__button {
	    text-align: center;
	}
}
.btn_download:before {
    background-image: url(../img/sprite.svg?v=12.11.2018);
    -moz-background-size: 20.375em 37.5em;
      -o-background-size: 20.375em 37.5em;
         background-size: 20.375em 37.5em;
    background-repeat: no-repeat;
}
.btn_download {
	font-size: .8125em;
    font-weight: 600;
    text-transform: uppercase;
    color: #014637;
    background: #fff;
    padding: 15px;
    line-height: 1;
    border: 1px solid #014637;
    -webkit-border-radius: .3125em;
       -moz-border-radius: .3125em;
            border-radius: .3125em;
    white-space: nowrap;
    -webkit-transition: background .1s,border .1s,color .1s;
    -o-transition: background .1s,border .1s,color .1s;
    -moz-transition: background .1s,border .1s,color .1s;
    transition: background .1s,border .1s,color .1s;
}

.btn_download:hover {
    color: #fff;
    background: #014637;
    border-color: #014637;
}
.btn_download:hover:before {
 	background-position: -7.5em -8.125em;
}
.btn_download:before, 
.ico-download {
    font-size: 1rem;
    display: inline-block;
    width: 1.1875em;
    height: .875em;
    background-position: -7.5em -6.25em;
    vertical-align: middle;
}
.btn_download:before {
    content: '';
    display: inline-block;
    margin: -1em .4em -1em 0;
}




.car-buy {
    padding: 50px 0 10px;
}

.car-buy__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
}
.car-buy__inner img {
	width: 100%;
}
@media screen and (max-width: 992px) {
	.car-buy__inner {
		margin: 0 -10px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		   -moz-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}	
}
@media screen and (max-width: 767px) {
	.car-buy__inner {
		margin: 0 -5px;
	}	
}

.car-buy__item {
    padding: 0 10px;
    width: 20%;
}
@media screen and (max-width: 992px) {
	.car-buy__item {
	    padding: 0 10px;
	    width: 33.33333%;
	}	
}
@media screen and (max-width: 767px) {
	.car-buy__item {
	    padding: 0 5px;
	    width: 50%;
	}	
}
.car-buy__item--inner a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.car-buy__item:hover .car-buy__item--inner {
    outline: 2px solid #014637;
}
.car-buy__title {
    color: #fff;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    width: 100%;
    height: 4.8125em;
    bottom: 0;
    padding: 1.25em 1.25em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(28,37,44,0)),to(#1c252c));
    background: -webkit-linear-gradient(top,rgba(28,37,44,0) 0,#1c252c 100%);
    background: -moz-linear-gradient(top,rgba(28,37,44,0) 0,#1c252c 100%);
    background: -o-linear-gradient(top,rgba(28,37,44,0) 0,#1c252c 100%);
    background: linear-gradient(to bottom,rgba(28,37,44,0) 0,#1c252c 100%);
}
@media screen and (max-width: 575px) {
	.car-buy__title {
		padding: 25px 10px 10px;
		text-transform: none;
	}
}




.car-models__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px;
}
.car-models__item {
    position: relative;
    width: 50%;
    padding: 0 15px 50px;
    line-height: normal;
}
@media screen and (max-width: 767px) {
	.car-models__item {
	    width: 100%;
	    padding: 0 15px 30px;
	}
	.car-models__item:last-child {
		padding: 0 15px;	
	}
}
.car-models__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    padding-left: 15px;
        
    font-size: .875em;
    line-height: 1em;

    font-weight: 700;
    text-transform: uppercase;
    background: #f6f6f6;
}
.car-models__car {
    position: absolute;
    max-width: 150px;
    top: 2px;
    right: 7px;
}
.car-models__price {
    padding-top: 6px;
    padding-left: 15px;
    font-weight: 600;
}
.car-models__detail ul {
    margin: 0;
    font-size: .875em;
    padding: 20px 10px 15px 17px;
}
.car-models__detail li {
    list-style: none;
    padding: .2857142857em 0;
}
.car-models__detail li:before {
    content: "—";
    position: absolute;
    left: 15px;
}




@media screen and (max-width: 420px) {
	.model-feature.container {
    	padding: 0 0 0 15px;
	}	
}
.model-feature__tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
	.model-feature__tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	    margin-bottom: 15px;
	    padding-right: 15px;
	}	
}
@media screen and (max-width: 575px) {
	.model-feature__tabs {
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
	}
}

.model-feature__tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    font-size: .8125em;
    height: 4em;
    vertical-align: middle;
    background: #e4e7e6;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: background .1s;
    -o-transition: background .1s;
    -moz-transition: background .1s;
    transition: background .1s;
    border-right: .125em solid #fff;
}
.model-feature__tab:hover {
    background: #00604b;
    color: #fff;
}
@media screen and (max-width: 575px) {
	.model-feature__tab {
	    width: 100%;
	    border-right: none;
	    border-bottom: .125em solid #fff;
	}
}

.model-feature__tab:first-child {
    -webkit-border-top-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
}
@media screen and (max-width: 575px) {
	.model-feature__tab:first-child {
	    -webkit-border-top-left-radius: 5px;
	       -moz-border-radius-topleft: 5px;
	            border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	       -moz-border-radius-topright: 5px;
	            border-top-right-radius: 5px;
	    -webkit-border-bottom-left-radius: 0;
	       -moz-border-radius-bottomleft: 0;
	            border-bottom-left-radius: 0;
	}
}
.model-feature__tab:last-child {
    -webkit-border-top-right-radius: 5px;
       -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
    border-right: none;
}
@media screen and (max-width: 575px) {
	.model-feature__tab:last-child {
	    -webkit-border-top-right-radius: 0;
	       -moz-border-radius-topright: 0;
	            border-top-right-radius: 0;
	    -webkit-border-bottom-right-radius: 5px;
	       -moz-border-radius-bottomright: 5px;
	            border-bottom-right-radius: 5px;
	    -webkit-border-bottom-left-radius: 5px;
	       -moz-border-radius-bottomleft: 5px;
	            border-bottom-left-radius: 5px;
		border-bottom: none;
	}
}
.model-feature__tab.is_active {
    background: #014637;
    color: #fff;
    cursor: default;
}



.tabs_fade .tabs__content {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    overflow-x: auto;
}
.tabs_fade .tabs__content.is_active {
    opacity: 1;
    height: auto;
}
.table-default {
    text-align: center;
}
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
@media screen and (max-width: 420px) {
	.model-feature .table tbody {
		margin-right: 15px;
	    display: block;
	}
}
.table.table-condensed td, 
.table.table-condensed th {
    padding-top: .5em;
    padding-bottom: .5em;
}
.table td, 
.table th {
    font-size: .875em;
    padding: .8em 1em;
    border-bottom: 1px dotted #e0e0e0;
}
.table th {
    color: #00604b;
    font-weight: 600;
}
.table-default td:first-child, 
.table-default th:first-child {
    padding-right: 1.4285714286em;
    padding-left: 1.4285714286em;
    text-align: left;
}
.model-feature .table th:first-child {
    width: 50%;
    font-weight: 400;
    color: #000;
}
.model-feature .table td {
    font-weight: 700;
}




.footer {
    background: #1c252c;
    margin-top: 2.5em;
    color: #979797;
    margin-bottom: -1px;
    padding-bottom: 1px;
    padding: 30px 0;
}
.disclaimer {
    font-size: .625em;
}

.new-patriot-2019 .car-promo .car-promo-info__title,
.new-pickup-2019 .car-promo .car-promo-info__title,
.new-patriot-akpp .car-promo .car-promo-info__title {
    font-size: 1.375em;
}




/*.new-patriot-akpp .car-promo__bottom {
	padding: 120px 0 40px;	
}
@media screen and (max-width: 991px) {
	.new-patriot-akpp .car-promo__bottom {
		padding: 80px 0 40px;	
	}
}*/
@media screen and (max-width: 360px) {
	.new-patriot-akpp .car-promo__bottom {
		padding: 120px 0 40px;	
	}
}
@media screen and (max-width: 991px) {
	.new-patriot-akpp .car-promo__color-picker {
    	margin-left: 50px;
	}
}
@media screen and (max-width: 767px) {
	.new-patriot-akpp .car-promo__color-picker {
    	margin-left: 0;
	}
}
@media screen and (max-width: 360px) {
	.new-patriot-akpp .car-promo__color-picker {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.new-patriot-akpp .color-picker__item {
	    padding: 5px;
	}
	.new-patriot-akpp .color-picker__back {
		top: 0px;
		left: 0;
	}
	.new-patriot-akpp .color-picker__item:hover .color-picker__name {
	    z-index: 1;
	    background: #fff;
	}
	.new-patriot-akpp .color-picker__name {
	    width: 100%;
	    min-width: 63px;
	}
}