/* COMMON */

@font-face {
	font-family:HyundaiSansHead;font-weight:400;font-style:normal;src:url("../fonts/HyundaiSansHead-Regular.eot");src:url("../fonts/HyundaiSansHead-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/HyundaiSansHead-Regular.woff") format("woff"),url("../fonts/HyundaiSansHead-Regular.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family:HyundaiSansHead;font-weight:300;font-style:normal;src:url("../fonts/HyundaiSansHead-Light.eot");src:url("../fonts/HyundaiSansHead-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/HyundaiSansHead-Light.woff") format("woff"),url("../fonts/HyundaiSansHead-Light.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family:HyundaiSansHead;font-weight:500;font-style:normal;src:url("../fonts/HyundaiSansHead-Medium.eot");src:url("../fonts/HyundaiSansHead-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/HyundaiSansHead-Medium.woff") format("woff"),url("../fonts/HyundaiSansHead-Medium.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family:HyundaiSansHead;font-weight:700;font-style:normal;src:url("../fonts/HyundaiSansHead-Bold.eot");src:url("../fonts/HyundaiSansHead-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/HyundaiSansHead-Bold.woff") format("woff"),url("../fonts/HyundaiSansHead-Bold.ttf") format("truetype");
	font-display: swap;
}

:root {
	--blue: #002c5f;
	--blue-hover: #103a71;
	--red: #e63312;
}

:focus {
	outline-style: none;
	outline-width: 0px !important;
	outline-color: none !important;
}
body {
	font-family: 'HyundaiSansHead', sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#000;
	font-size:16px;
	background:#fff;
	line-height:1.4;
	padding-top:64px;
}
img {
	max-width:100%;
}
b, strong {
	font-weight:700;
}

.hidden {
	overflow:hidden;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}

.btn {
	display:inline-block;
	text-decoration:none;
	border:0;
	height:48px;
	line-height:48px;
	padding:0 25px;
	border-radius:0px;
	cursor:pointer;
	text-align:center;
	transition:all 0.3s ease-in-out;
	background:var(--blue);
	color:#fff;
	font-size:15px;
}
.btn:hover {
	text-decoration:none;
	color:#fff;
	background:var(--blue-hover);
}
.btn-red {
	background:var(--red);
}
.btn-block {
	width:100%;
}

.wrapper {
	max-width:1260px;
}

.header {
	position:fixed;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	color: #fff;
	background:var(--blue);
}

.header-top {
	display:flex;
	justify-content:space-between;
	padding:10px 15px;
}

.header-logo {
	display:flex;
	align-items:center;
}
.header-logo svg {
	display: block;
	width: 166px;
	height: 21px;
}
.header-logo__dealer {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	padding: 0 12px;
	border-left: 2px solid #fff;
	margin-left: 12px;
	margin-top: 2px;
}
.header-logo img {
	height:50px;
}
.header-address {
	font-size:14px;
}
.header-autoholding {
	height:44px;
	width:auto;
	margin-right:20px;
}

.header-right {
	text-align:center;
	line-height:1.3;
}
.header-phone, .header-phone:hover  {
	font-size:19px;
	color: #fff;
	text-decoration:none;
}
.header-callback, .header-callback:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted;
}
.header-callback:hover {
	border-bottom-color:transparent;
}

.navigation {
	background:var(--blue);
}
.navigation-list {
	margin:0;
	padding:0;
	list-style:none;
}
.navigation-list li {
	display:inline-block;
	margin-right:15px;
}
.navigation-list li a {
	display:block;
	color:#fff;
	line-height:38px;
}

.intro {
	margin:0 auto 20px;
	text-align:center;
	position: relative;
}
.intro__text {
    position: absolute;
    top: 75px;
    left: 100px;
    text-align: left;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 500;
}
.intro__title{
    font-size: 48px
}
.intro__subtitle{
	font-size: 24px;
}
.blueblock {
    position: absolute;
    bottom: 50px;
    color: #fff;
    background: var(--blue);
    padding: 15px 30px;
    font-weight: 500;
    font-size: 18px;
}
.yandex-recomendation {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 15px;
	margin-bottom:25px;
}
.yandex-recomendation img {
	margin-right:10px;
	width:45px;
}
.recomendation-text {
	margin-top:2px;
}

.better-offer {
	background:#1D88CE;
	padding:20px 0;
	color:#fff;
	margin-bottom:40px;
}
.better-offer__title {
	text-transform:uppercase;
	font-weight:500;
	font-size:24px;
}

.better-offer__subtitle {
	text-transform:uppercase;
	font-weight:300;
	font-size:19px;
	margin-bottom:15px;
}
.better-offer__field {
	width:100%;
	background:#fff;
	border:0;
	padding:8px 12px;
	margin-bottom:12px;
	text-align:center;
}
.label-policy {
	margin-top:12px;
	font-size:13px;
}
.label-policy__checkbox {
	display:none;
}
.label-policy__text {
	position:relative;
	padding-left:22px;
	display:inline-block;
}
.label-policy__text:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:15px;
	background:#fff;
}
.label-policy__text:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top:0px;
	background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.2L5 8L9 1' stroke='%23002C5F' stroke-width='2'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
	transition: all 0.2;
	display: none;
}
.label-policy__text a{
	color:inherit;
	text-decoration:underline;
}
.label-policy__checkbox:checked + .label-policy__text:after {
	display:block;
}


.main-title {
	text-align:center;
	font-size:32px;
	font-weight:500;
	color: var(--blue);
}


.section-cars {
	margin-top:50px;
}
.car {
	padding:50px 0;
}

.car-name {
	text-transform:uppercase;
	font-weight:700;
	color:var(--blue);
	font-size:26px;
	line-height:1;
}
.car-profit {
	border-left: 1px solid var(--blue);
	padding: 0 0 10px 15px;
	margin: 0 0 30px 0;
	position: relative;
	top: 10%;
}
.car-profit.-test {
	display:flex;
	align-items:center;
	width:100%;
	border-left:none;
	border-top: 3px solid var(--blue);
	padding:15px 0 0 0;
	margin:15px;
	position: relative;
	top:0;
}
.car-profit .prft{
	text-transform:uppercase;
	font-weight:500;
	font-size:28px;
	margin-bottom:5px;
	color:var(--blue);
}
.car-profit.-test .prft {margin-bottom:0;}
.car-profit a:hover{
	text-decoration: none;
}
.car-profit span {
	font-weight:700;
	font-size:38px;
	display: block;
	color:var(--red);

}
.car-profit .btn{
	font-weight: 600;
	line-height:1.5;
	align-content:center;
	display:inline-grid;
}
.car-profit.-test .btn {margin-left:30px;}
.car-img {
	transition:all 0.3s;
}
.car-colors {
	text-align:center;
	margin:25px 0;
}
.car-colors span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0px 5px;
}
.color-selector {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0px 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	cursor:pointer;
	transition:all 0.3s;
}
.color-selector.active {
	transform:scale(1.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.car-discount {
	font-weight:700;
	color:var(--red);
	font-size:22px;
	margin-bottom:20px;
	line-height:1.2;
}

.blink {
  -webkit-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite;
}
@-webkit-keyframes blink {
	0% { color: rgba(230, 51, 18, 1); }
	50% { color: rgba(230, 51, 18, 0); }
	100% { color: rgba(230, 51, 18, 1); }
}
@keyframes blink {
	0% { color: rgba(230, 51, 18, 1); }
	50% { color: rgba(230, 51, 18, 0); }
	100% { color: rgba(230, 51, 18, 1); }
}

.car-advantages {
	font-size:18px;
	color:var(--blue);
	margin-bottom:20px;
	font-weight:500;
}
.advantages__padding {
	margin-top:40px;
}
.car-advantages__item {
	margin-bottom:12px;
	position:relative;
	padding-left:40px;
}
.car-advantages__item:before {
	content:'\27F6';
	position:absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}

.car-btns {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.car-btns .btn {
	margin-bottom:15px;
	flex:0 0 49%;
	padding:0 5px;
}
.car-btns.-test .btn {flex:unset; padding:0 25px;}

.car-credit {padding:20px 15px; background:#f6f3f2; color:var(--blue);}
	.car-credit-title {text-decoration:underline; text-align:center; font-size:18px; font-weight:500;}
		.car-credit-title svg {display:none;}
	.car-credit-list {margin-top:15px; font-weight:500;}
		.car-credit-list-item {position:relative; padding-left:20px;}
		.car-credit-list-item:before {display:block; content:'\2714'; position:absolute; left:0; top:0; color:var(--red);}
		.car-credit-list-item + .car-credit-list-item {margin-top:5px;}
		.car-credit-btn {margin-top:15px;}

.section-advantages {
	background:#fbfbfb;
	padding:40px 0 60px;
	color:var(--blue);
}
.advantages-title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight:500;
	letter-spacing:-0.5px;
}
.advantages-subtitle {
	font-size: 18px;
	font-weight:500;
	line-height:1.2;
	text-align:right;
}

.cars-title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight:500;
	letter-spacing:-0.5px;
	min-height: 80px;

}
.cars-subtitle {
	font-size: 16px;
	font-weight:400;
	line-height:1.2;
	text-align:right;
	min-height: 80px;

}
.advantages-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
.advantages-item{
	margin-top:20px;
	width:31%;
	text-decoration:none;
	color:var(--blue);
	display:flex;
}
.advantages-item:hover {
	text-decoration:none;
}
.advantages-item__img {
	background:#e4dcd3;
	width:65px;
	height:75px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
}
.advantages-item__img svg {
	fill:var(--blue);
	max-width:75%;
}
.advantages-item__text {
	font-weight:500;
	background:#e4dcd3;
	width:100%;
	height:75px;
	padding:0 10px 0 15px;
	line-height:1.2;
	margin-left:10px;
	display:flex;
	align-items:center;
}
:hover > .advantages-item__img,
:hover > .advantages-item__text {
	background:var(--blue);
	color:#fff;
}
:hover > .advantages-item__img svg {
	fill:#fff;
}

.section-map {
	height:450px;
}
[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.ymaps-2-1-73-map-copyrights-promo, .ymaps-2-1-75-map-copyrights-promo {
	display:none !important;
}

.section-disclaimer {
	padding-top:30px;
	padding-bottom:20px;
}

.disclaimer-opener {
	cursor:pointer;
	margin-bottom:15px;
}
.disclaimer-opener svg {
	margin-left:7px;
	vertical-align:middle;
}
.disclaimer-opener.open svg {
	transform:rotate(180deg);
}
.disclaimer-list {
	display:none;
	font-size:13px;
	text-align:justify;
}

.js-success {
	position:fixed;
	z-index:99;
	background:rgba(0,0,0,0.7);
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display:none;
	justify-content:center;
	align-items:center;
	padding:10px;
	transition:all 0.3s;
}
.js-success.active {
	display:flex;
}
.js-success__inner {
	padding:50px 30px;
	background:#fff;
	text-align:center;
	font-size:22px;
}

.popup {
	display:none;
	padding:30px 25px;
	width:500px;
}
.popup-wide {
	width:1200px;
	padding:35px;
}
.form-popup {display:none; width:540px; padding:35px; font-size:14px;}
	.form-popup-title {margin-bottom:15px; text-align:center; font-size:30px;}
	.form-popup-error {color:var(--red);}
	.form-popup-success {color:var(--blue); font-size:16px; text-align:center;}
	.form-popup-body {}
		.form-group {margin-top:15px;}
			.form-group label {display:block; margin:0;}
			.form-group input[type="checkbox"] {display:inline-block; margin-right:5px;}
			.form-control {display:block; border:1px solid #e4dcd3; width:100%; margin:0; padding:0 20px; height:40px; transition:0.3s ease all;}
			.form-control:focus {box-shadow:0 0 15px rgba(0,0,0,.15);}
			.form-btn {margin-top:15px;}

.section-top-text {}
	.top-text {padding:24px; background:var(--blue); margin:0 auto; font-size:18px; color:#fff;}

.section-top-text2 {margin-top:32px;}
	.top-text2 {text-align:center; font-size:20px;}
		.top-text2 b {font-size:26px;}

.section-cars-sale {padding-top:40px; padding-bottom:40px;}
	.-cars-sale-row {}
	.car-sale {
		/* margin-top: 40px; */
		cursor: pointer;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		justify-content: flex-end;
	}
			.car-sale-image {}
			.car-sale-content {
				margin-bottom: 10%;}
				.car-sale-title {margin:16px 0; font-size:18px;}
				.car-sale-price.grey{color: #8080806e; justify-content: center; margin-top: 3%;}
				.car-sale-btns-line {
					display: flex;
					justify-content: space-between;
				}
				.car-sale-btns .car-sale-btn{
					margin-bottom: 5%;
				}
				.car-sale-price.fs-22{
					font-size: 24px;
					font-weight: 600;
				}
					.car-sale-price span {display:block; width:calc(100% - 32px); padding-left:8px;}
					.car-sale-price img {width:32px; margin-top:-3px;}
				.car-sale-price.-cash {margin-top:8px; font-size:14px; color:var(--blue); font-weight:bold;}
				.car-sale-price.-credit {margin-top:8px; font-size:14px; color:var(--blue); font-weight:bold;}
				.car-sale-btn{width: 100%; margin: 10px 0 0 0;min-width: 150px;}
				.car-sale-btn-1{width: 49%; margin: 10px 1% 0 0;font-size: 12px;background-color: #e63312}
				.car-sale-btn-2{width: 49%; margin: 10px 0 0 1%;font-size: 12px;background-color: #e63312}
				.car-sale-btn.btn.btn-red.js-calltouch{position: relative;z-index: 1;}
.all-cars-btn{
	margin: 25px auto 0;
    display: block;
    /* width: fit-content;
    width: -moz-fit-content; */
}
.car-sale-btn {
	min-width: 100px;
}
/* trade-in  */
.car-sale-btns {
	text-align: center;
	padding: 0 3%;
	width: 100%;
}

.car-sale-btns .car-sale-btn {
	background: none;
	color: #808080e6;
	padding: unset;
	text-align: unset;
	margin: 0;
	line-height: 30px;
	height: unset;
}


section.trade-in {
	width: 100%;
	background-color: #f5f4f2;
	padding: 5% 0;
	position: relative;
}

.trade-in .better-offer__title {
	font-weight: bold;
}

.trade-in .better-offer__subtitle {
	text-transform: unset;
}

.form_trade-in .better-offer__field {
	text-align: unset;
}

.form_trade-in .better-offer__btn.btn.btn-block {
	max-width: 200px;
}

.img-trade-in {
	position: absolute;
	max-width: 600px;
	right: 0;
	bottom: 0;
}

@media (max-width: 1500px) {
	.img-trade-in {
		width: 30%;
	}
}
@media (max-width: 500px) {
	.img-trade-in {
		width: 45%;
	}
}

/* trade-in  */

@media (max-width: 1280px) {
	.intro__text {
		top: 25px;
		left: 25px;
	}
}
@media (max-width: 1200px) {
	.car-credit-list-item br {display:none;}
}
@media (max-width: 991px) {
	.header-autoholding {
		display:none;
	}
	.advantages-item {
		width:48%;
	}
	.car-profit {
		position: static;
	}
	.intro__title {
		font-size: 40px;
	}
	.intro__subtitle {
		font-size: 20px;
	}
	.car-profit.-test .prft {font-size:24px;}
	.car-profit.-test span {font-size:30px;}
}

@media (max-width: 767px) {
	.header-address {
		display:none;
	}

	.yandex-recomendation {
		font-size:14px;
	}

	.main-title {
		font-size:20px;
	}

	.section-cars {
		margin-top:25px;
	}
	.car {
		padding:25px 0;
	}
	.car-discount {
		font-size:20px;
		margin-bottom:15px;
	}
	.car-advantages {
		font-size:18px;
	}
	.advantages__padding {
		margin-top:0;
	}
	.car-btns .btn {
		flex:0 0 100%;
	}


	.section-advantages {
		padding:20px 0 30px;
	}
	.advantages-item {
		width:100%;
	}
	.advantages-title {
		text-align:center;
		font-size:21px;
	}
	.advantages-subtitle {
		text-align:center;
	}

	.section-map {
		height:300px;
	}
	
}

@media (max-width: 575px) {
	.better-offer__btn.btn.btn-block{
		height: unset;
		line-height: unset;
	}
	.header-logo__dealer {
		display:none;
	}
	.navigation {
		display:none;
	}
	.intro__title {
		font-size: 36px;
		line-height: 1;
		padding: 0 0 10px 0;
	}
	.intro__subtitle {
		font-size: 18px;
		padding: 0 20px 0 0;
	}
	.blueblock {
		font-size: 14px;
		text-align: left;
bottom:0px;
	}
	.car-profit.-test span {display:inline;}
	.car-credit {padding:15px;}
	.car-credit-title {display:flex; justify-content:space-between; align-items:center;}
	.car-credit-title svg {display:block; transition:0.3s ease all;}
	.car-credit-title.-active svg {transform:rotate(180deg);}
	.car-profit.-test {display:block;}
	.car-btns.-test .btn {width:100%;}
	.car-profit.-test .btn {width:100%; margin-left:0; margin-top:10px;}
	.car-credit-list {display:none;}
	.top-text {padding:16px; font-size:16px; text-align:center;}
	.section-cars-sale {padding-top:0; padding-bottom:24px;}
	.section-top-text2 {margin-top:24px;}
	.top-text2 {font-size:18px;}
	.top-text2 b {font-size:20px; display:block; margin-bottom:8px;}
	.top-text2 br {display:none;}
}
section.legal-info {
	margin: 2% 0;
}