@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 100;
	src: url(/site/templates/fonts/ChangAnunitype-Regular.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 200;
	src: url(/site/templates/fonts/ChangAnunitype-Regular.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 300;
	src: url(/site/templates/fonts/ChangAnunitype-Regular.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 400;
	src: url(/site/templates/fonts/ChangAnunitype-Regular.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: normal;
	src: url(/site/templates/fonts/ChangAnunitype-Regular.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 500;
	src: url(/site/templates/fonts/ChangAnunitype-Bold.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 600;
	src: url(/site/templates/fonts/ChangAnunitype-Bold.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: 700;
	src: url(/site/templates/fonts/ChangAnunitype-Bold.woff2) format("woff2")
}
@font-face {
	font-display: swap;
	font-family: ChangAnunitype;
	font-style: normal;
	font-weight: bold;
	src: url(/site/templates/fonts/ChangAnunitype-Bold.woff2) format("woff2")
}

:root{
    --f-header-height: 60px;
	--carousel-item-auto-size: 320px;
}
.icon-custom-size{
    --size: 1.5em;
}
.footer-v4__nav-item a{
	text-decoration: none;
	font-size: 0.85rem;
	transition: ease 0.3s;
}

.footer-v4__nav {
    margin-bottom: var(--space-md);
}
.custom-item-menu{
	color: var(--color-primary);
	font-weight: bold;
}
.custom-map > iframe{
	border-radius: var(--radius-md);
}
.chip{
	background: var(--color-black);
	font-weight: bold;
	color: var(--color-white);
}
.chip__icon-wrapper .icon{
	color: var(--color-black);
}
.chip__icon-wrapper{
	background: #ee8e35;
}
.intro{
	padding-top: 0;
}
.countdown--grid .countdown__item{
	width: 2em;
	padding: var(--space-xs) 0;
}
.feature-v8__main-content{
	padding-bottom: calc(var(--feature-v8-gap) * 1.5);
}
.countdown__item{
	border-radius: var(--radius-sm);
	background: var(--color-primary);
	color: var(--color-white);
}
.countdown--grid .countdown__label{
	color: var(--color-white);
}
.pre-header{
	color: var(--color-contrast-higher);
	background-color: var(--color-bg-dark);
}
.car-option-year-image {
	position: relative;
}

.car-option-year-image::before {
	content: "";

	position: absolute;
	top: 25px;
	right: 25px;

	width: 170px;
	height: 50px;

	background-image: url(/site/assets/files/1/avtomobil_goda_uni-v_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;

	z-index: 2;
}

.car-option-year-image--stock::before {
	top: 10px;
	right: 10px;

	width: 120px;
	height: 40px;
}

@media (min-width: 64rem){
	.f-header__link, .f-header__dropdown-control, .f-header__dropdown-link, .f-header__btn, .f-header__form-control{
		font-size: 0.85rem;
		transition: ease 0.3s;
	}
}

@media (max-width: 1024px){
	.pre-header{
		display: none;
	}
	.countdown--grid .countdown__item{
		width: 1.5em;
	}

	.car-option-year-image::before {
		top: 15px;
		right: 15px;

		width: 145px;
		height: 45px;

	}

	.car-option-year-image--stock::before {
		top: 10px;
		right: 10px;
		width: 120px;
		height: 40px;
	}
}
