.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide__progress__bar {
	width: 0
}

.splide {
	outline: none;
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	outline: none;
	position: relative;
	width:100%;
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
	display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}

.splide__arrow:hover {
	opacity: .9
}

.splide__arrow:focus {
	outline: none
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4)
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus {
	outline: none
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--nav>.splide__track>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,
.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
	outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
	top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide--ttb>.splide__pagination,
.splide--ttb>.splide__slider>.splide__pagination {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

@font-face {
	font-family: "HyundaiHead";
	src: url(../font/991002d31bc8e312f033.woff) format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "HyundaiHead";
	src: url(../font/67b132f82177267583de.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "HyundaiHead";
	src: url(../font/4f7eec262a9bbc6a8f54.woff) format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "HyundaiHead";
	src: url(../font/2d2a4289e2983555df4f.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "HyundaiText";
	src: url(../font/83cf24d55299b2b89e63.woff) format("woff");
	font-style: normal
}
@font-face {
	font-family: "HyundaiText";
	src: url(../font/844914cbe8eb9d13692e.woff) format("woff");
	font-weight: 500;
	font-style: normal
}





html {
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	/*scroll-behavior: smooth*/
}

html,
body {
	width: 100%;
	overflow-x: hidden
}

body {
	padding: 0;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-style: normal
}

ul,
li {
	list-style-type: none
}

a {
	color: unset;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "HyundaiHead", Arial, Helvetica, sans-serif
}

::-webkit-input-placeholder {
	color: #a0a0a0;
	font-weight: 500;
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	font-size: 1.125rem
}

::-moz-placeholder {
	color: #a0a0a0;
	font-weight: 500;
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	font-size: 1.125rem
}

:-moz-placeholder {
	color: #a0a0a0;
	font-weight: 500;
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	font-size: 1.125rem
}

:-ms-input-placeholder {
	color: #a0a0a0;
	font-weight: 500;
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	font-size: 1.125rem
}


:focus::-webkit-input-placeholder {
	color: transparent
}

:focus::-moz-placeholder {
	color: transparent
}

:focus:-moz-placeholder {
	color: transparent
}

:focus:-ms-input-placeholder {
	color: transparent
}

@media(min-width: 848px) {
	body {
		padding: 0px;
	}
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding:0px 15px;
}

@media(min-width: 656px) {
	.container {
		max-width: 656px
	}
}

@media(min-width: 848px) {
	.container {
		max-width: 800px
		padding:0px;
	}
}

@media(min-width: 1032px) {
	.container {
		max-width: 1040px
	}
}

@media(min-width: 1280px) {
	.container {
		max-width: 1220px
	}
}

@media(min-width: 1480px) {
	.container {
		max-width: 1400px
	}
}

.header__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3
}

.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 15px 10px 5px
}

.header__top-left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.header__top-center {
	display: none;
	flex-direction: column
}

.header__phone {
	display: none
}

.header__top-right {
	display: none
}
.header__top-right div {
	display:flex; 
}

.logo__icon {
	fill: #003469;
	/*width: 223px;
	max-height: 22px*/
	width: 134px;
	height: 17px;
}

.hyundai-button {
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	border-radius: 10px;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: .875rem;
	padding: .6rem;
	min-height: 46px;
	transition:all 0.3s;
	background-color: #ef4123;
	color: #fff

}
.hyundai-button:hover {
	background-color: #c3361d;
	color: #fff
}


.hyundai-button:hover {
	background-color: #ef4123;
	color: #fff
}


.hyundai-button--orange {
	background-color: #ef4123;
	color: #fff
}
.hyundai-button--orange:hover {
	/*background-color: #1e2b69;*/
	background-color: #c3361d;
	color: #fff
}

.hyundai-button--blue {
	background-color: #1e2b69;
	color: #fff
}
.hyundai-button--blue:hover {
	background-color: #ef4123;
	color: #fff
}


.hyundai-button--bottom {
	margin-top: auto
}

.hyundai-button--link {
	color: #003469
}

.hyundai-button--large {
	width: 100%;
	text-align: center
}

.hyundai-button--border {
	border: 1px solid #003469;
	color: #003469;
	background-color: #fff
}

.hyundai-button--dark {
	background-color: #003469;
	color: #fff;
	display: block
}

.hyundai-button--mobile {
	display: block
}

.hyundai-button--desktop {
	display: none
}

.hyundai-button--right {
	margin-left: auto
}

.headerbutton {
	display: flex;
	font-size: .75rem;
	align-items: center;
	height: 100%
}

.nav {
	display: none
}

.nav__list {
	display: flex;
	justify-content: space-between
}

.nav__list-item {
	flex: 1;
	text-align: center;
	border-left: 1px solid #bdbdbd;
	display: flex
}
.nav__list-item:last-child {
	border-right: 1px solid #bdbdbd
}

.nav__list-item a {
	transition:all 0.3s;
}
.nav__list-item a:hover {
	background:#003469;
	color:white;
}

.test-section {
	height: 100vh
}

.left__block {
	color: #fff;
	width: 100%;
	padding-top: 2rem
}
.left__block .bg {
    background: rgba(0,0,0,0.3);
    padding: 30px;
	display:inline-block;
    width: auto;
    max-width: 770px;
}

.left__block-head {
	/*padding: 0 12px;*/
	font-weight: 500;
	font-size: 2.5rem;
	text-transform: uppercase;
	padding-bottom:10px;
}

.left__block-text {
	font-size: 2.77rem;
	font-weight: 400;
	/*max-width: 65%;*/
	font-size: 0, 875rem;
	/*padding: 0 12px*/
}

.banner_slider .swiper-slide {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.banner_slider picture img {
	max-width: none;
	height: 740px;
	transform: translateX(-50%);
	left: 50%;
	display: block;
	position: relative;
}

.banner_slider .swiper-button-prev,
.banner_slider .swiper-button-next {
	top: 43%;
	width: 60px;
	height: 60px;
	background-size: 30px !important;
	background: url("../img/arrow.png") 50% no-repeat #003469;
	display: none ;
}

.header__bottom {
	background-color: #fff;
	padding: 10px
}

.header__nav-mobile {
	visibility: hidden;
	max-height: 0px;
	width: 100%;
	background: #fff;
	transition: max-height .2s
}

.header__nav-mobile.menu-open {
	visibility: visible;
	max-height: 200vh
}

.nav-mobile {
	width: 100%;
	height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px 25px;
	overflow-y: scroll
}

.nav-mobile__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.nav-mobile__list-item {
	border-bottom: 1px solid #c7c7c7
}
.nav-mobile__list-item a {
	padding: 18px 0;
	display:block; width:100%;
}

.nav-mobile__link {
	color: #000
}

.modal__close-button {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 20px;
	right: 20px
}

.modal__close-button .close__icon {
	fill: #fff;
	height: 100%;
	width: 100%
}

.header__buttons-mobile {
	display: flex
}

.header__buttons-mobile .burger-button,
.header__buttons-mobile .phone-button {
	width: 40px;
	height: 40px;
	display: block;
	padding: 10px;
	border-radius: 50%;
	background-color: #003469
}

.header__buttons-mobile .phone-button {
	margin-right: 10px
}

.header__buttons-mobile .burger-button {
	border: none
}

.header__buttons-mobile .burger-button.burger-menu-open {
	background-color: #ef4123
}

.header__buttons-mobile .burger-button.burger-menu-open .close__icon {
	display: inline
}

.header__buttons-mobile .burger-button.burger-menu-open .burger__icon {
	display: none
}

.header__buttons-mobile .burger__icon,
.header__buttons-mobile .close__icon,
.header__buttons-mobile .phone__icon {
	fill: #fff;
	height: 100%;
	width: 100%
}

.header__buttons-mobile .close__icon {
	display: none
}

.mobile-buttons__wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0
}

.mobile-buttons__wrapper a {
	margin-bottom: 5px
}

.mobile-buttons__wrapper:last-child {
	margin-bottom: none
}

.logo-wrap {
	display:flex;
	align-items:center;
}

.logo {
	display: flex
}

.header__content {
	margin-top: 126px !important;
	/* min-height: 400px; */
	/* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/1234.jpg?v=2) no-repeat; */
	/* background-position: center; */
	/*background-position-x: -30px;*/
	/* background-size: cover; */
}

.header__content-bg {
    /* position: relative; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    width: 100%;
}

.header__content-bg img {
    width: 100%;
}

@media(min-width: 656px) {

	.header__top-right div {
		flex-direction:column;
	}

	.left__block-head {
		font-size: 1.5rem
	}
	.left__block-text {
		font-size: 1.8rem;
	}

	.left__block .bg {
		padding:20px;
	}

	.modal__close-button {
		width: 30px;
		height: 30px
	}

	.header__content {
		/* background-position: center; */
	}
}

@media(min-width: 848px) {
	.logo__icon {
		/*width: 223px*/
	    width: 134px;
	    height: 17px;
	}

	.mobile-buttons {
		display: none
	}

	.header__content {
		margin-top: 150px !important;
		/* min-height: calc(100vh - 100px); */
		/* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/1234.jpg?v=2) no-repeat; */
		/* background-position: center; */
		/* background-size: cover; */
	}

	.left__block {
		padding-top: 6rem;
	}

	.hyundai-button {
		padding: 1rem 2rem;
		font-size: 1rem;
		margin-left: 3.375rem;
	}

	.header__wrapper {
		background-color: unset;
		padding: 0
	}

	.header__menu {
		flex-wrap: nowrap
	}

	.header__top {
		padding: 1.5rem 0
	}

	.header__top-center {
		display: flex
	}

	.header__top-center span {
		margin-right: 1rem
	}

	.header__top-left {
		width: unset;
		display: block;
		padding: unset
	}

	.header__phone {
		font-size: 16px;
		font-weight: 500;
		color: #003b6f;
		display: inline;
		margin-right: 1rem;
		display:flex;
		flex-direction:column;
	}

	.header__top-right {
		display: flex;
	}

	.header__button-mobile {
		display: none
	}

	.header__buttons-mobile {
		display: none
	}

	.header__nav-mobile {
		visibility: hidden;
		max-height: 0
	}

	.nav {
		display: block
	}

	.header__bottom {
		color: #fff;
		border-bottom: 1px solid #bdbdbd;
		border-top: 1px solid #bdbdbd;
		background-color: rgba(246, 246, 246, 0);
		transition: background-color .2s;
		padding: 0
	}

	.header__bottom .nav__list-item {
		width: 100%;
		/*text-decoration: underline;*/
		justify-content: center
	}

	.header__bottom .nav__list-item a {
		width: 100%;
		padding: 1rem 0
	}

	.header__bottom.header-show {
		background-color: #f6f6f6;
		color: #363636
	}

	.header__bottom.header-show .nav__link,
	.header__bottom.header-show .nav_link_modal {
		border-color: #363636;
		width: 100%;
		/*text-decoration: underline;*/
		padding: 1rem 0
	}

	.left__block-head {
		/*padding: 0;*/
		font-size: 2.5rem;
		/*width: 60%*/
	}

	.left__block-text {
		padding: 0;
		font-size: 2.77rem;
		/*max-width: 65%*/
	}

	.hyundai-button {
		padding: 1rem 1.25rem
	}

	.hyundai-button--mobile {
		display: none
	}

	.hyundai-button--desktop {
		display: block
	}

	.modal__close-button {
		width: 36px;
		height: 36px
	}
}

@media(min-width: 1032px) {
	.left__block-head {
		/*font-size: 2rem*/
	}

	.left__block-text {
		/*font-size: 1.5rem*/
		font-size: 2.77rem;
	}

	.logo__icon {
		width: 275px
	}

	.modal__close-button {
		width: 40px;
		height: 40px
	}
}

@media(min-width: 1280px) {

	.header__top-right div {
		flex-direction:row;
	}

	.header__top-center {
		flex-direction: col
	}

	.header__top-center span {
		margin-right: 2.375rem
	}

	.header__phone {
	}

	.left__block-head {
		font-size: 2.5rem
	}

	.left__block-text {
		font-size: 2.77rem
	}

	.logo__icon {
		width: 335px
	}

	.modal__close-button {
		width: 46px;
		height: 46px;
		top: 70px;
		right: 100px
	}
}

@media(min-width: 1480px) {
	.header__top-center {
		flex-direction:row;
	}
}

.offers {
	display: grid;
	grid-template-rows: 1fr;
	row-gap: 10px;
	color: #fff
}

.offers__right,
.offers__left {
	width: 100%
}

.offer {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 9.5%;
	padding-bottom: 9.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 24px;
	justify-content: space-between;
}

@media(min-width: 656px) {
	.offer {
		padding-left: calc((100vw - 656px)/2)
	}
}

@media(min-width: 848px) {
	.offer {
		padding-left: calc((100vw - 800px)/2)
	}
}

@media(min-width: 1032px) {
	.offer {
		padding-left: calc((100vw - 1040px)/2)
	}
}

@media(min-width: 1280px) {
	.offer {
		padding-left: calc((100vw - 1220px)/2)
	}
}

@media(min-width: 1480px) {
	.offer {
		padding-left: calc((100vw - 1400px)/2)
	}
}

.offer__image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	filter: brightness(50%);
	height: 100%;
	object-fit: cover
}

.offer__head {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: .65rem;
	letter-spacing: -1px;
	padding-right:1rem;
}

.offer__text {
	font-size: .875rem;
	font-weight: 500;
	width: 80%;
	margin-bottom: 4rem
}
.offer__text p {
	margin-bottom:10px;
}

@media(min-width: 848px) {
	.offers {
		display: flex;
		flex-direction: row;
		flex-wrap:wrap;
		row-gap: 0px;
	}

	.offers__right,
	.offers__left {
		width: 50%
	}

	.offer__head {
		font-size: 1.8rem
	}

	.offer__text {
		font-size: 1rem;
		margin-bottom: 6rem
	}
}

@media(min-width: 1032px) {
	.offer__head {
		font-size: 3.1rem;
	}

	.offer__text {
		font-size: 1.125rem;
		margin-bottom: 8rem
	}
}

@media(min-width: 1280px) {
	.offer__text {
		margin-bottom: 10rem
	}
}

.calc {
	padding: 3.75rem 0
}

.calc-tab-input:checked+.reglament-tab {
	display: block
}

.calc input[type=radio] {
	visibility: hidden;
	width: 0;
	height: 0;
	position: absolute
}

.calc__tabs {
	padding: 2.5rem 10px;
	border-bottom: 1px solid #aaa;
	display: flex
}

.calc__tabs .active {
	color: #003469
}

.calc__tabs-item {
	font-size: 14px;
	color: #dbdbdb;
	font-weight: 500;
	margin-right: 1.25rem;
	cursor: pointer
}

.calc-filter {
	display: flex;
	flex-direction: column-reverse
}

.calc-filter__left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 1rem
}

.calc-dropdown {
	max-height: 0rem;
	overflow: hidden;
	transition: max-height .3s
}

.calc-dropdown.active {
	transition: max-height .3s;
	max-height: 80rem
}

.calc-filter_tabs-item {
	border-bottom: 1px solid #e8e8e8
}

.calc-filter_tabs-item.hidden {
	display: none
}

.pricelist {
	padding-bottom: calc( 3.75rem + 2.5rem );
}

.category-line {
	padding: 2.5rem 1rem;
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.category-line.open {
	background-color: #eee
}

.category-line span {
	font-weight: 500
}

.calc-filter_tabs-item label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.5rem 1rem
}

.toggle {
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	transform: rotate(45deg);
	border-right: transparent;
	border-bottom: transparent;
	transition: transform .3s
}

.toggle.open {
	transform: rotate(225deg)
}

.calc-filter_tabs-item input[type=radio]:checked~.tab-label {
	background-color: #e8e8e8
}

.calc-filter_tabs-item input[type=radio]:checked~.tab-label .toggle {
	transform: rotate(225deg)
}

.calc-filter_tabs-item input[type=radio]:checked~.calc-dropdown {
	max-height: 50rem
}

.calc-dropdown__item {
	text-transform: capitalize;
	padding: 2.5rem 1rem
}

.calc-dropdown__item:hover {
	background-color: #003469;
	color: #fff
}

.calc-button,
.calc-result {
	padding: 2.5rem 0
}

.calc-result__head {
	display: block;
	margin-bottom: .6rem;
	font-size: 1.25rem
}

.splide__arrows {
	display: none
}

.calc-result__price {
	margin-bottom: .6rem;
	font-size: 2.5rem
}

@media(min-width: 656px) {
	.calc__tabs-item {
		font-size: 18px;
		margin-right: 1rem
	}
}

@media(min-width: 848px) {
	.calc__tabs {
		padding: 2.5rem 0
	}

	.calc__tabs-item {
		font-size: 22px;
		margin-right: 1.5rem
	}

	.calc-filter {
		flex-direction: row
	}

	.calc-filter__right,
	.calc-filter__left {
		width: 50%
	}

	.calc-filter__left {
		padding: unset
	}

	.splide__arrows {
		display: block
	}
}

@media(min-width: 1032px) {
	.calc__tabs-item {
		font-size: 35px;
		margin-right: 2rem
	}
}

@media(min-width: 1280px) {
	.calc__tabs-item {
		font-size: 40px;
		margin-right: 2.5rem
	}
}

.pricelist__content {
	display: none
}

.pricelist__content_mobile {
	display: flex;
	width: 100%;
	flex-direction: column
}

.catalog-list__item {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative
}

.catalog-list__item.active {
	background-color: #003469;
	color: #fff
}

.catalog-list__item.active label {
	border-bottom: none
}

.catalog-list__item.active:after {
	background-color: #003469
}

.catalog-list__item label {
	padding: 1.875rem 1rem;
	margin: 0 1rem;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	cursor: pointer
}

.category-line.open>ul.prices-dropdown {
	display: flex;
	padding-bottom: 25px
}

.pricelist__head {
	padding: 2.5rem 0
}

.pricelist__head h2 {
	font-weight: 500
}

.radio-hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute
}

.prices_item {
	width: 100%
}

.prices {
	padding: 10px;
	border-radius: 0 10px 10px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background: none
}

.pricelist__left {
	display: none
}

.pricelist__right {
	padding: 0 40px 40px 40px;
	border-radius: 0 10px 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #003469;
	height: 100%
}

.prices__list {
	border-bottom: 1px solid #fff;
	width: 100%;
	transition: max-height .2s, opacity .1s ease-out .2s, border-bottom .2s ease .3s;
	padding-bottom: 40px
}

.radio-hidden:checked+.prices__list {
	max-height: 200vh;
	opacity: 1;
	height: auto;
	margin-bottom: auto
}

.price_item {
	padding-bottom: 1.5rem;
	display: flex;
	justify-content: space-between
}

.price_item--mobile {
	display: block
}

.leftbottom {
	border-radius: 10px 10px 10px 0px
}

.lefttop {
	border-radius: 10px 10px 10px 10px
}

.price_item-name {
	padding-right: 1rem;
	white-space: pre-line
}

.price_item-price {
	white-space: nowrap
}

.price_item-price::after {
	content: " Ñ€ÑƒÐ±"
}

.noRub::after {
	content: "" !important
}

.prices__price--from::before {
	content: "Ð¾Ñ‚ "
}

.prices-mobile__dropdown {
	display: block;
	width: 100%;
	background-color: #fff
}

.prices-mobile__dropdown.active .toggle {
	transform: rotate(225deg)
}

.service-line {
	padding: 1.25rem 0;
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500
}

.pricelist__btn {
	width: max-content
}

.prices-dropdown {
	display: none
}

.category-line.open~.prices-dropdown {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 25px
}

.category-line.open>.toggle {
	transform: rotate(225deg)
}

.pricelist__content_mobile .category-line {
	padding: 20px 10px
}

.prices-dropdown>li {
	display: flex;
	justify-content: space-between;
	padding: 35px 15px;
	font-weight: bold;
	width: 100%
}

.pricelist__btn_mobile {
	align-self: flex-end;
	background: #003469;
	color: #fff
}

@media(min-width: 848px) {
	.pricelist__content_mobile {
		display: none
	}

	.pricelist__content {
		display: flex;
		justify-items: stretch;
		align-items: stretch;
		height: 647px
	}

	.prices {
		background-color: #003469;
		padding: 1rem
	}

	.pricelist__left,
	.pricelist__right {
		width: 50%
	}

	.pricelist__left {
		display: block
	}

	.pricelist__right {
		color: #fff
	}

	.prices-mobile__dropdown {
		display: none
	}

	.prices_item {
		display: none
	}

	.radio-hidden:checked+.prices_item {
		padding: 80px 0 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%
	}

	.price_item--mobile {
		display: none
	}
}

@media(min-width: 1032px) {
	.prices {
		padding: 1.5rem
	}

	.price_item {
		padding-bottom: 2.5rem
	}
}

@media(min-width: 1280px) {
	.prices {
		padding: 2rem
	}
}

.slider-stranges {
	height: 50vh;
	position: relative;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem
}

.splide__arrow {
	width: 4.5rem;
	height: 4.5rem;
	background-color: #003469;
	opacity: 1
}

.splide__arrow svg {
	height: 1.5rem;
	width: unset;
	fill: #fff
}

.splide__arrow:disabled {
	background: none
}

.splide__arrow:disabled svg {
	height: 1.5rem;
	width: unset;
	fill: #aeaeae
}

.splide__arrow--prev {
	left: 0
}

.splide__arrow--next {
	right: 0
}

.splide__track {
	height: 100%
}

.splide__slide__container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.splide__slide__container .stranges-slide__text {
	font-weight: 500;
	font-size: 1.25rem;
	text-align: center
}

.splide__pagination .splide__pagination__page.is-active {
	background-color: #003469;
	opacity: 1;
	transform: none
}

@media(min-width: 848px) {
	.splide__slide__container .stranges-slide__text {
		font-size: 1.5rem
	}
}

@media(min-width: 1032px) {
	.splide__slide__container .stranges-slide__text {
		font-size: 2.5rem
	}
}

@media(min-width: 1280px) {
	.splide__slide__container .stranges-slide__text {
		font-size: 2.5rem
	}
}

.slider-photo {
	height: 70vh;
	position: relative
}

.splide__slide {
	transition: opacity .2s, filter .2s
}

.splide__slide.is-next {
	opacity: .4;
	filter: grayscale(100%)
}

.slide-1 {
	background: center center/cover url(../img/zzz.jpg) no-repeat
}

.slide-2 {
	background: center center/cover url(../img/356.jpg) no-repeat
}

.slide-3 {
	background: center center/cover url(../img/8888.jpg) no-repeat
}

.slide-4 {
	background: center center/cover url(../img/333.jpg) no-repeat
}

.photo-arrows {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0
}

.splide__arrow:hover {
	opacity: 1 !important
}

.contacts {
	display: flex;
	flex-direction: column-reverse
}

.contacts_right {
	height: 400px
}

.contacts__left {
	background-color: #003469;
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start
}

.addres__wrapper {
	display: grid;
	row-gap: 20px;
	column-gap: 60px;
	grid-template-columns: 80% 1fr;
	margin-bottom: 20px;
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	font-size: .875rem
}

.address__city-wr {
	grid-column: 1/3
}

.address__time-wr {
	grid-column: 1/3;
	white-space: nowrap;
}

.address__time-wr a {
	display:block;
}

.address_phone-wr {
	grid-column: 1/3;
	white-space: nowrap;
}
.address_phone-wr a {
	display:block;
}

.address_phone {
	grid-column: 1/3;
}

.address_email-wr {
	grid-column: 1/3;
	white-space: nowrap;
}
.address_email-wr a {
	display:block;
}


.addres__desc {
	grid-column: 2;
	grid-row: 2/4;
	display: none
}

.hyundai-button__address {
	grid-column: 1/3;
	max-width: 179px
}

.contacts__city {
	font-size: 1.25rem
}

.addres__desc {
	font-size: .875rem;
	color: #6d93ba;
	font-weight: 500
}

.contacts_map {
	height: 100%;
	filter: invert(100%) grayscale(100%)
}

@media(min-width: 848px) {
	.contacts {
		flex-direction: row
	}

	.contacts__left,
	.contacts_right {
		height: unset;
		width: 50%
	}

	.contacts__city {
		font-size: 40px;
		font-weight: 500;
		line-height: 49px
	}

	.addres__wrapper {
		max-width: 460px;
		grid-template-columns: 1fr 1fr;
		margin: 0 auto
	}

	.addres__desc {
		display: flex
	}

	.hyundai-button__address {
		max-width: 247px;
		margin-top: 228px
	}
}

@media(min-width: 1032px) {
	.contacts__left {
		padding-top: 3%;
		padding-bottom: 3%
	}

	.hyundai-button__address {
		max-width: 247px;
		margin-top: 170px
	}
}

@media(min-width: 1280px) {
	.addres__wrapper {
		font-size: 18px
	}

	.addres__left {
		font-size: 1.125rem
	}

	.addres__left address {
		margin-bottom: 1.5rem
	}

	.addres__left .addres__place {
		margin-bottom: 3rem
	}

	.contacts__city {
		font-size: 2.5rem
	}

	.contacts__left {
		padding-top: 5%;
		padding-bottom: 5%
	}

	.addres__desc {
		font-size: 1.125rem
	}

	.hyundai-button__address {
		margin-top: 228px
	}
}

.buttons-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.footer__button {
	color: #9e9e9e;
	text-decoration: underline;
	background-color: transparent;
	border: none;
	cursor: pointer
}

.footer_link {
	padding: 1.25rem 15px;
	background-color: #000;
	max-width: 100%;
	width: 100%
}

.footer__text-wrap {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 30px;
	padding: 30px 0 80px 0;
	display: none
}

.footer__text-wrap ul {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px
}

.footer__text-wrap ul li {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px
}

.footer__text-wrap_type_visible {
	display: grid
}

@media(min-width: 656px) {
	.calc__tabs-item {
		font-size: 1.3rem;
		margin-right: 1rem
	}

	.footer_link {
		padding: 1.5rem 0
	}
}

@media(min-width: 848px) {
	.footer_link {
		padding: 2rem 0
	}
}

@media(min-width: 1032px) {
	.footer_link {
		padding: 3rem 0
	}
}

@media(min-width: 1280px) {
	.footer_link {
		padding: 4rem 0
	}
}

.modal {
	height: calc(100vh - 60px);
	background-color: #003469;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity .3s;
	z-index: 10
}

.modal.modal-hide {
	opacity: 0;
	z-index: -2
}

.modal__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	min-height: 100%
}

.modal__text {
	color: #fff;
	text-align: left;
	font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 1.5rem
}

.service_vid video {
	width: 100%;
	height: 770px;
}

.feedback__form-inputs--margin-bottom {
	margin-bottom: 1.25rem
}

.modal__agreeement {
	font-size: 1.125rem;
	color: #d4d4d4;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: flex-start;
	text-align: left;
	margin-bottom: 1.5rem
}

.modal__agreeement-input {
	margin-right: 1rem
}

.modal__agreeement-text {
	max-width: 100%
}

.success {
	color: #fff
}

.success--feetback {
	color: #000
}

@media(min-width: 656px) {
	.modal__text {
		color: #fff;
		font-size: 1.4rem
	}
}

@media(min-width: 848px) {
	.modal__agreeement-text {
		max-width: 60%
	}

	.modal__text {
		color: #fff;
		font-size: 1.7rem;
		margin-bottom: 1.7rem
	}

	.modal {
		height: calc(100vh - 98px);
		top: 98px
	}
}

@media(min-width: 1032px) {
	.modal__text {
		color: #fff;
		font-size: 2.1rem;
		margin-bottom: 2.1rem
	}
}

@media(min-width: 1280px) {
	.modal__text {
		font-size: 2.5rem;
		margin-bottom: 2.5rem
	}
}

.feedback__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2.5rem 0
}

.feedback__head {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1.125rem
}

.feedback__text {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500
}

.feedback__form {
	width: 90%;
	text-align: center;
	margin-bottom: 3rem;
	margin-top: 10px
}

.feedback__form-inputs {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 1rem 0
}

.input-group {
	text-align: left;
	margin-bottom: 10px
}

.input-group .feedback__form-input {
	border: 1px solid #8a8a8a;
	color: #7d7d7d;
	width: 100%;
	padding: 14px 30px;
	font-weight: 500;
	background-color: #ececec;
	outline: none;
	font-family: "HyundaiText", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-radius: 10px
}

.feedback__form-input:-webkit-autofill,
.feedback__form-input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #ececec inset;
	-webkit-text-fill-color: #7d7d7d
}

.validation {
	text-align: left;
	color: red;
	padding-top: .5rem;
	width: 100%
}

.modal__agreement-text_color_black {
	color: #000
}

@media(min-width: 656px) {
	.feedback__content {
		padding: 3.5rem 0
	}
}

@media(min-width: 848px) {
	.feedback__head {
		font-size: 2.5rem;
		font-weight: 500
	}

	.feedback__form {
		margin-top: 15px;
		width: 65%
	}

	.feedback__form-inputs {
		flex-direction: row
	}

	.feedback__content {
		padding: 4.5rem 0
	}

	.input-group {
		width: 49%;
		margin-bottom: unset
	}

	.input-group .feedback__form-input {
		/*color: #a0a0a0;*/
		color: black;
		background-color: #ececec;
		outline: none;
		border: none;
		font-family: "HyundaiText", Arial, Helvetica, sans-serif;
		border-radius: 0
	}

	.hyndai-button--feedback {
		max-width: 255px;
		width: 100%
	}
}

@media(min-width: 1032px) {
	.feedback__content {
		padding: 6.5rem 0
	}
}

@media(min-width: 1280px) {
	.feedback__content {
		padding: 7.5rem 0
	}
}


body {
	background: #f9f8f7
}

.body-blocked {
	height: 100vh;
	overflow-y: hidden
}

.body-blocked .header__bottom {
	opacity: 0;
	height: 0
}

.modal__agreeement-text a {
	text-decoration: underline
}

.credits {
	color: #9e9e9e;
	text-decoration: underline;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 13px
}

@media(max-width: 1600px) {
	.banner_slider picture img {
		height: 560px;
	}
}

@media(max-width: 767px) {
	.banner_slider picture img {
		height: auto;
		width: 100%;
	}
}
