@font-face {
	font-family: 'proxima_nova_semibold';
	src: url("../fonts/ProximaNova-Semibold.eot");
	src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#proxima_novasemibold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url("../fonts/ProximaNova-Bold.eot");
	src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url("../fonts/ProximaNova-Reg.eot");
	src: url("../fonts/ProximaNova-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Reg.woff") format("woff"), url("../fonts/ProximaNova-Reg.ttf") format("truetype"), url("../fonts/ProximaNova-Reg.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* cyrillic-ext */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* cyrillic-ext */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.main-btn .fa {
	margin-left: 10px;
}

.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa,
.fas {
	font-weight: 900;
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

[class^="ico-"],
[class*=" ico-"] {
	font-family: "mopar" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="ico-p-"],
[class*=" ico-p-"] {
	font-family: 'mopar-private-jeep' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.429;
}

*:after,
*:before {
	box-sizing: border-box;
}

.noscroll {
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

span,
sub,
sup {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #212121;
}

.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.model-banner {
	position: relative;
}

.model-banner__wrapper {
	color: #fff;
}

.model-banner__img {
	width: 100%;
	display: block;
}

.model-banner__info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.model-banner__subtitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	color: inherit;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.model-banner__title {
	font-size: 35px;
	font-family: "proxima_nova_rgbold", sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 10px;
	color: inherit;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.model-banner__description {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	color: inherit;
}

.model-banner__link {
	color: #fff;
	text-decoration: none;
}

.model-info {
	background: #fff;
	padding: 0 !important;
}

.model-info__wrapper {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.model-info__wrapper_three {
	max-width: 975px;
	margin: 0 auto;
}

.model-info__wrapper_three .model-tabs_prev,
.model-info__wrapper_three .model-tabs_next {
	display: none;
}

.model-container {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0 60px;
}

.model-container_active {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.model-container__text {
	font-size: 14px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bdbdbd;
	line-height: 1.42857;
}

.model-container_wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 50px 0;
}

.model-container__description {
	width: 45%;
}

.model-container__colorizer {
	width: 55%;
}

.model-container__previmg {
	text-align: center;
	width: 100%;
}

.model-container__previmg img {
	max-width: calc(100% - 30px);
	display: inline-block;
}

.model-container__title {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: "proxima_nova_rgbold", sans-serif;
	color: #000;
}

.model-colors-tabs__list {
	text-align: center;
}

.model-colors-tabs__item {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	padding-bottom: 4px;
}

.model-colors-tabs__item_active:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 4px;
	width: 100%;
	background: #ffba00;
}

.model-colors-tabs__item_active:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #ffba00 transparent transparent transparent;
	content: " ";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -1px;
}

.model-colors {
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	max-width: 100%;
}

.model-colors__list {
	/* display: flex; */
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 440px;
	margin: 30px auto;
	display: none;
}

.model-colors__list_active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.model-colors__item {
	padding: 3px;
	display: inline-block;
	border: 1px solid white;
	border-radius: 50%;
	margin: 0 15px 10px 15px;
	cursor: pointer;
}

.model-colors__item_active {
	border: 1px solid #3e3e3e;
}

.model-colors__item img {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 1px solid #3e3e3e;
	overflow: hidden;
	display: block;
}

.model-colors__title {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: "proxima_nova_rgbold", sans-serif;
	color: #000 !important;
}

.model-price__text {
	font-size: 35px;
	font-weight: 700;
	margin: 15px 0;
	margin-left: 5px;
	font-family: "proxima_nova_rgbold", sans-serif;
}

.main-btn {
	background-color: #ffba00;
	color: black;
	outline: 0;
	cursor: pointer;
	padding: 12px 20px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	border: 0;
	margin-right: 10px;
}

.model-detail__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.model-detail__img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.model-detail__item {
	width: 25%;
	padding: 20px;
	text-align: center;
	max-height: 450px;
}

.model-detail__title {
	text-align: center;
	font-weight: 700;
	margin: 20px 0;
	min-height: 30px;
	line-height: 1.5;
	font-size: 14px;
}

.model-detail__more {
	color: #212121;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: inherit;
	text-decoration: underline;
}

.model-detail__more .fa {
	color: #ffba00;
	margin-right: 5px;
}

.model-detail-popup {
	overflow: auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.model-detail-popup_active {
	display: block;
}

.model-detail-popup__wrapper {
	position: absolute;
	z-index: 101;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 80%;
	min-height: 80%;
	box-sizing: border-box;
	top: 10%;
	left: 10%;
	background: #fff;
	padding: 75px 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.model-detail-popup__title {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "proxima_nova_rgbold", sans-serif;
	padding-right: 30px;
	color: #000 !important;
}

.model-detail-popup__text {
	margin-top: 20px;
	line-height: 1.42857;
	padding-right: 30px;
	font-size: 14px;
}

.model-detail-popup__close {
	outline: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
	color: #000;
	border-radius: 1.07143rem;
	border: 1px solid #bfbfbf;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	background: white;
	display: block;
	cursor: pointer;
	transition: 0.2s ease-in;
}

.model-detail-popup__close:hover {
	background-color: #d1d1d1;
}

.model-detail-popup__close .fa {
	font-size: 17px;
	margin-bottom: 1px;
}

.model-detail-popup__info {
	padding: 0 40px;
	width: 55%;
}

.model-detail-popup__img {
	width: 45%;
}

.model-detail-popup__img img {
	width: 100%;
}

.model-title {
	font-size: 35px;
	font-family: "proxima_nova_rgbold", sans-serif;
	text-align: center;
	color: #000;
	font-weight: 700;
	padding: 60px 0 40px;
	display: block;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}

.model-title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 11px 0 11px;
	border-color: #fff transparent transparent transparent;
	content: " ";
	position: absolute;
	bottom: -18px;
	left: calc(50% - 18px);
	z-index: 99;
}

.model-title_sub {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "proxima_nova_rgbold", sans-serif;
	padding: 0 !important;
	margin: 10px auto 20px !important;
	text-align: left;
	width: 100%;
}

.text-subtitle {
	line-height: 1.42857;
	width: 100%;
	padding: 0 20px;
	max-width: 960px;
	margin: 10px auto;
	font-size: 14px;
	color: #636363;
	/* margin-top: 10px; */
	text-align: center;
}

.model-slider {
	text-align: center;
	position: relative;
	padding-bottom: 40px !important;
	max-width: 1208px;
	margin: auto;
}

.model-slider__pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	color: transparent;
	position: relative;
	outline: 0;
	border: 2px solid #bdbdbd;
	background: #fff;
	box-sizing: border-box;
	opacity: 1;
}

.model-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffba00;
}

.model-slider img {
	width: 100%;
}

.info-block img {
	width: 100%;
	padding: 0;
	display: block;
	object-fit: cover;
}

.info-block-slider {
	padding: 60px 0 40px !important;
}

.info-block-slider__item {
	padding: 0 10px;
}

.info-block-slider__img {
	width: 100%;
	max-width: 500px;
}

.info-block-slider__title {
	font-weight: 700;
	margin: 20px 0;
	line-height: 1.42857;
	font-size: 14px;
	text-align: center;
}

.configurator {
	background-color: #3e3e3e;
	padding: 40px 0;
}

.configurator__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.configurator__btn {
	text-align: right;
}

.configurator__wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.configurator__icon {
	width: 72px;
	margin-right: 10px;
}

.configurator__icon img {
	width: 100%;
}

.configurator__title {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 10px;
	color: white;
	font-family: "proxima_nova_rgbold", sans-serif;
	margin: 0;
}

.configurator__text {
	font-size: 12px;
	color: #bdbdbd;
	margin: 0;
}

.text-subtitle {
  margin-bottom: 20px;
}
.img-badge{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.info-block-margin{
  margin: 30px 0;
}
.main-title_center {
    text-align: center;
}
.main-title {
    font-family: "proxima_nova_rgbold",sans-serif;
    font-size: 35px;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.info-block__container {
    padding: 0 60px;
}
.info-block .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1269px) {
	.model-banner__subtitle {
		font-size: 14px;
	}
	.model-video iframe {
		width: 100%;
		height: 600px;
	}
	.model-title {
		padding: 40px 0 20px;
		font-size: 28px;
	}
}

@media (max-width: 1000px) {
	.model-title {
		font-size: 26px;
	}
	.model-container {
		padding: 0;
	}
	.model-video iframe {
		width: 100%;
		height: 500px;
	}
	.model-banner__info {
		position: relative;
		top: 0;
		left: 0;
		background: #000;
		text-align: center;
		padding: 40px 0px;
	}
	.model-banner_wrapper {
		padding: 0;
	}
	.model-banner__description {
		padding: 20px 0;
	}
	.model-banner__title {
		font-size: 20px;
	}
	.model-container_wrapper {
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	.model-container__text {
		display: none;
	}
	.model-container__colorizer {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.model-container__description {
		width: 100%;
		text-align: center;
	}
	.model-colors__list {
		max-width: none;
	}
	.model-detail-popup__title {
		font-size: 28px;
	}
	.info-block__container {
		padding: 20px;
	}
}

@media (max-width: 800px) {
	.model-colors__list {
		max-width: 370px;
	}
	.model-container__title {
		font-size: 25px;
	}
	.model-detail-popup__wrapper {
		top: 0;
		min-height: 100%;
	}
	.model-detail-popup__img,
	.model-detail-popup__info {
		width: 100%;
	}
	.model-detail-popup__title {
		font-size: 24px;
	}
	.model-video iframe {
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 768px) {
	.info-block-slider {
		padding: 20px 0 !important;
	}
	.info-block__mobile-hidden {
		display: none !important;
	}
	.mobile-slider {
		height: auto;
		opacity: 1;
		visibility: visible;
		padding-bottom: 40px !important;
	}
}

@media (max-width: 640px) {
	.model-detail-popup__wrapper {
		top: 0;
		left: 0;
		min-height: 100%;
		width: 100%;
	}
	.model-detail-popup__title {
		font-size: 18px;
	}
	.model-video iframe {
		width: 100%;
		height: 300px;
	}
}

.model-price__text {
	font-size: 35px;
	font-weight: 700;
	margin: 15px 0;
	margin-left: 5px;
	font-family: "proxima_nova_rgbold", sans-serif;
}