/*=====================================================================*/
/*========================[SECTION Fontface]===========================*/
/*=====================================================================*/
@font-face{font-family:'HyundaiBook';src:url(../fonts/Hyundai/HyundaiBook.eot@);src:url(../fonts/Hyundai/HyundaiBook.eot@) format("embedded-opentype"),url(../fonts/Hyundai/HyundaiBook.woff2) format("woff2"),url(../fonts/Hyundai/HyundaiBook.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:'HyundaiText';src:url(../fonts/Hyundai/HyundaiText.eot@);src:url(../fonts/Hyundai/HyundaiText.eot@) format("embedded-opentype"),url(../fonts/Hyundai/HyundaiText.woff2) format("woff2"),url(../fonts/Hyundai/HyundaiText.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:'HyundaiMedium';src:url(../fonts/Hyundai/HyundaiMedium.eot@);src:url(../fonts/Hyundai/HyundaiMedium.eot@) format("embedded-opentype"),url(../fonts/Hyundai/HyundaiMedium.woff2) format("woff2"),url(../fonts/Hyundai/HyundaiMedium.woff) format("woff");font-weight:500;font-style:normal}



/*=====================================================================*/
/*========================[SECTION UI CONTROL]=========================*/
/*=====================================================================*/
*::-webkit-input-placeholder{color:#9a9a9a;opacity:1}
*:-moz-placeholder{color:#9a9a9a;opacity:1}
*::-moz-placeholder{color:#9a9a9a;opacity:1}
*:-ms-input-placeholder{color:#9a9a9a;opacity:1}

/*=====================================================================*/
/*========================[SECTION Main styles]========================*/
/*=====================================================================*/

.container{max-width:1500px}

body {
	font-family: "HyundaiBook", sans-serif, 'Arial';
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	color: #000;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	min-height: 100%;
}

.header_top {
	background: #131d5f;
	padding: 0 15px;
}

.header_top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 15px;
}

.header_top-geo {
	font-size: 14px;
	color: #fff;
}

.header_top-rightside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.catalog-item::before {
	content: '';
	background-color: #00aad2;
}

.htop-support {
	color: #fff;
	font-size: 14px;
}

.htop-phone {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 0 25px;
}

.htop-links a {
	background: #fff;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	width: 185px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 20px;
}

.htop-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.htop-phone:hover {
	opacity: 0.8;
}

.htop-links a:hover {
	background: rgb(236, 226, 214);
}

.htop-links a:first-child {
	margin-right: 1px;
}

.header_main .container {
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_main-navigation a {font-family: "HyundaiMedium";text-decoration: none;color: #666666;}

.header_main-navigation a:hover {
	color: #001e50;
}

.header_main-navigation a:not(:last-child) {
	margin-right: 70px;
}

.js-compare-complectation {
	margin-top: 20px;
}

.show-catalog:after {content: "\25bc";margin-left: 10px;font-size: 12px;}

.header_main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-slider-section {
	background-position: center;
	background-size: cover;
	background-color: #bfc3c7;
}

.main-slider {
	width: 100%;
	overflow: hidden;
	margin: auto;
	position: relative;
}

.main-slider .swiper-slide {
	position: relative;
	height: 34vw;
	background-position: center;
	background-size: cover;
	max-height: 650px;
	overflow: hidden;
}

.main-slider .swiper-slide video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-slide-btn {
	background: #001e50;
	display: inline-block;
	color: #fff;
	font-family: "HyundaiMedium";
	font-size: 24px;
	padding: 20px 35px 15px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.swiper-slide-btn:hover {
	background: #012446;
}

.main-slider .swiper-pagination-bullet {
	height: 17px;
	width: 17px;
	opacity: 1;
	background: #efeff6;
}

.main-slider .swiper-pagination-bullet-active {
	background: #00aad2;
}

.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
	background: rgba(0, 0, 0, 0.25);
	height: 80px;
	width: 80px;
	background-position: center;
	background-repeat: no-repeat;
	top: 43%;
}

.main-slider .swiper-button-next {
	background-image: url(../img/slider-right-arrow.png);
	right: 0;
}

.main-slider .swiper-button-prev {
	background-image: url(../img/slider-left-arrow.png);
	left: 0;
}

.main-slider .swiper-button-next:hover, .main-slider .swiper-button-prev:hover {
	opacity: 0.8;
}

form input[type="text"] {
	font-family: "HyundaiBook", sans-serif, 'Arial';
	font-size: 16px;
	height: 45px;
	border: 1px solid #dddddd;
	padding: 0 30px;
	border-radius: 30px;
}

.catalog-filter-section {
	background: #fff;
	border-bottom: 1px solid #eceff0;
}

.cfilter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 0 40px;
}

.header_main {
	background-color: #f5f7fa;;
}

.cfilter-left > h2 {font-family: "HyundaiMedium";font-size: 18px;padding-bottom: 5px;}

.cfilter-pricing-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cfilter-pricing-input {
	position: relative;
}

.cfilter-pricing-input span {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	line-height: 45px;
	font-size: 18px;
	color: #a4a4a4;
}

.cfilter-pricing-input > input[type="text"] {
	padding-left: 50px;
	padding-right: 20px;
	max-width: 170px;
	text-align: right;
}

.cfilter-pricing-input:first-child input[type="text"] {
	border-right: 0;
}

.cfilter-radio-nav {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cfilter-radio-nav input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.cfilter-radio-nav .checkmark {
	height: 45px;
	display: block;
	background-color: #001e50;
	color: #fff;
	line-height: 45px;
	padding: 0 20px;
}

.cfilter-radio-nav:hover input ~ .checkmark {
	background-color: #01458a;
}

.cfilter-radio-nav input:checked ~ .checkmark {
	background-color: #00aad2;
}

.cfilter-radio-nav .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.cfilter-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cfilter-radio-nav:not(:last-child) {
	margin-right: 25px;
}

.main-catalog-section {
	background-color: #efeff6;
	background-position: center;
	background-size: cover;
	padding-bottom: 90px;
}

.main-catalog-section .container > h2 {font-family: "HyundaiMedium";font-size: 30px;padding: 40px 0 50px;}

.catalog-item:hover {
	background: #e4dcd3;
}

.catalog-item {
	padding: 20px 30px 20px;
	background: #fff;
	margin-bottom: 2px;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main-catalog-section .row {
	margin-left: -1px;
	margin-right: -1px;
}

.main-catalog-section .row > div {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 2px;
}

.catalog-item-header h2 {font-family: "HyundaiMedium";font-size: 18px;text-transform: uppercase;}

.catalog-item-header div span:first-child {font-family: "HyundaiMedium";font-size: 18px;color: #00aad2;}

.catalog-item-credit {
	background: #e63312;
	display: block;
	position: absolute;
	right: 30px;
	top: 18px;
	height: 78px;
	width: 78px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	z-index: 5;
}

.catalog-item-credit b {
	font-family: "HyundaiMedium";
	font-weight: normal;
}

.catalog-item-credit:hover {
	background: #f73612;
}

.catalog-item:hover .catalog-item-credit {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.catalog-item-thumbnail {
	display: block;
}

.catalog-item-thumbnail img {
	display: block;
	margin: auto;
	max-width: 285px;
	padding: 25px 0;
	width: 100%;
}

.catalog-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "HyundaiMedium";
	font-size: 18px;
}

.catalog-item-footer_more {
	text-decoration: none;
	color: #001e50;
}

.catalog-item-footer_more:after {content: "";background-image: url(../img/catalog-item-arrow.png);width: 21px;height: 10px;display: inline-block;margin-left: 10px;}

.futures-section {
	background-color: #f5f7fa;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 60px 0 60px;
}

.futures-section .futures-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.future-item {
	text-align: center;
	font-family: "HyundaiMedium";
	font-size: 18px;
}

.futures-section h2 {
	text-align: center;
	font-family: "HyundaiMedium";
	font-size: 48px;
	margin-bottom: 95px;
}

.future-item img {
	display: block;
	margin: 0 auto 25px;
	filter: grayscale(1);
}

.catalog-item-footer_more:hover {
	opacity: 0.8;
}

.questions-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.qu-right {
	height: 520px;
	width: 62%;
	background-image: url(../img/questions-section-bg.webp);
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 35px;
}

.qu-left {
	width: 38%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 60px;
}

.qu-left h2 {font-family: "HyundaiMedium";font-size: 48px;line-height: 48px;margin-bottom: 25px;}

.qu-left p {font-family: "HyundaiText";font-size: 24px;}

.questions-form {
	background: #fff;
	padding: 45px 85px 45px;
	width: 100%;
	max-width: 695px;
}

.questions-form h2 {
	font-family: "HyundaiMedium";
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.questions-form input[type="text"] {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 30px;
}

.btn {
	cursor: pointer;
	display: inline-block;
	font-family: "HyundaiMedium";
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
}

.btn-blue {
	background: #001e50;
	color: #fff;
}

.btn:hover {
	opacity: 0.8;
}

.questions-form button[type="submit"] {
	border-radius: 30px;
	height: 50px;
	width: 100%;
	font-size: 18px;
}

form input[type="text"]:focus {
	border-color: #001e50 !important;
	border-right: 1px solid #001e50 !important;
}

.special-offer-section {
	background-image: url(../img/special-offer-section-bg.webp);
	background-position: center;
	background-size: cover;
}

.special-offer-section img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 51%;
	max-height: unset;
	z-index: 0;
}

.special-offer-section .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 34%;
	padding-top: 90px;
	padding-bottom: 180px;
}

.special-offer-section h2 {
	color: #001e50;
	font-family: "HyundaiMedium";
	font-size: 60px;
	margin-bottom: 90px;
}

.special-offer-section .container *:not(img) {
	z-index: 2;
}

.special-offer-section p {
	font-family: "HyundaiMedium";
	font-size: 36px;
}

.special-offer-section p span {
	color: #00aad2;
	font-size: 48px;
}

.contc-price {
	display: flex;
    gap: 20px;
    margin-top: 10px;
	line-height: 20px;
}

.contc-price del {
	text-decoration: line-through;
	color: #888;
}

.special-offer-section .btn {
	max-width: 440px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-top: 60px;
}

#footer {
	background: #001e50;
	color: #fff;
	padding: 32px 0 50px;
}

.footer-main-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-navigation a {
	font-family: "HyundaiMedium";
	text-decoration: none;
	position: relative;
}

.footer-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-navigation a:not(:last-child) {
	margin-right: 75px;
}

.footer-navigation a:after {content: "";width: 2px;height: 20px;background: #fff;display: block;position: absolute;right: -37.5px;top: 0;bottom: 0;margin: auto;cursor: default;pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.footer-navigation a:last-child:after {display: none;}

.footer-navigation a:hover {
	text-decoration: underline;
}

.footer-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-side h2 {
	font-size: 18px;
}

.footer-phone-link {
	font-size: 24px;
	text-decoration: none;
}

.footer-phone-link:hover,
.footer-contacts-link:hover {
	text-decoration: underline;
}

.footer-contacts-link:before {content: "";width: 20px;height: 15px;display: inline-block;background-image: url(../img/feedback-icon.png);margin-bottom: -2px;margin-right: 10px;}

.footer-contacts-link {
	font-size: 18px;
	font-family: "HyundaiMedium";
	text-decoration: none;
}

.footer-main-copyright p {font-family: "HyundaiText";font-size: 12px;}

.header-catalog-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-catalog-row_title {
	width: 24%;
}

.header-catalog-row_title h2 {font-family: "HyundaiMedium";font-size: 20px;}

.header-catalog-item {
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-catalog {
	position: absolute;
	z-index: 99;
	background: #fff;
	overflow: auto;
	height: 50%;
	width: 100%;
	top: -100%;
	border-top: 1px solid #eceff0;
	padding-bottom: 35px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-bottom: 1px solid #eceff0;
}

#header {position: relative;z-index: 100;background: #fff;}

.header-catalog-row:not(:last-child) {
	border-bottom: 1px solid #eceff0;
}

.header-catalog-row_items {
	width: 76%;
}

.header-catalog-item h2 {font-family: "HyundaiMedium";text-transform: uppercase;}

.header-catalog-item div span:first-child {font-family: "HyundaiMedium";font-size: 18px;}

.header-catalog-item > div {
	margin-bottom: 15px;
}

.header-catalog-item img {
	display: block;
	width: 100%;
	max-width: 205px;
	margin: auto;
}

.header-catalog-item:hover {
	opacity: 0.7;
}

.header-catalog.jw-visible {
	top: 120px;
	height: 100%;
}

.header-catalog.jw-visible + #header .show-catalog:after {
	content: "\25b2";
}

#callback {
	text-align: center;
}

#callback h2 {font-family: "HyundaiMedium";font-size: 24px;}

#callback p {
	font-size: 17px;
	margin-bottom: 20px;
}

.callback-form input[type="text"] {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.callback-form {
	width: 100%;
	max-width: 380px;
	margin: auto;
}

.callback-form button[type="submit"] {
	width: 100%;
	height: 50px;
	font-size: 18px;
}

.model-header {height: 500px;background-position: center;background-size: cover;position: relative;color: #fff;}

.model-header-title h2 {font-family: "HyundaiMedium";font-size: 60px;}

.model-header-title p {
	font-family: "HyundaiMedium";
	font-size: 30px;
}

.model-header-title {
	padding: 30px 50px 0;
}

.model-header-actions {
	position: absolute;
	right: 50px;
	bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.model-header-finance {
	position: absolute;
	left: 0;
	bottom: 40px;
}

.model-header-finance h2 {
	font-family: "HyundaiMedium";
	font-size: 36px;
	padding-left: 50px;
	text-transform: uppercase;
}

.finance-action {
	background: #001e50;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 25px 15px 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.finance-action > div:first-child {font-family: "HyundaiMedium";font-size: 18px;border-right: 1px solid #224d78;height: 50px;line-height: 50px;padding-right: 20px;margin-right: 20px;}

.finance-action > div:first-child span {
	font-size: 24px;
}

.finance-action > div + div {
	font-size: 14px;
	margin-right: 20px;
}

.btn-white {
	background: #fff;
	color: #001e50;
}

.finance-action .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-family: "HyundaiBook";
}

.model-header-actions a {
	background: rgba(0, 170, 210, 0.57);
	border-radius: 24px;
	height: 48px;
	line-height: 48px;
	padding-left: 25px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.model-header-actions a span {
	background: #00aad2;
	height: 48px;
	width: 48px;
	display: block;
	border-radius: 50%;
	text-align: center;
	margin-left: 15px;
}

.model-header-actions a:not(:last-child) {
	margin-bottom: 10px;
}

.model-header-actions a:hover {
	background: rgba(0, 170, 210, 0.79);
}

.model-options-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.model-tabs-menu span {font-family: "HyundaiMedium";font-size: 18px;cursor: pointer;height: 38px;display: inline-block;line-height: 38px;}

.model-tabs-menu span:not(:last-child) {
	margin-right: 90px;
}

.btn-compare {
	height: 48px;
	font-size: 18px;
	padding: 0 35px;
}

.model-tabs-menu span:hover {
	color: #001e50;
}

.model-main {
	padding-top: 50px;
	position: relative;
}

.model-main-background-title {
    margin: auto;
    text-align: left;
    color: #001e50;
    font-family: "HyundaiMedium";
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    top: 15px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.model-main-collums {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 40px;
}

.model-col-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 10px;
}

.model-col-preview {
	text-align: center;
	padding: 0 50px;
	display: flex;
}

.model-main-price {font-family: "HyundaiMedium";color: #e63312;font-size: 28px;line-height: 48px;}

.model-main-price span {
	font-size: 30px;
}

.model-main-oldest_price {
	color: #cdcdcd;
	font-family: "HyundaiMedium";
	font-size: 30px;
}

.model-main-oldest_price span {
	text-decoration: line-through;
}

.model-main-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 50px;
}

.model-main-actions > .btn {
	width: 49%;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
}

.btn-ocean {
	background: #00aad2;
	color: #fff;
}

.futures-section.on-model-page {
	background-position: center bottom;
	background-size: cover;
}

.model-main-colors > span {
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	margin-bottom: 7px;
}

.model-main-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.model-main-current-color {font-family: "HyundaiMedium";font-size: 18px;margin-bottom: 10px;}

.model-main-colors > span:not(:last-child) {
	margin-right: 7px;
}

.model-main-colors > span:hover {
	opacity: 0.8;
}

.model-main-preview > img {
	display: block;
	margin: auto;
	max-width: 500px;
	width: 100%;
}

.model-main-preview {
	margin: auto;
}

.model-main-benefit {
	margin-top: 35px;
}

.model-main-benefit h2 {font-family: "HyundaiMedium";font-size: 30px;}

.model-main-benefit h2 span {
	font-size: 36px;
	color: #00aad2;
}

.model-main-benefit h4 {font-family: "HyundaiMedium";font-size: 18px;}

.model-col-form h2 {font-family: "HyundaiMedium";font-size: 36px;color: #001e50;text-transform: uppercase;}

.model-main-form-wrapper {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 21px rgba(0, 52, 105, 0.3);
	box-shadow: 0px 3px 21px rgba(0, 52, 105, 0.3);
	border-radius: 2px;
	padding: 35px;
}

.model-main-form-title {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 10px;
}

.model-main-form-title > div:first-child {
	font-size: 18px;
	font-family: "HyundaiMedium";
}

.model-main-form-title > div:first-child span:first-child {
	font-size: 24px;
}

.model-main-form-title > div:first-child span {
	color: #e63312;
}

.model-main-form-title > div:last-child {
	font-size: 18px;
}

.model-main-form input[type="text"] {
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 30px;
}

.form-checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	font-family: "HyundaiMedium";
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #c5c5c5;
}

.form-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.form-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #efeff6;
}

.form-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.form-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.form-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.form-checkbox .checkmark:after {width: 9px;height: 9px;background: #000;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

.model-main-form button[type="submit"] {
	font-size: 18px;
	width: 100%;
	height: 48px;
}

.model-tabs-content-section {
	background-color: #001e50;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0 50px;
}

.catalog-item-footer_more {
	border: 1px solid;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
}

.model-tab-content {
	background: #fff;
	padding: 35px 90px;
}

.model-tab-content_heading {font-family: "HyundaiMedium";font-size: 36px;text-align: center;margin-bottom: 40px;}

.model-options-menu-fixed .model-options-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

.model-options-menu-fixed {
	padding-top: 48px;
}

.model-tabs-menu span.active {
	border-top: 2px solid #001e50;
}

.option-name {font-family: "HyundaiMedium";font-size: 24px;margin-bottom: 10px;}

.option-name:not(:first-child) {
	margin-top: 30px;
}

.option-item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.options-bordered-wrapper {
	border: 1px solid #e4dcd3;
}

.options-bordered-wrapper > .option-accordion-item:not(:last-child) {
	border-bottom: 1px solid #e4dcd3;
}

.op-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 20px;
	height: 20px;
}

.op-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.op-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #868686;
	border-radius: 50%;
}

.op-checkbox:hover input ~ .checkmark {
	border-color: #00aad2;
}

.op-checkbox input:checked ~ .checkmark {
	border-color: #00aad2;
}

.op-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.op-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.op-checkbox .checkmark:after {width: 8px;height: 8px;background: #03abd2;border-radius: 50%;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}

.op-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30%;
}

.op-name_value {
	font-size: 18px;
	margin-left: 20px;
	cursor: pointer;
}

.op-oldprice {
	width: 15%;
	text-align: center;
	font-size: 18px;
	color: #cdcdcd;
	text-decoration: line-through;
}

.op-price {
	width: 15%;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
}

.op-action {
	width: 31%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.op-name_value:hover, .op-name_value.jai-btn-content-showed,
.op-price:hover, .op-price.jai-btn-content-showed {
	color: #00aad2;
}


.op-action > .btn {
	height: 40px;
	line-height: 40px;
	width: 49%;
}

.option-price-content, .option-description-content {
	margin: 0 25px;
	padding: 20px 0;
	border-top: 1px solid #e4dcd3;
}

.comp-wrapper {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.comp-list li {margin-bottom: 15px;font-size: 14px;}
.comp-list li:before {content: "\2022";font-size: 18px;color: #00aad2;margin-right: 5px;}
li.cplist-heading:before {display: none;}
li.cplist-heading {font-family: "HyundaiMedium";}
.comp-list:not(:first-child) li.cpl-list_heading {margin-top: 20px;}

.model-short-table {
	border: 1px solid #e4dcd3;
	margin-bottom: 90px;
}

.mst-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mst-row > div:first-child {
	background: #e4dcd3;
	width: 24%;
	font-family: "HyundaiMedium";
}

.mst-row > div:last-child {
	width: 76%;
}

.mst-row > div {
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	font-size: 18px;
}

.mst-row:not(:last-child) > div:first-child {
	border-bottom: 1px solid #ffffff;
}

.mst-row:not(:last-child) > div:last-child {
	border-bottom: 1px solid #e4dcd3;
}

.model-full-table {
	border: 1px solid #e4dcd3;
}

.mft-item {
	padding: 0 30px;
}

.mft-item:not(:last-child) {
	border-bottom: 1px solid #e4dcd3;
}

.mft-heading {
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
}

.mft-extracted-table {
	border-top: 1px solid #e4dcd3;
	padding: 20px 0px 20px 300px;
}

.mft-heading h2 {
	position: relative;
}

.mft-heading h2:after {content: "";border: solid black;border-width: 0px 2px 2px 0;display: inline-block;-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;right: 0;top: -4px;bottom: 0;margin: auto;width: 12px;height: 12px;}

.mft-heading h2.jai-btn-content-showed:after {
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 7px;
}

.mft-table-heading_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "HyundaiMedium";
	font-size: 18px;
	margin-bottom: 25px;
}

.mft-table-values-collums {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	font-family: "HyundaiMedium";
	font-size: 18px;
}

.mft-table-heading_row div,
.mft-table-values-collums div {
	width: 15%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mft-table-values-name {
	font-size: 18px;
	color: #b0b0b0;
	margin-bottom: 25px;
}

.minus {
	display: block;
	width: 15px;
	height: 2px;
	background: #000;
	margin-top: 10px;
}

.plus {
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 12px;
	height: 19px;
	margin-left: 6px;
}

.gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-thumbs .swiper-slide {
	height: 160px;
	cursor: pointer;
}

.body-main_gallery-item div {
	width: 100%;
	height: 635px;
	background-position: center;
	background-size: cover;
}

.gallery-thumbs .swiper-slide:hover {
	opacity: 0.8;
}

.gallery-thumbs .swiper-button-next {
	background-image: url(../img/slider-right-arrow.png);
	right: 35px;
}

.gallery-thumbs .swiper-button-prev {
	background-image: url(../img/slider-left-arrow.png);
	left: 35px;
}

.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev {
	background-position: center;
	background-size: contain;
	background-color: rgba(0, 0, 0, 0.48);
	width: 49px;
	height: 49px;
	background-size: 13px;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 0.3;
}

.finance-page-banner-section {
	padding-top: 20px;
}

.finance-page-banner {
	height: 420px;
	background-position: center;
	background-size: cover;
	padding: 20px;
	position: relative;
}

.finance-page-banner h2 {font-family: "HyundaiMedium";font-size: 48px;color: #fff;}

.finance-page-banner p {
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-family: "HyundaiText";
	font-size: 18px;
}

.open-finance-futures {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 65px;
	width: 65px;
	display: block;
	background-image: url(../img/finance-banner-btn.png);
	cursor: pointer;
}

.open-finance-futures:hover {
	opacity: 0.8;
}

.finance-futures-section {
	background: #f6f3f2;
	padding-bottom: 40px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	max-height: 0;
	display: inline;
}

.finance-futures-section .container > h2 {font-family: "HyundaiMedium";font-size: 36px;text-align: center;padding: 25px 0;}

.finance-future-item {
	background: #fff;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding: 20px 25px 30px;
	cursor: default;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.finance-future-item:after {content: "";position: absolute;right: -115px;top: -117px;background: #e4dcd3;height: 215px;width: 320px;border-radius: 50%;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

.ffitem-icon {
	display: inline-block;
	background: #efeff6;
	border-radius: 50%;
	width: 104px;
	height: 104px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.finance-future-item h2 {font-family: "HyundaiMedium";font-size: 30px;margin-bottom: 15px;}

.finance-future-item p {font-family: "HyundaiText";}

.finance-future-item:hover:after {
	background: #00aad2;
}

.finance-future-item:hover {
	-webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.14);
}

.ff-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
}

.ff-list li b {font-family: "HyundaiMedium";color: #00aad2;font-weight: normal;}

.ff-list li:before {content: "\2022";color: #00aad2;position: absolute;left: 0;}

.finance-futures-section.jw-visible {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	max-height: 100%;
}



.finance-credit-heading {font-family: "HyundaiMedium";font-size: 36px;margin-bottom: 35px;}

.finance-credit-form h2 {
	font-size: 18px;
	font-family: "HyundaiMedium";
	margin-bottom: 5px;
}

.finance-credit-form h2:not(:first-child) {
	margin-top: 18px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ddd;
	border-radius: 30px;
	height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	padding: 0 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	top: 0;
	right: 11px;
}

.finance-credit-form input[type="text"] {
	width: 100%;
}

.finance-credit-form .form-checkbox {
	margin-top: 15px;
	margin-bottom: 15px;
}

.finance-credit-form button[type="submit"] {
	width: 100%;
	height: 45px;
	font-size: 18px;
	margin-top: 20px;
}

.contacts-page .form-terms{
	text-align: center;
    padding-top: 20px;
    font-size: 11px !important;
}

.model-main-preview-image.on-finance-page {
	display: block;
	max-width: 490px;
	margin: 90px auto 97px;
	width: 100%;
}

.finance-credit-percent {
	font-size: 24px;
	margin-bottom: 25px;
}

.finance-credit-percent span {
	color: #00aad2;
}

.finance-credit-percent span:first-child {font-family: "HyundaiMedium";font-size: 36px;}

.finance-credit-price {
	color: #e63312;
	font-size: 30px;
	font-family: HyundaiMedium;
}

.finance-credit-price span {
	font-size: 40px;
}

.finance-credit-oldest_price {
	color: #cdcdcd;
	font-family: "HyundaiMedium";
	font-size: 24px;
	margin-bottom: 20px;
}

.finance-credit-oldest_price span {
	text-decoration: line-through;
}

.finance-mounthprice {
	font-size: 20px;
	margin-bottom: 45px;
}

.finance-dangerblock h2 {
	font-size: 18px;
	font-family: "HyundaiMedium";
	color: #e63312;
	margin-bottom: 25px;
}

.finance-dangerblock p {font-family: "HyundaiText";font-size: 18px;}

.banks-section {
	background: #f6f3f2;
	padding: 40px 0 50px;
}

.banks-section h2 {font-family: "HyundaiMedium";font-size: 36px;text-align: center;margin-bottom: 30px;}

.finance-page-banner p.blue-theme-box {
	background: #001e50;
	font-size: 30px;
	font-family: "HyundaiMedium";
	padding: 20px 60px;
	border-radius: 10px;
	bottom: 50px;
	left: 25px;
}

.finance-futures-section.disable-heading .container {margin-top: 40px;}

.finance-futures-section.disable-heading.jw-visible {
	margin-bottom: 20px;
}

.finance-page-section.tradein-style .container > h2 {
	font-size: 40px;
	font-family: "HyundaiMedium";
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.finance-page-section {
	padding: 60px 0;
}

.form-terms {
	text-align: center;
    padding-top: 20px;
    font-size: 14px;
}

.tradein-page-form input[type="text"] {
	width: 100%;
}

.tradein-page-form h2 {font-family: "HyundaiMedium";font-size: 24px;margin-bottom: 25px;}

.tradein-page-form .col-4 h4:not(:first-child) {margin-top: 15px;}

.tradein-page-form h4 {
	margin-bottom: 5px;
}

.tradein-car-preview img {
	width: 100%;
}

.tradein-pricing_label {font-family: "HyundaiMedium";}

.tradein-pricing_value {
	font-size: 18px;
	color: #e63312;
	font-family: HyundaiMedium;
	margin-bottom: 10px;
}

.tradein-old-pricing_label {font-family: "HyundaiMedium";}

.tradein-old-pricing_label, .tradein-old-pricing_value {
	color: #cdcdcd;
}

.tradein-car-preview {
	margin-bottom: 42px;
	margin-top: 40px;
	min-height: 116px;
}

.discountblock {
	background: #00aad2;
	padding: 10px 60px 10px 20px;
	display: inline-block;
	color: #fff;
	font-family: "HyundaiMedium";
	margin-bottom: 8px;
}

.tradein-page-form .form-checkbox {
	margin-top: 15px;
	margin-bottom: 17px;
}

.tradein-page-form h4:not(:first-child) {
	margin-top: 22px;
}

.tradein-car-preview img {
	height: 131.6px;
	object-fit: scale-down;
}

.tradein-page-form button[type="submit"] {
	height: 45px;
	width: 100%;
	margin-top: 52px;
}

.tradein-page-form {
	margin-bottom: 25px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #001e50;
}

.questions-form .select2-container {
	margin-bottom: 15px;
}

.specials-offers-banner div {
	padding: 20px;
    background-color: #eee;
    text-align: center;
    font-size: 48px;
    font-family: "HyundaiMedium";
    margin-bottom: 50px;
    margin-top: 20px;
}

.sp-offer-image {
	background-size: cover;
}

.special-offer-items {
	margin-bottom: 60px;
}

.sp-offer-image {
	background-position: center;
	background-size: cover;
	height: 165px;
	position: relative;
}

.sp-offer-image span {
	position: absolute;
	background: #001e50;
	color: #fff;
	padding: 5px 30px;
	font-family: "HyundaiMedium";
	font-size: 14px;
	left: 20px;
}

.sp-offer-item {
	background: #f6f3f2;
	height: 100%;
	cursor: default;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.special-offer-items .col-3 {
	margin-bottom: 40px;
}

.sp-offer-item h2 {
	padding: 20px;
	font-size: 20px;
	font-family: "HyundaiMedium";
}

.sp-offer-item h2 span {
	color: #00aad2;
}

.sp-offer-item:hover {
	-webkit-box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.15);
}

.contacts-page {
	padding-top: 50px;
}

.contacts-form {margin-top: 45px;background: #fff;border: 1px solid #f6f3f2;margin-bottom: 50px;-webkit-box-shadow: 0px 13px 16px rgba(0, 44, 95, 0.14);box-shadow: 0px 13px 16px rgba(0, 44, 95, 0.14);padding: 25px 55px;}

.contacts-form h2 {font-family: "HyundaiMedium";font-size: 22px;margin-bottom: 25px;}

.contacts-form input[type="text"] {
	width: 100%;
}

form textarea {
	font-family: "HyundaiBook", sans-serif, 'Arial';
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 10px 30px;
	resize: none;
	width: 100%;
}

.contacts-form textarea {
	height: 100%;
}

.contacts-form button[type="submit"] {
	width: 100%;
	height: 40px;
}

.contacts-form .col-4 {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts-form .form_control.error {
    margin-bottom: 5px !important;
}

.contacts-form .form_control.error + span.error {
    text-align: center;
	margin-bottom: unset;
}

.contacts-page .row:first-child h2 {
	font-size: 36px;
	font-family: "HyundaiMedium";
	margin-bottom: 15px;
}

.contacts-page .row:first-child h4 {font-family: "HyundaiMedium";font-size: 22px;}

.contacts-page .row:first-child p {
	margin-bottom: 25px;
	font-size: 22px;
}

.contacts-page .row:first-child a {
	font-size: 22px;
	text-decoration: none;
}

.contacts-page .row .col-6:last-child {
	padding-left: 65px;
}

#mobile-menu, .mobile-menu-content {
	display: none;
}

.special-offer-items .row > div {
	margin-bottom: 20px;
}

.main-title h2 {
	font-size: 24px;
	font-family: "HyundaiMedium";
	margin-bottom: 25px;
	text-align: center;
	margin-top: 35px;
}

.resp-table_overflow > .teh {
	min-width: 1200px;
}

.resp-table_overflow {
	overflow: auto;
}

.swiper-slide-title {
	padding: 35px 40px;
	color: #fff;
}

.swiper-slide-title h2 {
	font-size: 48px;
	font-family: "HyundaiMedium";
}

.swiper-slide-title p {
	font-size: 36px;
}

.banks-outer {
	margin: 0 -0.5%;
	padding-top: 15px;
}

.bank-item {
	float: left;
	display: block;
	height: 80px;
	width: 10.1%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
	margin: 0 0.5%;
	margin-bottom: 15px;
	cursor: default;
	pointer-events: none;
	background-color: #fff;
}

button.show-hide-banks {
	display: none;
}

.banks-outer:after {content: "";clear: both;display: table;}

.desctop-video + .swiper-slide-title {
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-slide-btn div:not(:last-child) {
	border-bottom: 1px solid #37608d;
}

.swiper-slide-btn.style_01 div:first-child {
	font-size: 30px;
}

.happy-hours .swiper-slide-title {
	color: #000;
}

.happy-hours .swiper-slide-btn {
	font-size: unset;
	font-family: "HyundaiBook";
}

.happy-hours .swiper-slide-btn div:first-child {font-size: 36px;}

.happy-hours .swiper-slide-btn div:last-child {
	font-size: 24px;
}

/*=====================================================================*/
/*========================[SECTION Extended styles]====================*/
/*=====================================================================*/
.teh td{padding:10px;font-size:14px;text-align:center;border-bottom:#bfc3c7;}
.teh thead td {padding: 15px 10px;font-size: 16px;font-weight: 700;}
.teh tbody td:first-child{text-align:left;max-width:300px;}
.teh tbody td:nth-child(even) {background:#f5f7fa;}
.teh tbody td b {color: #00b4f2;font-size: 30px;}
.teh tbody td.option_title {font-size: 18px;background: #f5f7fa;border-top: 10px solid #fff;border-bottom: 10px solid #fff;}
.mods_tab_head td {text-align: center;width: 15%;padding: 15px 5px;font-size: 16px;font-weight: 700;}
.mods_tab td {width: 15%;text-align: center;padding: 10px 5px;font-size: 14px;}
.mods_tab td:first-child {text-align: left;padding-left: 10px;width: 23%;}
a.mods_tab_link {font-size: 18px;background: #f5f7fa;border-top: 10px solid #fff;border-bottom: 10px solid #fff;width: 100%;padding: 10px;display: block;}
.mods_tab td:last-child {padding-right: 10px;}
.mods_tab td:not(:first-child) {font-weight: bold;color: #e4022b;}
.mods_tab_head td:first-child {width: 22%;}
.mods_tab td:nth-child(even) {background: #f5f7fa;}
.mods_tab_head td div {border-bottom: 3px solid #f5f7fa;padding-bottom: 5px;}
.mods_tab {cursor: default;pointer-events: none;}
.compl-list {padding: 0 15px;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.compl-list ul li {margin-bottom: 15px;font-size: 14px;}
.compl-list ul li:before {content: "- ";}
li.cpl-list_heading:before {display: none;}
li.cpl-list_heading {font-weight: bold;font-size: 18px}
.compl-list ul:not(:first-child) li.cpl-list_heading {margin-top: 20px;}
.complectation-content-price b {font-size: 14px;margin-bottom: 10px;display: block;color: #444444;font-weight: bold;}
.complectation-content-price b span {font-size: 22px;color: #002c6d;}
.complectation-content-price thead tr {border-bottom: 1px solid #eaeaea;}
.complectation-content-price thead tr td {padding-bottom: 10px;font-size: 15px;font-weight: 500;}
.complectation-content-price tbody tr {border-bottom: 1px solid #eaeaea;}
.complectation-content-price tbody tr td {padding-top: 6px;padding-bottom: 0px;}
.complectation-content-price tbody tr:last-child {border-bottom: 0px;}
.complectation-content-price tbody tr:last-child td {padding-bottom: 0px;}
.complectation-content-price {border-top: 2px solid #d5d5d5;}


/*=====================================================================*/
/*========================[SECTION Media styles]=======================*/
/*=====================================================================*/
@media only screen and (max-width: 1501px) {
	.htop-links a {
		width: 150px;
	}

	.htop-support {
		display: none;
	}

	.header-catalog-item div span:first-child {
		font-size: 16px;
	}

	.cfilter-radio-nav:not(:last-child) {
		margin-right: 15px;
	}

	.catalog-item-header h2 {
		font-size: 18px;
	}

	.catalog-item-header {
		padding-right: 0;
	}

	.catalog-item-credit {
		top: -45px;
		right: -10px;
	}

	.catalog-item-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.future-item {
		font-size: 14px;
	}

	.qu-right {
		width: 57%;
	}

	.qu-left {
		width: 43%;
	}

	.qu-left h2 {
		font-size: 40px;
	}

	.qu-left p {
		font-size: 21px;
	}

	.special-offer-section h2 {
		font-size: 47px;
	}

	.special-offer-section p {
		font-size: 32px;
	}

	.footer-navigation a:not(:last-child) {
		margin-right: 30px;
	}

	.footer-navigation a:after {
		right: -15px;
	}

	.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
		top: 37%;
		height: 50px;
		width: 50px;
	}

	.model-main-price {
		font-size: 30px;
	}

	.model-main-price span {
		font-size: 36px;
	}

	.model-main-background-title {
		font-size: 33px;
	}

	.model-main-oldest_price {
		font-size: 21px;
	}

	.model-main-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.model-main-actions > .btn {
		width: 100%;
	}

	.model-main-actions > .btn:last-child {margin-top: 15px;}

	.model-col-form h2 {
		font-size: 32px;
	}

	.model-main-form-title > div:first-child {
		font-size: 16px;
	}

	.model-main {
		padding: 115px 20px 0;
	}

	.model-options-menu {
		display: block;
	}

	.finance-action {
		padding: 15px 25px 15px 20px;
	}

	.model-header-finance h2 {
		padding-left: 20px;
	}

	.model-header-title {
		padding: 30px 20px 0;
	}

	.model-header-actions {
		right: 20px;
	}

	.model-main {
		padding: 90px 20px 0;
	}

	.model-tab-content {
		padding: 35px 20px;
	}

	.op-oldprice {
		font-size: 16px;
	}

	.op-price {
		font-size: 16px;
	}

	.op-name_value {
		font-size: 16px;
	}

	.op-action > .btn {
		font-size: 15px;
	}

	.mft-extracted-table {
		padding: 20px 0px 20px 200px;
	}

	.model-main-benefit h2 {
		font-size: 17px;
	}

	.model-main-benefit h2 span {
		font-size: 22px;
	}

	.model-col-preview {
		padding: 0 20px;
	}

	.model-tab-content_heading {
		font-size: 28px;
	}

	.finance-credit-heading {
		font-size: 27px;
	}

	.finance-credit-price {
		font-size: 22px;
	}

	.finance-credit-price span {
		font-size: 30px;
	}

	.finance-credit-oldest_price {
		font-size: 16px;
	}

	.finance-future-item h2 {
		font-size: 28px;
	}
}

@media (max-width: 992px) {
	body, .container {
		min-width: 960px
	}

	.header-catalog {
		box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.43);
	}

	.header_main {
		display: none;
	}

	#mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 500;
		border-bottom: 1px solid #f2f3f4;
		box-shadow: 0px 5px 16px #0000001a;
		width: 100%;
	}

	#mobile-menu .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
	}

	img.close-all {
		display: none;
	}

	img.open-menu {max-width: 35px;}

	body.mobile-menu-opened .open-menu {
		display: none;
	}

	body.mobile-menu-opened .close-all {
		display: block;
	}

	img.close-all {
		max-width: 29px;
	}

	.mobile-menu-content {
		display: none;
		position: fixed;
		top: 50px;
		background: #f9f9f9;
		width: 100%;
		z-index: 101;
		box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.12);
		padding: 45px 15px;
	}

	.mobile-menu-navigation {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.mobile-menu-navigation a {
		text-decoration: none;
		font-size: 24px;
		text-align: center;
		padding: 15px 0;
		color: #424242;
	}

	.mobile-menu-navigation a:not(:last-child) {
		border-bottom: 1px solid #e2e2e2;
		width: 100%;
	}

	.mobile-menu-content.jw-visible {
		display: block;
	}

	.header-catalog.jw-visible {
		top: 50px;
		z-index: 103;
		height: 100vh;
		position: fixed;
	}

	.header-catalog-row {
		flex-direction: column;
	}

	.header-catalog-row_title {
		width: 100%;
		padding-bottom: 15px;
	}

	.header-catalog-row_title h2 {
		font-size: 28px;
	}

	.header-catalog-row_items {
		width: 100%;
	}

	.footer-main {
		padding-right: 20px;
	}

	.special-offer-section p {
		font-size: 26px;
	}

	.main-slider .swiper-slide {
		height: 37vw;
		min-height: 325px;
	}

	.header_top {
		padding: 50px 0 0;
	}

	.model-main-background-title {
		font-size: 92px;
	}

	.model-col-form h2 {
		font-size: 30px;
	}

	.model-full-table {
		overflow: auto;
	}

	.mft-item {
		min-width: 1024px;
	}

	.mft-heading h2:after {position: relative;margin-left: 20px;}

	.mft-heading h2.jai-btn-content-showed:after {margin-bottom: 3px;}

	.body-main_gallery-item div {
		height: 450px;
	}

	.model-options-menu-fixed .model-options-menu {
		top: 50px;
		z-index: 102;
	}

	.finance-credit-heading {
		font-size: 24px;
	}

	.finance-credit-price span {
		font-size: 28px;
	}

	.tradein-car-preview {
		min-height: auto;
		margin-bottom: 0;
	}

	.discountblock {display: block;margin: auto;text-align: center;max-width: 360px;}

	.tradein-page-form > div:not(:first-child) > h2 {margin-top: 20px;}

	.finance-page-section.tradein-style .container > h2 {
		font-size: 28px;
	}

	.finance-page-banner h2 {
		font-size: 32px;
	}

	.finance-page-banner p.blue-theme-box {
		font-size: 14px;
	}

	.swiper-slide-title h2 {
		font-size: 33px;
		line-height: 33px;
	}

	.swiper-slide-title p {
		font-size: 28px;
	}

	.happy-hours .swiper-slide-btn div:first-child {
		font-size: 27px;
	}

	.happy-hours .swiper-slide-btn div:last-child {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	body, .container {
		min-width: 720px
	}

	.htop-links a:first-child {
		display: none;
	}

	.main-slider .swiper-slide {
		min-height: 250px;
	}

	.cfilter-form {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cfilter-left {
		margin-bottom: 15px;
	}

	.questions-form {
		padding: 45px 25px 45px;
	}

	.qu-left h2 {
		font-size: 30px;
	}

	.special-offer-section .container {
		padding-bottom: 135px;
		padding-right: 18%;
	}

	.footer-navigation {
		display: none;
	}

	.footer-main-top {
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer-side {
		justify-content: center;
		align-items: center;
		margin-top: 25px;
		border-top: 1px solid #002046;
		padding-top: 25px;
	}

	#footer {
		padding: 20px 0 20px;
	}

	.model-header-actions {
		display: none;
	}

	.model-tabs-menu span:not(:last-child) {
		margin-right: 10px;
	}

	.model-col-form {
		width: 100%;
		align-items: center;
		padding-top: 20px;
	}

	.model-main-colors-block {
		width: 222%;
	}

	.op-oldprice {
		display: none;
	}

	.op-price {
		width: 23%;
	}

	.op-action {
		width: 46%;
	}

	.mft-extracted-table {
		padding: 20px 0px 20px 20px;
	}

	.mst-row > div:first-child {
		width: 35%;
	}

	.mst-row > div:last-child {
		width: 65%;
	}

	.finance-page-section.credit-finance-page-id .model-main-colors-block {
		width: 100%;
	}

	.future-item {
		font-size: 12px;
	}

	.last-ff-item {
		margin-top: 25px;
	}

	.tradein-page-form > div > h4:not(:first-child) {
		margin-top: 15px;
	}

	.tradein-car-preview {
		margin-bottom: 58px;
	}

	.contacts-page .row > div:nth-of-type(1) {
		order: 1;
	}

	.contacts-page .row > div:nth-of-type(2) {
		order: 0;
		margin-bottom: 25px;
	}

	.contacts-form .row {
		flex-direction: column;
	}

	.contacts-form .row > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contacts-form .row > div:nth-of-type(1) {
		order: 0;
		margin-bottom: 15px;
	}

	.contacts-form .row > div:nth-of-type(2) {
		order: 1;
	}

	.contacts-form .row > div:nth-of-type(3) {
		order: 2;
		height: 45px;
	}

	.swiper-slide-title {
		padding: 15px 15px;
	}

	.bank-item {
		width: 24%;
	}

	.swiper-slide-title.video-more-style h2 {
		font-size: 22px;
		line-height: 25px;
	}

	.swiper-slide-btn.style_01 {
		font-size: 18px;
		bottom: 20px;
	}

	.swiper-slide-btn.style_01 div:first-child {
		font-size: 21px;
	}
}

@media (max-width: 576px) {
	.swiper-slide {
		background-size: contain;
		background-repeat: no-repeat;
		min-height: auto !important;
	}

	body, .container {
		min-width: 540px
	}

	.header_top .container {
		flex-direction: column;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.header_top-geo {
		margin-bottom: 5px;
	}

	.htop-phone {
		font-size: 18px;
	}

	.main-slider .swiper-slide {
		min-height: auto;
	}

	.swiper-slide-btn {right: 0;max-width: 60%;bottom: 40px;padding: 10px 25px 10px;font-size: 18px;}

	.future-item {
		width: 50%;
		margin-bottom: 25px;
	}

	.futures-section .futures-row {
		flex-wrap: wrap;
	}

	.qu-left {
		width: 100%;
		padding-right: 0;
		text-align: center;
		padding-bottom: 25px;
	}

	.qu-right {
		width: 100%;
		height: 450px;
	}

	.questions-section {
		padding-top: 15px;
	}

	.special-offer-section .container {
		padding-right: 15px;
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.special-offer-section h2 {
		text-align: center;
		font-size: 37px;
		margin-bottom: 35px;
	}

	.special-offer-section p {
		text-align: center;
		font-size: 24px;
	}

	.special-offer-section p span {
		font-size: 30px;
	}

	.special-offer-section img {
		display: none;
	}

	.special-offer-section .btn {
		margin: auto;
		padding: 0 30px;
		margin-top: 25px;
	}

	.model-options-menu {bottom: 0;display: flex;flex-wrap: wrap;}

	.finance-action {
		flex-direction: column;
	}

	.finance-action > div:first-child {
		padding-right: 0;
		margin-right: 0;
		border: none;
		height: auto;
		line-height: 27px;
	}

	.finance-action > div + div {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.model-tabs-menu {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	.model-tabs-menu span:not(:last-child) {
		margin-right: 15px;
	}

	.model-tabs-menu span {
		font-size: 16px;
		line-height: 32px;
		height: 34px;
	}

	.btn-compare {
		padding: 0 20px;
		display: block;
		margin: auto;
		height: 32px;
	}

	.model-options-menu-fixed .model-options-menu {
		top: unset;
	}

	.model-main-background-title {
		font-size: 62px;
	}

	.model-main-colors-block {
		width: 100%;
		order: 0;
	}

	.model-col-preview {
		width: 100%;
		order: 0;
	}

	.model-col-form {
		order: 2;
	}

	.model-main-actions {
		max-width: 100%;
		order: 3;
	}

	.model-main-price {
		order: 1;
	}

	.model-main-oldest_price {
		order: 2;
	}

	.futures-section.on-model-page {
		padding: 45px 0 60px;
	}

	.model-tab-content_heading {
		font-size: 20px;
	}

	.option-name {
		font-size: 18px;
	}

	.op-name {
		width: 50%;
	}

	.op-price {
		width: 50%;
	}

	.op-action {
		width: 100%;
		margin-top: 5px;
	}

	.op-action > .btn {
		height: 28px;
		line-height: 28px;
	}

	.mst-row > div {
		font-size: 16px;
	}

	.mst-row > div:first-child {
		width: 100%;
	}

	.mst-row > div:last-child {
		width: 100%;
	}

	.body-main_gallery-item div {
		height: 250px;
	}

	.gallery-thumbs .swiper-slide {
		height: 100px;
	}

	.model-options-menu-fixed #footer {margin-bottom: 70px;}

	.banks-section h2 {
		font-size: 24px;
	}

	.qu-left h2 {
		font-size: 24px;
	}

	.finance-page-banner p {
		width: calc(100% - 120px);
	}

	.finance-futures-section .col-12:first-child {
		margin-bottom: 25px;
	}

	.swiper-slide-title h2 {
		font-size: 25px;
		line-height: 28px;
	}

	.swiper-slide-title p {
		font-size: 19px;
	}

	.happy-hours .swiper-slide-btn div:first-child {
		font-size: 19px;
	}

	.happy-hours .swiper-slide-btn div:last-child {
		font-size: 14px;
	}

	.happy-hours .swiper-slide-btn {
		bottom: 10px;
	}
}

@media (max-width: 480px) {
	body, .container {
		min-width: 440px
	}

	.main-slider .swiper-slide {
		min-height: 295px;
	}

	.special-offer-section p {
		font-size: 20px;
	}

	.model-header-title h2 {
		font-size: 48px;
	}

	.model-header-title p {
		font-size: 24px;
	}

	.option-price-content, .option-description-content {
		padding: 15px;
	}

	.comp-wrapper {
		column-count: auto;
	}

	.finance-futures-section.jw-visible {
		margin-bottom: 15px;
	}

	.model-main-preview-image.on-finance-page {
		margin: 25px auto 10px;
	}

	.specials-offers-banner div {
		font-size: 25px;
		text-align: center;
		padding: 0;
		height: 180px;
		line-height: 180px;
	}

	.main-slider .swiper-slide video {
		width: auto;
		height: 100%;
		left: -195px;
	}

	.happy-hours .swiper-slide-btn div:first-child {
		font-size: 16px;
	}

	.happy-hours .swiper-slide-btn div:last-child {
		font-size: 14px;
	}

	.happy-hours .swiper-slide-btn {
		bottom: 35px;
		max-width: 72%;
	}
}

#popup-telephone {
    background: #fff;
}

#popup-telephone .btn-blue {
    background: #001e50;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#popup-telephone svg {
    max-width: 100px;
}

#popup-telephone .popup__title {
    color: #333333;
}

#popup-telephone .popup__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

#popup-telephone .popup__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #7E7E7E;
    margin-top: 5px;
}

#popup-telephone .popup__numbers {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

#popup-telephone .popup__phone {
    margin-top: 12px;
}

#popup-telephone .popup__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 29px;
    display: block;
    color: #333333;
}

#popup-telephone .popup__address span {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#popup-telephone .popup_down {
    border-radius: 25px 25px 0px 0px;
    padding: 22px 16px 32px 16px;
}

#popup-telephone .popup-phone__btn {
    width: 100%;
    padding: 16px 5px;
    margin-top: 26px;
}

#popup-telephone .fancybox-close-small svg {
    filter: brightness(0);
}

.swiper-container.gallery-top {
	margin-bottom: 10px;
}

.model-tab-content:last-child {
	overflow: hidden;
}

.gallery-top .swiper-slide:not(.swiper-slide-active) {
	opacity: .3;
}

.form_control.error {
	border-color: red;
}

.form_control.error + span.error {
	display: block;
	margin-top: -10px;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}

.finance-credit-form .form_control.error + span.error {
	margin-top: 6px;
}

.tradein-page-form .container-personal h4:not(:first-child) {
	margin-top: 0px;
}

.container-personal h4 {
	margin-top: 20px !important;
}

.container-personal .form_control.error + span.error {
	display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    width: 100%;
    position: absolute;
}

#app-modal-terms {
	max-width: 500px;
}

@media only screen and (max-width: 992px) {
    #popup-telephone .popup__numbers {
        font-size: 22px;
    }

	.model-main {
		padding: 45px 20px 0;
	}

	.model-main-collums {
		grid-template-columns: 1fr;
	}

	.model-main-background-title {
		line-height: normal;
		font-size: 36px;
	}

	.model-main-col.model-col-price {
		order: 2;
	}

	.header_top-geo {
		flex: 1;
	}

	.model-main-colors-block {
		order: -3 !important;
	}

	.model-main-col.model-col-price {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 340px) {

}

@media print{*{background:none!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:Gray();filter:url(https://autoomsk-hyundai.ru/assets/css/desaturate.svg);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%)}a{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}a[href="#"],a[href="javascript:"]{content:""}}

