@charset "UTF-8";
/* CSS Document 123*/

:root {
	--color-main: #CA0100;
	--color-txt: #262626;
	--color-grey-light: #737373;
	--box-shadow: 0px 0px 30px rgba(133, 147, 159, 0.3);
	--swiper-theme-color: #CA0100 !important;
}

input:focus{
	outline-offset: -1px;
	outline: 1px solid var(--color-main);
}

.clear{
	clear: both;
}

@media (min-width: 1400px) {
body{
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Roboto", sans-serif;
}

.xl\:hidden{
	display: none !important;
}

.cookie-consent{
    position:fixed;
    left:20px;
    right:20px;
    bottom:20px;
    z-index:9999;
    background:#fff;
    color:var(--color-txt);
    border-radius:10px;
    box-shadow:var(--box-shadow);
    overflow:hidden;
    opacity:0;
    transform:translateY(10px);
    transition:.25s ease all;
}
.cookie-consent--show{
    opacity:1;
    transform:translateY(0);
}
.cookie-consent__content{
    display:flex;
    gap:16px;
    align-items:center;
    padding:16px 18px;
}
.cookie-consent__text{
    flex:1;
    line-height:1.45;
    font-size:14px;
}
.cookie-consent__text a{
    color:var(--color-main);
    text-decoration:underline;
}
.cookie-consent__text a:hover{
    text-decoration:none;
}
.cookie-consent__actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.cookie-btn{
    appearance:none;
    border:0;
    border-radius:10px;
    padding:10px 14px;
    font-size:14px;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
}
.cookie-btn--primary{
    background:var(--color-main);
    color:#fff;
    border:1px solid var(--color-main);
}
.cookie-btn--primary:hover{
    background:#fff;
    color:var(--color-main);
}
.cookie-btn--ghost{
    background:transparent;
    color:var(--color-main);
    border:1px solid var(--color-main);
}
.cookie-btn--ghost:hover{
    background:var(--color-main);
    color:#fff;
}

header{
	width: 100%;
}
header .top{
	background: #EFF0F0;
	width: 100%;
	height: 45px;
	color: var(--color-grey-light);

}
header .top .topin{
	max-width: 1400px;
	height: 45px;
	line-height: 45px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
header .top .topin div{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 5px;
}
header .top .topin div img{
	width: 16px;
}
header .headerin{
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 25px auto 30px auto;
}
header .headerin .menu{
	
}
header .headerin .logo{
	
}
header .headerin .logo svg{
	height: 45px;
	transition: all 0.3s ease-in-out;
}
header .headerin .logo:hover svg{
	opacity: 0.6;
}
header .headerin nav{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 45px;
	
}
header .headerin nav a{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-txt);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
header .headerin nav a:hover{
	color: var(--color-main);
}
header .headerin nav a.color{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-main);
}
header .headerin nav a.color:hover{
    text-decoration: underline;
}
header .headerin .phone{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap:3px;
}
header .headerin .phone a{
	font-family: "Roboto", sans-serif;
	color: var(--color-txt);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
header .headerin .phone .big{
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	display: flex;
	align-items: center;
	gap: 10px;
}
header .headerin .phone .big img{
	width: 28px;
}
header .headerin .phone .mini{
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}
header .headerin .phone a:hover{
	color: var(--color-main);
}
header .headerin .ordercall{
	background: var(--color-main);
	width: 208px;
	height: 48px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
header .headerin .ordercall:hover{
	background: #fff;
	color: var(--color-main);
}
header .nav{
	max-width: 1400px;
	height: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
header .nav > a{
	height: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}
/* header .nav > a::after{
	content: url("/img/arrowtop.svg");
	width: 12px;
	height: 20px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
} */
header .nav > a:hover{
	color: var(--color-main);
}
header .nav > a:hover::after{
	transform: rotate(180deg);
}
header .nav .likesearch{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
header .nav .likesearch a{
	width: 20px;
	height: 20px;
	text-decoration: none;
	display: flex;
	position: relative;
	transition: all 0.3s ease-in-out;
}
header .nav .likesearch a:hover{
	transform: scale(1.2);
}
header .nav .likesearch .like{
	background: url("/img/liketop.svg")  no-repeat center;
	background-size: contain;
}
header .nav .likesearch .compare{
	background: url("/img/comparetop.svg") no-repeat center;
	background-size: contain;
}
header .nav .likesearch .search{
	background: url("/img/serchtop.svg") no-repeat center;
	background-size: contain;
}
header .nav .likesearch a span{
	background: var(--color-main);
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 14px;
	padding: 2px 5px;
	display: flex;
	position: absolute;
	top: -8px;
	right: -12px;
}

.pagetop{
	width: 100%;
	margin: 75px auto 0 auto;
}
.pagetopin{
	max-width: 1400px;
	border-bottom: 1px solid #EFF0F0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 0 25px 0;
}
.breadcrumbs{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-grey-light);
	list-style-type: none;
	margin: 0 0 0 -5px;
	padding: 0;
}
.breadcrumbs li{
	color: var(--color-grey-light);
	text-decoration: none;
	display: inline;
	padding: 0 5px;
}
.breadcrumbs a{
	color: var(--color-grey-light);
	text-decoration: none;
	border-bottom: 1px dashed var(--color-grey-light);
	transition: all 0.3s ease-in-out;
}
.breadcrumbs a:hover{
	border-bottom: 1px solid var(--color-grey-light);
}
.pagetopin > .h{
	margin: 25px 0 0 0;
}
.pagetopin > .h h1{
	font-family: "Roboto", sans-serif;
	font-size: 70px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 0;
}
.pagetopin > .h .txt{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-grey-light);
	padding: 10px 100px 0 0;
}

.pagecatalognew{
	background: url("/img/catalognewbg.png") no-repeat right center,
				#EFF0F0;
	background-blend-mode: multiply;
	width: 100%;
	height: 600px;
	/*box-shadow: var(--box-shadow);*/
	margin: 75px auto 0 auto;
	position: relative;
	overflow: hidden;
}
.pagecatalognew > svg{
	height: 500px;
	fill:#fff;
	position: absolute;
	left: 200px;
	top: 0px;
}
/*.pagecatalognew:hover > svg{
	fill: var(--color-main);
}*/
.pagecatalognew > .brand{
	font-family: "Roboto", sans-serif;
	font-size: 280px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	right: -20px;
	top: 25px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	
}
.pagecatalognew:hover > .brand{
	top: 0px;
}
.pagecatalognew > .auto{
	width: 733px;
	height: 288px;
	position: absolute;
	top: 175px;
	right: 150px;
	z-index: 2;
}
.pagecatalognewin{
	max-width: 1400px;
	height: 500px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 2
}
.pagecatalognewin > .h{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 100px 0 0 0;
	position: relative;
}
.pagecatalognewin > .h h1{
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0;
}
.pagecatalognewin > .h .sale{
	background: var(--color-main);
	width: fit-content;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 56px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 40px;
	position: absolute;
	bottom: 80px;
	left: 400px;
}
.pagecatalognewin > .h .sale span{
	font-size: 46px;
}
.pagecatalognewin > .txt{
	width: 50%;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 25px 0 0 0;
}
.pagecatalognewin > .promo{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 50px;
	margin: 65px 0 0 0;
}
.pagecatalognewin > .promo .gift{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	gap: 15px;
}
.pagecatalognewin > .promo .gift .img{
	background: #fff;
	background-size: 25px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagecatalognewin > .promo .gift .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2px;
}

.pagemodelnew{
	background: url("/img/catalognewbg.png") no-repeat right top,
				#EFF0F0;
	background-blend-mode: multiply;
	width: 100%;
	/* height: 600px; */
	/*box-shadow: var(--box-shadow);*/
	margin: 75px auto 0 auto;
	position: relative;
	overflow: hidden;
}
.pagemodelnew > svg{
	height: 500px;
	fill:#fff;
	position: absolute;
	left: 200px;
	top: 0px;
}
/*.pagecatalognew:hover > svg{
	fill: var(--color-main);
}*/
.pagemodelnew > .brand{
	font-family: "Roboto", sans-serif;
	font-size: 280px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	right: -20px;
	top: 25px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	
}
.pagemodelnew:hover > .brand{
	top: 0px;
}
.pagemodelnew > .auto{
	width: 733px;
	height: 288px;
	position: absolute;
	top: 175px;
	right: 150px;
	z-index: 2;
}
.pagemodelnewin{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	max-width: 1400px;
	/* height: 500px; */
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 2
}
.pagemodelnewin > .h{
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}
.pagemodelnewin > .h h1{
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 0;
}
.pagemodelnewin > .h .sale{
	background: var(--color-main);
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 56px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 40px;
	position: relative;
	bottom: 50px;
	left: -150px;
}
.pagemodelnewin > .h .sale span{
	font-size: 46px;
}
.pagemodelnewin > .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 25px 0 0 0;
}
.pagemodelnewin > .pricesale{
    max-width: 780px;
    height: fit-content;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 30px 30px 0 0;
	gap: 30px;
}
.pagemodelnewin > .pricesale .creditprice{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.pagemodelnewin > .pricesale .creditprice .oldprice{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--color-grey-light);
	text-decoration: line-through;
}
.pagemodelnewin > .pricesale .creditprice .price{
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: var(--color-txt);
}
.pagemodelnewin > .pricesale .creditprice .credit{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--color-main);
}
.pagemodelnewin > .pricesale .creditprice .creditblock{
    background: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 15px 0 0 0;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}
.pagemodelnewin > .pricesale .creditprice .creditblock:hover{
    background: #fff;
    color: var(--color-main);
}
.pagemodelnewin > .pricesale .creditprice .creditblock .img{
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagemodelnewin > .pricesale .creditprice .creditblock .creditinfo{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.pagemodelnewin > .pricesale .creditprice .creditblock .h{
    font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.pagemodelnewin > .pricesale .creditprice .creditblock .creditnew{
    font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.pagemodelnewin > .pricesale .creditprice .creditblock .go{
    font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.pagemodelnewin > .pricesale .creditprice .creditblock .go span{
    font-weight: 100;
    position: relative;
    top: 2px;
    left: 2px;
}
.pagemodelnewin > .pricesale .sale{
	background: var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 35px;
	gap: 3px;
}
.pagemodelnewin > .pricesale .sale span{
	font-size: 46px;
}
.pagemodelnewin > .pricesale .saleblock{
    background: rgba(255,255,255,0.6);
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 25px 45px;
}
.pagemodelnewin > .pricesale .saleblock .h{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-txt);
}
.pagemodelnewin > .pricesale .saleblock .h span{
     color: var(--color-main);
}
.pagemodelnewin > .pricesale .saleblock .saleswitchblock{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.pagemodelnewin > .pricesale .saleblock .saleswitchblock .saleswitch{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.pagemodelnewin > .pricesale .saleblock .saleswitchblock .saleswitch .txt{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-txt);
}
.pagemodelnewin > .pricesale .saleblock .saleswitchblock .saleswitch .txt span{
    font-size: 20px;
    font-weight: 600;
    color: var(--color-main);
}
.checkbox-wrapper *,
.checkbox-wrapper *::before,
.checkbox-wrapper *::after {
    box-sizing: border-box;
}
.checkbox-wrapper label {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 30px 15px 0 rgba(0,0,0,0.1);
    display: flex;
    height: 40px;
    padding: 5px;
    position: relative;
    transition: transform 300ms ease, box-shadow 300ms ease;
    width: 80px;
    cursor: pointer;
}
.checkbox-wrapper input {
    display: none;
}
.checkbox-wrapper label:after {
    animation: move-left 400ms;
    background: #E2E2E2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E2E2E2' fill='%23E2E2E2' stroke-linecap='round' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E") no-repeat center;
    border-radius: 10px;
    content: '';
    outline: none;
    position: absolute;
    transition: background 100ms linear;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 5px;
}
.checkbox-wrapper label:active {
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.2);
    transform: scale(1.1);
}
.checkbox-wrapper input:checked + label:after {
    animation: move-right 400ms;
    background: var(--color-main) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath stroke='white' fill='white' stroke-linecap='round' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E") no-repeat center;
    left: 45px;
}
@keyframes move-right {
    0% { left: 5px; }
    75% { left: 50px; }
    100% { left: 45px; }
}
@keyframes move-left {
    0% { left: 45px; }
    75% { left: 0px; }
    100% { left: 5px; }
}

.pagemodelnewin > .pricesale .saleblock .saleall{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-txt);
}
.pagemodelnewin > .pricesale .saleblock .saleall span{
     color: var(--color-main);
}
.pagemodelnewin .usedlink{
    display: flex;
    width: fit-content;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    padding: 5px 15px;
    margin: 25px 0 0 0;
    text-decoration: none;
    color: var(--color-main);
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.pagemodelnewin .usedlink:hover{
    background: var(--color-main);
    color: #fff;
}
.pagemodelnewin .usedlinknone{
    display:block;
    height: 38px;
}
.pagemodelnewin > .promo{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 50px;
	position: absolute;
	bottom: 150px;
	left: 0px;
}
.pagemodelnewin > .promo .gift{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	gap: 15px;
}
.pagemodelnewin > .promo .gift .img{
	background: #fff;
	background-size: 25px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagemodelnewin > .promo .gift .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2px;
}
.pagemodelnewin > .carcolour{
    width: 590px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 30px 0 0 0;
}
.pagemodelnewin > .carcolour .colour{
	background: rgba(255,255,255,0.6);
	width: fit-content;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 15px;
}
.pagemodelnewin > .carcolour .colour .h{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.pagemodelnewin > .carcolour .colour .h span{
	color: var(--color-txt);
}
.pagemodelnewin > .carcolour .colour .colorselection{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 15px;
}
.pagemodelnewin > .carcolour .colour .colorselection div{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--color-grey-light);
	outline: 0px solid var(--color-grey-light);
	display: block;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.pagemodelnewin > .carcolour .colour .colorselection div:hover, .pagemodelnewin > .carcolour .colour .colorselection div.active{
	cursor: pointer;
	transform: scale(1.1);
}
.pagemodelnewin > .carcolour .colour .colorselection div.active:after{
	content: "";
	background: url("/img/car/ok.png") no-repeat center/contain;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
}
.pagemodelnewin > .carcolour .car{
	margin: 0 0 30px 0;
}
.pagemodelnewin > .carcolour .car img{
	width: 100%;
	height: 350px;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}

.carnewtxt{
	width: 1400px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-grey-light);
	margin: 30px auto;
}

.promoform{
	background: #fff;
	max-width: 1308px;
	border: 1px solid #E1E1E1;
	border-radius: 25px;
	padding: 35px 45px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 100px;
	position: relative;
	margin: -81px auto 0 auto;
	z-index: 3;
}
.promoform > .h{
	width: 22%;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 6px;
}
.promoform > .h span{
	background: var(--color-main);
	width: fit-content;
	border-radius: 15px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 5px 10px;
}
.promoform > .form{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 5px;
}
.promoform > .form form{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 25px;
}
.promoform > .form form input{
	background: #EFF0F0;
	max-width: 320px;
	width: 100%;
	height: 65px;
	line-height: 65px;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-txt);
	padding: 0 20px;
}
.promoform > .form form button{
	background: var(--color-main);
	max-width: 320px;
	width: 100%;
	height: 65px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.promoform > .form form button:hover{
	background: none;
	color: var(--color-main);
	cursor: pointer;
}
.promoform > .form .txt{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.promoform > .form .txt a{
	color: var(--color-grey-light);
}
.promoform > .form .txt a:hover{
	text-decoration: none;
}

.brandplus{
	width: 100%;
	margin: 0 auto;
}
.brandplusin{
	max-width: 1400px;
	margin: 0 auto 75px auto;
}
.brandplusin > .h{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 0 0 40px 0;
}
.brandplusin > .plusblock{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	gap: 40px 30px;
}
.brandplusin > .plusblock .plus{
	width: calc(100%/3 - 20px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
}
.brandplusin > .plusblock .plus img{
	width: 100%;
	height: auto;
	border-radius: 25px;
	object-fit: cover;
}
.brandplusin > .plusblock .plus .h{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.brandplusin > .plusblock .plus .h span{
	background: var(--color-main);
	width: 40px;
	height: 40px;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brandplusin > .plusblock .plus .txt{
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	padding: 0 0 0 55px;
}

.catalogouter, .catalogtaxiouter{
	width: 100%;
	margin: 75px auto;
}
.catalogouter > h1, .catalogouter > h2, .catalogouter > .h{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	text-align: center;
	margin: 0 auto 65px auto;
}
.catalogouter > .btn-more, .catalogtaxiouter > .btn-more, #mse2_mfilter .btn_more{
	background: var(--color-main);
	width: 315px !important;
	height: 65px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	margin: 30px auto 0 auto !important;
	cursor: pointer;
	
}
.catalogouter > .btn-more:hover, .atalogtaxiouter > .btn-more:hover, #mse2_mfilter .btn_more:hover{
	background: none;
	color: var(--color-main);
	transition: all 0.3s ease-in-out;
}

.catalognew, .catalogused, .catalogtaxi, .catalog{
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 auto;
	gap: 30px;
}

.catalogouter .catalognew:not(:first-child), .catalogtaxiouter .catalognew:not(:first-child){
	margin: 0 auto 0 auto;
}
.catalogouter .catalognew .hcargroup:first-child, .catalogtaxiouter .catalognew .hcargroup:first-child{
	margin: 0 0 0 0;
}

.filterblock{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.filterin{
	background: #EFF0F0;
	max-width: 1340px;
	border-radius: 25px;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 60px;
}
.btnblock{
	position: absolute;
	bottom: -167px;
	right: 30px;
}
.btnblock .btn-light{
	background: var(--color-main);
	height: 26px;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	align-items: center;;
	border: 1px solid var(--color-main);
	border-radius: 5px;
	cursor: pointer !important;
	padding: 0 10px;
	transition: all 0.3s ease-in-out;
}
.btnblock .btn-light:hover{
	background: none;
	color: var(--color-main);
}
.selectblock, .sliderblock{
	width: calc(100% / 3 - 40px);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 15px;
	border: 0;
	padding: 0;
	margin: 0;
}
.selectblock h4, .sliderblock h4{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 0px;
}
.select2-selection__choice{
	background: var(--color-main) !important;
	border-color: var(--color-main) !important;
	border-radius: 5px !important;
}
.select2-selection__choice__display{
	color: #fff !important;
	font-size: 14px;
	padding: 0 5px 0 5px !important;
	position: relative;
	top: -1px;
}
.select2-selection__choice__remove{
	height: 100%;
	color: #fff !important;
	border-color: var(--color-main) !important;
}
.select2-selection__choice__remove:hover{
	color: var(--color-main) !important;
}
.select2-selection__choice__remove span{
	position: relative;
	top: -2px;
	left: 1px;
}
.select2-search__field{
	margin-top: 7px !important;
	margin-left: 10px !important;
}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #E1E1E1 !important;
	border-radius: 5px !important;
}
.select2-container--focus .select2-selection--multiple{
	border-color: var(--color-main) !important;
}
.select2-dropdown{
	border-color: var(--color-main) !important;
	border-radius: 5px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background: var(--color-main) !important;
	color: #fff !important;
}
.mse2_number_inputs{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.mse2_number_inputs > div{
	width: calc(100%/2 - 10px);
}
.mse2_number_inputs > div label{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-grey-light);
	text-transform:lowercase;
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}
.mse2_number_inputs > div label input{
	width: 100%;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	text-align: center;
}
.ui-widget-content{
	background: #E1E1E1 !important;
	border-color: #E1E1E1 !important;
	border-radius: 20px !important;
	cursor: pointer !important;
}
.ui-widget-header{
	background: var(--color-main) !important;
}
.ui-slider-handle{
	background: var(--color-main) !important;
	border: 1px solid var(--color-main) !important;
	border-radius: 50% !important;
	font-size: 1em !important;
	cursor: pointer !important;
}
.ui-state-focus{
	outline: 3px solid rgba(202, 1, 0, 0.5) !important;
}

.catalogusedsort{
	max-width: 1400px;
	margin: 75px auto 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
}
.catalogusedsort > .sort{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px 0;
}
.catalogusedsort > .sort .catalogtotal{
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-txt);
}
.catalogusedsort > .sort .catalogtotal .txt{
	color: var(--color-grey-light);
}
#mse2_sort{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--color-grey-light);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}
#mse2_sort > a{
	color: var(--color-txt);
	text-decoration: none !important;
	border-bottom: 1px dashed var(--color-txt);
	cursor: pointer !important;
}
#mse2_sort > a:hover{
	border-bottom: 1px solid #fff;
}
#mse2_sort > a.active{
	color: var(--color-main) !important;
	border-bottom: 1px dashed #fff;
}
#mse2_sort > a.active span{
	color: var(--color-main) !important;
}
#mse2_selected_wrapper{
	min-height: 0 !important;
	margin: 0 !important;
}
#mse2_selected{
	background: #EFF0F0 !important;
	border-radius: 10px !important;
	padding: 10px 110px 10px 30px !important;
	margin: 0 0 30px 0;
}
#mse2_selected strong{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 0 10px 0 0;
}
#mse2_selected a{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-main) !important;
	text-decoration: none;
	border-bottom: 1px dashed var(--color-main);
	margin: 0 10px 0 0;
}
#mse2_selected a em{
	color: var(--color-main) !important;
}
#mse2_selected a:hover{
	border-bottom: 1px dashed var(--color-txt);
	sup{
		color: var(--color-txt) !important;
	}
}
.select2-results__option--disabled, .select2-results__option--selected{
	display: none;
}

.catalogouter > .filtenewrblock, .catalogtaxiouter > .filtenewrblock{
	background: #EFF0F0;
	max-width: 1340px;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 30px;
	padding: 30px;
	margin: 0 auto 75px auto;
}
.catalogtaxiouter > .filtenewrblock{
	background: #FFCD1B;
}
.catalogouter > .filtenewrblock a, .catalogtaxiouter > .filtenewrblock a{
	width: calc(100% / 10 - 27px);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}
.catalogouter > .filtenewrblock a:hover svg, .catalogtaxiouter > .filtenewrblock a:hover svg{
	fill: var(--color-main);
}
.catalogouter > .filtenewrblock a:hover div, .catalogtaxiouter > .filtenewrblock a:hover div{
	color: var(--color-main);
}
.catalogouter > .filtenewrblock a svg, .catalogtaxiouter > .filtenewrblock a svg{
	width: 30px;
	height: 30px;
	fill: var(--color-txt);
	transition: all 0.3s ease-in-out;
}
.catalogouter > .filtenewrblock a div, .catalogtaxiouter > .filtenewrblock a div{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--color-txt);
	transition: all 0.3s ease-in-out;
}

.catalognew > .hcargroup{
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	margin: 30px 0 0 0;
	justify-content: space-between;
}
.catalognew > .hcargroup span{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.catalognew > .hcargroup span svg{
	width: 28px; 
	height: 28px;
	fill: var(--color-main);
	margin: 0 15px 0 0;
}
.catalognew > .hcargroup:after{
	content: "";
	width: 100%;
	border-bottom: 2px solid #EFF0F0;
	border-radius: 50px;
	display: flex;
	flex-grow: 0;
	margin: 0 30px;
}
.catalognew > .hcargroup .itemnewswitch{
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 4px;
	gap: 2px;
	order: 1;
}
.catalognew > .hcargroup .itemnewswitch:hover{
	border: 1px solid var(--color-main);
	cursor: pointer;
}
.catalognew > .hcargroup .itemnewswitch svg{
	width: 18px;
	height: 18px;
	fill: var(--color-grey-light);
	transition: all 0.3s ease-in-out;
}
.catalognew > .hcargroup .itemnewswitch .column{
	fill: var(--color-main);
}
.catalognew > .hcargroup .itemnewswitch.line .row{
	fill: var(--color-main);
}
.catalognew > .hcargroup .itemnewswitch.line .column{
	fill: var(--color-grey-light);
}

.catalognew > .hpointgroup, .catalognew > .hpropertygroup{
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	margin: 60px 0 0 0;
	justify-content: space-between;
	cursor: pointer;
}
.catalogouter .catalognew:first-of-type .hpointgroup, .catalogouter .catalognew:first-of-type .hpropertygroup, .catalogtaxiouter .catalognew:first-of-type .hpointgroup, .catalogtaxiouter .catalognew:first-of-type .hpropertygroup{
	margin: 0 0 0 0;
}
.catalognew > .hpointgroup:hover, .catalognew > .hpropertygroup:hover{
	color: var(--color-main);
}
.catalognew > .hpointgroup span, .catalognew > .hpropertygroup span{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.catalognew > .hpointgroup span svg, .catalognew > .hpropertygroup span svg{
	width: 28px; 
	height: 28px;
	fill: var(--color-main);
	margin: 0 15px 0 0;
}
.catalognew > .hpointgroup span::after{
	content: url("/img/arrowtop.svg");
	width: 12px;
	height: 20px;
	display: flex;
	align-items: center;
	flex-grow: 0;
	margin: 0 0 0 10px;
	transition: all 0.3s ease-in-out;
}
.catalognew > .hpointgroup.open span::after{
    transform: rotate(180deg);
}
.catalognew > .hpropertygroup span::after{
	content: url("/img/arrowtop.svg");
	width: 12px;
	height: 20px;
	display: flex;
	align-items: center;
	flex-grow: 0;
	margin: 0 0 0 10px;
	transition: all 0.3s ease-in-out;
	transform: rotate(180deg);
}
.catalognew > .hpropertygroup.open span::after{
    transform: rotate(0deg);
}
.catalognew > .hpointgroup:after, .catalognew > .hpropertygroup:after{
	content: "";
	width: 100%;
	border-bottom: 2px solid #EFF0F0;
	border-radius: 50px;
	display: flex;
	flex-grow: 0;
	margin: 0 0 0 30px;
}

.catalognew > .pointlist{
	margin: 0px;
	column-count: 3;
}
.catalognew > .pointlist li{
	break-inside: avoid;
	padding: 5px 40px 5px 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
}
.catalognew > .pointlist li::marker {
	color: var(--color-grey-light);
}

.catalognew > .propertylist{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 90px;
}
.catalognew > .propertylist .property{
	width: calc(100% / 3 - 60px);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EFF0F0;
}
.catalognew > .propertylist .property .h{
	color: var(--color-grey-light);
}
.catalognew > .propertylist .property span:not(.h){
	font-weight: 600;
	color: var(--color-txt);
}
.catalognew > .body{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 75px 150px;
}
.catalognew > .body .carside, .catalognew > .body .carfront{
	height: 250px;
	position: relative;
	color: var(--color-grey-light);
}
.catalognew > .body .carside{
	min-width: 480px;
}
.catalognew > .body .carfront{
	min-width: 235px;
}
.catalognew > .body .carside img, .catalognew > .body .carfront img{
	width: auto;
	height: 250px;
}
.catalognew > .body .carside .bodylength{
	position: absolute;
	left: calc(50% - 32px);
	bottom: -25px;
}
.catalognew > .body .carside .wheelbase{
	position: absolute;
	left: calc(50% - 32px);
	bottom: 45px;
}
.catalognew > .body .carfront .bodyheight{
	position: absolute;
	left: -75px;
	bottom: 150px;
}
.catalognew > .body .carfront .clearance{
	position: absolute;
	left: calc(50% - 20px);
	bottom: 45px;
}
.catalognew > .body .carfront .bodywidth{
	position: absolute;
	left: calc(50% - 25px);
	bottom: -25px;
}
.catalognew > .body .bodyproperty{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 90px;
}
.catalognew > .body .bodyproperty .property{
	width: calc(100% / 3 - 60px);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EFF0F0;
}
.catalognew > .body .bodyproperty .property .h{
	color: var(--color-grey-light);
}
.catalognew > .body .bodyproperty .property span:not(.h){
	font-weight: 600;
	color: var(--color-txt);
}

.pagecarused{
	width: 100%;
	margin: 0 auto;
}
.pagecarusedin{
	max-width: 1400px;
	margin: 75px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 30px;
}
.pagecarusedin > .carused{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 30px;
}
.pagecarusedin > .carused .slider{
	width: 800px;
}
.pagecarusedin > .carused .slider .swiper-page-used{
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}
.pagecarusedin > .carused .slider .swiper-page-used img{
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: top center;
	display: block;
	border-radius: 25px;
}
.pagecarusedin > .carused .slider .swiper-page-used-thumbs{
	overflow: hidden;
}
.pagecarusedin > .carused .slider .swiper-page-used-thumbs img{
	width: calc(100% - 4px);
	height: 111px;
	object-fit: cover;
	object-position: top center;
	border: 2px solid #fff;
	position: relative;
	display: block;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.pagecarusedin > .carused .slider .swiper-page-used-thumbs img:hover{
	opacity: 0.7;
}
.pagecarusedin > .carused .slider .swiper-page-used-thumbs .swiper-slide-thumb-active img{
	border: 2px solid var(--color-main);
}
.pagecarusedin > .carused .carinfo{
	width: 570px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
}
.pagecarusedin > .carused .carinfo h1{
	font-family: "Roboto", sans-serif;
	font-size: 46px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	margin: 0;
}
.pagecarusedin > .carused .carinfo .property{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.pagecarusedin > .carused .carinfo .property .point{
	width: calc(100%/2 - 62px);
	height: 32px;
	border: 1px solid #C2C2C4;
	border-radius: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	padding: 0 25px;
	gap: 8px;
}
.pagecarusedin > .carused .carinfo .property .point svg{
	width: 16px;
	height: 16px;
	fill: var(--color-grey-light);
}
.pagecarusedin > .carused .carinfo .property .point span{
	font-size: 14px;
	font-weight: 300;
	color: var(--color-grey-light);
}
.pagecarusedin > .carused .carinfo .pricecredit{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 25px;
}
.pagecarusedin > .carused .carinfo .pricecredit .price{
	font-family: "Roboto", sans-serif;
	font-size: 46px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex: none;
}
.pagecarusedin > .carused .carinfo .pricecredit .price .oldprice{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: var(--color-grey-light);
	text-decoration: line-through;
	text-align: right;
}
.pagecarusedin > .carused .carinfo .pricecredit .credit{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
	padding: 0 0 5px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.pagecarusedin > .carused .carinfo .pricecredit .credit .sale{
	color: var(--color-main);
	margin: 0 0 5px 0;
}
.pagecarusedin > .carused .carinfo .pricecredit .credit span{
	font-weight: 600;
}
.pagecarusedin > .carused .carinfo .go{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}
.pagecarusedin > .carused .carinfo .go .online{
	background: var(--color-main);
	width: 100%;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--color-main);
	padding: 23px 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.pagecarusedin > .carused .carinfo .go .online:hover{
	background: none;
	color: var(--color-main);
}
.pagecarusedin > .carused .carinfo .go .buy{
	background: #EFF0F0;
	width: 100%;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-grey-light);
	text-decoration: none;
	border: 1px solid #EFF0F0;
	padding: 23px 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.pagecarusedin > .carused .carinfo .go .buy:hover{
	background: none;
	color: var(--color-grey-light);
}
.pagecarusedin > .carused .carinfo .promo{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 20px;
}
.pagecarusedin > .carused .carinfo .promo .gift{
	width: calc(100%/2 - 10px);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	gap: 15px;
}
.pagecarusedin > .carused .carinfo .promo .gift .img{
	background: #EFF0F0;
	background-size: 25px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagecarusedin > .carused .carinfo .promo .gift .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2px;
}
.pagecarusedin > .carused .carinfo .promo .gift .txt span{
	color: var(--color-main);
}

.carusedtxt{
	width: 1400px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-grey-light);
	margin: 0 auto 75px auto;
}

.credit-calculator-block{
	width: 100%;
	margin: 60px auto 0 auto;
}
.credit-calculator-block > h2{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	text-align: center;
	margin: 0 auto 30px auto;
}
.credit-calculator {
    width: 1340px;
    margin: 0 auto;
	background: #262626;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.slider-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.slider-group label{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.slider-group label span{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.slider-group input[type="range"]{
	-webkit-appearance: none;
	width: 100%;
	height: 4px;
	background: #444;
	outline: none;
	border-radius: 4px;
	background-image: linear-gradient(var(--color-main), var(--color-main));
	background-repeat: no-repeat;
	cursor: pointer;
}
.slider-group input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--color-main);
	border: 2px solid #fff;
	cursor: pointer;
}
.range-labels {
	display: flex;
	justify-content: space-between;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 600;
	color:#ADADB0;
	margin-top: 6px;
	padding:0 0 0 5px;
}
.range-labels .first{
    margin: 0 5px 0 0;
}
.payment-block{
    display: flex;
    flex-direction: row;
    gap: 25px;    
}
.payment-block .payment-row{
    display: flex;
    flex-direction: column;
    gap:5px;
    flex: none;
}
.payment-block .payment-row .h{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}
.payment-block .payment-row .hint{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color:#737373;
}
.payment-block .payment-row .payment{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color:#fff;
}
.submit-credit {
    background: var(--color-main);
    width: 100%;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--color-main);
    padding: 23px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.submit-credit:hover {
    background: #fff;
    color: var(--color-main);
}

.itemnew{
	width: 33.33%;
	width: calc(100% / 3 - 70px);
	box-shadow: var(--box-shadow);
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 25px;
	gap: 25px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.itemnew > .h{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 5px;
	position: relative;
	z-index: 10;
}
.itemnew > .h .big{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease-in-out;
}
.itemnew > .h .big svg{
	width: 32px;
	height: 32px;
	fill: var(--color-txt);
	transition: all 0.3s ease-in-out;
}
.itemnew > .h:hover .big svg{
	fill: var(--color-main);
}
.itemnew > .h .mini{
	font-size: 26px;
	font-weight: 300;
	transition: all 0.3s ease-in-out;
}
.itemnew > .h:hover{
	color: var(--color-main);
}
.itemnew > .sale{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}
.itemnew > .sale .h{
	background: var(--color-main);
	border-radius: 5px;
	clip-path: polygon(0% 0%, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 0% 100%);
	padding: 8px 30px 8px 20px;
}
.itemnew > .sale .txt{
	font-weight: 500;
	color: var(--color-main);
}
.itemnew > .promocar{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 25px;
}
.itemnew > .promocar .promo{
	min-width: 110px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.itemnew > .promocar .gift{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}
.itemnew > .promocar .gift > .img{
	background: url("/img/gift.svg") no-repeat center,
				var(--color-txt);
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.itemnew > .promocar .gift > .txt{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--color-txt);
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.itemnew > .promocar .gift > .txt span{
	color: var(--color-main);
	display: block;
}
.itemnew > .promocar .car{
	width: 100%;
	display: flex;
	position: relative;
	z-index: 0;
}
.itemnew > .promocar .car img{
	width: 100%;
	object-fit: contain;
	position: relative;
	z-index: 1;
	left: 0px;
	transition: all 0.3s ease-in-out;
}
.itemnew > .promocar .car:hover img{
	left: 5px;
}
.itemnew > .promocar .car:before{
	content: "";
	background: url("/img/carnewbg.png") no-repeat center;
	background-size: cover;
	width: 369px;
	height: 218px;
	position: absolute;
	top: -70px;
	left: -82px;
	display: block;
	z-index: 1;
}
.itemnew > .pricecredit{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.itemnew > .pricecredit .price{
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.itemnew > .pricecredit .price span{
	font-size: 16px;
	font-weight: 600;
	color: var(--color-grey-light);
	text-decoration: line-through;
}
.itemnew > .pricecredit .credit{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.itemnew > .property{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.itemnew > .property .point{
	width: calc(100%/2 - 57px);
	height: 32px;
	border: 1px solid #C2C2C4;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	padding: 0 25px;
	gap: 8px;
}
.itemnew > .property .point.red{
	border: 1px solid var(--color-main);
	color: var(--color-main);
}
.itemnew > .property .point svg{
	width: 16px;
	height: 16px;
	fill: var(--color-txt);
}
.itemnew > .property .point.red svg{
	fill: var(--color-main);
}
.itemnew > .go{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.itemnew > .go a{
	width: calc(100% + 16px);
	height: 60px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	transition: all 0.3s ease-in-out;
}
.itemnew > .go a:hover{
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.itemnew > .go .online{
	background: var(--color-main);
	z-index: 3;
}
.itemnew > .go .buy{
	background: var(--color-txt);
	z-index: 2;
}
.itemnew > .go .more{
	background: var(--color-grey-light);
	width: 100%;
	font-weight: 300;
	z-index: 1;
}
.itemnew > .likecompare{
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.itemnew > .likecompare .like{
	background: url("/img/car/carlike.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemnew > .likecompare .like:hover{
	background: url("/img/car/carlikered.png") no-repeat center;
	background-size: contain;
}
.itemnew > .likecompare .compare{
	background: url("/img/car/carcompare.png") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemnew > .likecompare .compare:hover{
	background: url("/img/car/carcomparered.png") no-repeat center;
	background-size: contain;
}

.itemnewline{
	width: 100%;
	box-shadow: var(--box-shadow);
	border-radius: 25px;
	display: grid;
	grid-template-columns: 15% auto 25%;
	padding: 25px;
	gap: 15px 50px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.itemnewline > .h{
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 5px;
	grid-column: span 3;
}
.itemnewline > .h .big{
	width: 65%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease-in-out;
}
.itemnewline > .pricecredit{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	order: 0;
	gap: 15px;
}
.itemnewline > .pricecredit .price{
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
}
.itemnewline > .pricecredit .price span{
	font-size: 16px;
	font-weight: 600;
	color: var(--color-grey-light);
	text-decoration: line-through;
}
.itemnewline > .pricecredit .credit{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.itemnewline > .property{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.itemnewline > .property .point{
	width: calc(100%/3 - 67px);
	height: 32px;
	border: 1px solid #C2C2C4;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	padding: 0 25px;
	gap: 8px;
}
.itemnewline > .property .point.red{
	border: 1px solid var(--color-main);
	color: var(--color-main);
}
.itemnewline > .property .point svg{
	width: 16px;
	height: 16px;
	fill: var(--color-txt);
}
.itemnewline > .property .point.red svg{
	fill: var(--color-main);
}
.itemnewline > .go{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 1em 0 0;
	gap: 18px 0;
	margin: -50px 0 0 0;
}
.itemnewline > .go a{
	width: calc(100% + 16px);
	height: 50px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	transition: all 0.3s ease-in-out;
	gap: 5px;
}
.itemnewline > .go a:first-child{
	grid-column: span 2;
	width: 100%;
	height: 65px;
	font-size: 16px;
}
.itemnewline > .go a:hover{
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.itemnewline > .go .online{
	background: var(--color-main);
	z-index: 3;
}
.itemnewline > .go .buy{
	background: var(--color-txt);
	z-index: 2;
}
.itemnewline > .go .more{
	background: var(--color-grey-light);
	width: 100%;
	font-weight: 300;
	z-index: 1;
}
.itemnewline > .likecompare{
	position: absolute;
	top: 25px;
	right: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.itemnewline > .likecompare .like{
	background: url("/img/car/carlike.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemnewline > .likecompare .like:hover{
	background: url("/img/car/carlikered.png") no-repeat center;
	background-size: contain;
}
.itemnewline > .likecompare .compare{
	background: url("/img/car/carcompare.png") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemnewline > .likecompare .compare:hover{
	background: url("/img/car/carcomparered.png") no-repeat center;
	background-size: contain;
}

.itemused{
	width: 33.33%;
	width: calc(100% / 3 - 70px);
	box-shadow: var(--box-shadow);
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 25px;
	gap: 25px;
	position: relative;
}
.itemused > .car{
	width: calc(100% + 50px);
	margin: -25px 0 0 -25px;
	border-radius: 25px 25px 0 0;
	overflow: hidden;
}
.itemused > .car .swiper-carused{
	width: 100%;
	display: block;
	position: relative;
	z-index: 4;
}
.itemused > .car .swiper-carused .swiper-wrapper .swiper-slide a{
	display: block;
	position: relative;
}
.itemused > .car .swiper-carused .swiper-wrapper .swiper-slide a div{
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	gap: 15px;
	transition: all 0.3s ease-in-out;
}
.itemused > .car .swiper-carused .swiper-wrapper .swiper-slide a:hover div{
	background: rgba(0,0,0,0.6);
}
.itemused > .car .swiper-carused .swiper-wrapper .swiper-slide a div svg{
	width: 55px;
	height: 47px;
}
.itemused > .car .swiper-carused .swiper-wrapper .swiper-slide a img{
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.itemused > .car .swiper-carused .swiper-pagination-carused{
	width: auto;
	display: flex;
	align-items: center;
	position: absolute;
	gap: 10px;
	bottom: 15px;
	left: 25px;
	right: 25px;
	z-index: 5;
}
.itemused > .car .swiper-carused .swiper-pagination-carused span{
	width: 100%;
	flex: 1;
	border-radius: 4px;
	margin: 0 0 !important;
	background: #fff;
	height: 6px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.itemused > .car .swiper-carused .swiper-pagination-carused .swiper-pagination-bullet-active, .itemused > .car .swiper-carused .swiper-pagination-carused span:hover{
	background: var(--color-main);
}
.itemused > .h{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 5px;
}
.itemused > .h .big{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease-in-out;
}
.itemused > .h .big svg{
	width: 32px;
	height: 32px;
	fill: var(--color-txt);
	transition: all 0.3s ease-in-out;
}
.itemused > .h:hover .big svg{
	fill: var(--color-main);
}
.itemused > .h .mini{
	font-size: 26px;
	font-weight: 300;
	transition: all 0.3s ease-in-out;
}
.itemused > .h .mini span{
	color: var(--color-grey-light);
}
.itemused > .h:hover .mini span{
	color: var(--color-main);
}
.itemused > .h:hover{
	color: var(--color-main);
}
.itemused > .pricecredit{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.itemused > .pricecredit .price{
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-txt);
}
.itemused > .pricecredit .credit{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.itemused > .property{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.itemused > .property .point{
	width: calc(100%/2 - 57px);
	height: 32px;
	border: 1px solid #C2C2C4;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	padding: 0 25px;
	gap: 8px;
}
.itemused > .property .point svg{
	width: 16px;
	height: 16px;
	fill: var(--color-txt);
}
.itemused > .go{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.itemused > .go a{
	width: calc(100% + 16px);
	height: 60px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	transition: all 0.3s ease-in-out;
}
.itemused > .go a:hover{
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.itemused > .go .online{
	background: var(--color-main);
	z-index: 3;
}
.itemused > .go .buy{
	background: var(--color-txt);
	z-index: 2;
}
.itemused > .go .more{
	background: var(--color-grey-light);
	width: 100%;
	font-weight: 300;
	z-index: 1;
}
.itemused > .likecompare{
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 5;
}
.itemused > .likecompare .like{
	background: url("/img/car/carlikewhite.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemused > .likecompare .like:hover{
	background: url("/img/car/carlikered.png") no-repeat center;
	background-size: contain;
}
.itemused > .likecompare .compare{
	background: url("/img/car/carcomparewhite.png") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemused > .likecompare .compare:hover{
	background: url("/img/car/carcomparered.png") no-repeat center;
	background-size: contain;
}

.pagecatalogtaxi{
	background: url("/img/catalognewbg.png") no-repeat right center,
				#FFCD1B;
	background-blend-mode: multiply;
	width: 100%;
	height: 600px;
	margin: 75px auto 0 auto;
	position: relative;
	overflow: hidden;
}
.pagecatalogtaxi > svg{
	height: 500px;
	fill:#fff;
	position: absolute;
	left: 250px;
	top: -50px;
}
.pagecatalogtaxi > .brand{
	font-family: "Roboto", sans-serif;
	font-size: 280px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	right: -20px;
	top: 25px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}
.pagecatalogtaxi:hover > .brand{
	top: 0px;
}
.pagecatalogtaxi > .taxi{
	width: 733px;
	height: 288px;
	position: absolute;
	right: 100px;
	bottom: 125px;
	z-index: 2;
}
.pagecatalogtaxiin{
	max-width: 1400px;
	height: 500px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 2
}
.pagecatalogtaxiin > h1{
	width: 60%;
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 60px 0 0 0;
}
.pagecatalogtaxiin > .promo{
	width: 55%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0px;
	margin: 60px 0 0 0;
}
.pagecatalogtaxiin > .promo .gift{
	width: calc(100%/3);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	gap: 15px;
}
.pagecatalogtaxiin > .promo .gift .img{
	background: var(--color-main);
	background-size: 25px;
	width: 45px;
	height: 45px;
	padding: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagecatalogtaxiin > .promo .gift .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2px;
}

.pagemodeltaxi{
	background: url("/img/catalognewbg.png") no-repeat right center,
				#FFCD1B;
	background-blend-mode: multiply;
	width: 100%;
	height: 600px;
	margin: 75px auto 0 auto;
	position: relative;
	overflow: hidden;
}
.pagemodeltaxiin{
	max-width: 1400px;
	height: 500px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 2
}
.pagemodeltaxiin > .taxi{
	width: 800px;
	height: 350px;
	object-fit: contain;
	position: absolute;
	right: 0px;
	bottom: 175px;
}
.pagemodeltaxiin > .tariff{
	background: var(--color-main);
	width: fit-content;
	padding: 10px 20px;
	border-radius: 25px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 115px;
	right: 0px;
}
.pagemodeltaxiin > h1{
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 50px 0 0 0;
}
.pagemodeltaxiin > .creditprice{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 30px 0 0 0;
}
.pagemodeltaxiin > .creditprice .credit{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
}
.pagemodeltaxiin > .creditprice .price{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.pagemodeltaxiin > .promo{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
.pagemodeltaxiin > .promo .gift{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	gap: 15px;
}
.pagemodeltaxiin > .promo .gift .img{
	background: var(--color-main);
	background-size: 25px;
	width: 45px;
	height: 45px;
	padding: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagemodeltaxiin > .promo .gift .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2px;
}

.schemataxiouter{
	width: 100%;
	margin: 75px auto 0 auto;
}
.schemataxi{
	max-width: 1400px;
	margin: 0 auto;
}
.schemataxi > h2{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	text-align: center;
	margin: 0 auto 65px auto;
}
.schemataxi > .txt{
	width: 50%;
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	text-align: center;
	margin: 0 auto 75px auto;
}
.schemataxi > .schema{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 75px 35px;
}
.schemataxi > .schema .point{
	width: 250px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	position: relative;
}
.schemataxi > .schema .point img{
	width: 100%;
	height: 80px;
}
.schemataxi > .schema .point .txt{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-txt);
	text-align: center;
}
.schemataxi > .schema .point:not(:first-of-type):not(:nth-of-type(6))::before{
	content: " ";
	background: #C2C2C4;
	height: 1px;
	width: 90px;
	position: absolute;
	top: 40px;
	left: -65px;
}

.catalogtaxiouter > h1, .catalogtaxiouter > h2, .catalogtaxiouter > .h{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	text-align: center;
	margin: 0 auto 65px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 75px;
}
.catalogtaxiouter > h2::after, .catalogtaxiouter > h2::before{
	content: " ";
	background: url("/img/taxi/taxih.svg") repeat center;
	flex: 1;
	height: 44px;
}

.itemtaxi{
	width: 33.33%;
	width: calc(100% / 3 - 70px);
	box-shadow: var(--box-shadow);
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 25px;
	gap: 25px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .h{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 5px;
	position: relative;
	z-index: 10;
}
.itemtaxi > .h .big{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .h .big svg{
	width: 32px;
	height: 32px;
	fill: var(--color-txt);
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .h:hover .big svg{
	fill: var(--color-main);
}
.itemtaxi > .h .mini{
	font-size: 26px;
	font-weight: 300;
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .h .mini span {
	color: var(--color-grey-light);
	}
.itemtaxi > .h:hover{
	color: var(--color-main);
}
.itemtaxi > .promocar{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 25px;
}
.itemtaxi > .promocar .promo{
	min-width: 110px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.itemtaxi > .promocar .gift{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}
.itemtaxi > .promocar .gift > .img{
	background: url("/img/gift.svg") no-repeat center,
				var(--color-txt);
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.itemtaxi > .promocar .gift > .txt{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--color-txt);
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.itemtaxi > .promocar .gift > .txt span{
	color: var(--color-main);
	display: block;
}
.itemtaxi > .promocar .car{
	width: 100%;
	display: flex;
	position: relative;
	z-index: 0;
}
.itemtaxi > .promocar .car img{
	width: 100%;
	object-fit: contain;
	position: relative;
	z-index: 1;
	left: 0px;
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .promocar .car:hover img{
	left: 5px;
}
.itemtaxi > .promocar .car:before{
	content: "";
	background: url("/img/carnewbg.png") no-repeat center;
	background-size: cover;
	width: 369px;
	height: 218px;
	position: absolute;
	top: -70px;
	left: -82px;
	display: block;
	z-index: 1;
}
.itemtaxi > .pricecredit{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.itemtaxi > .pricecredit .price{
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.itemtaxi > .pricecredit .price span{
	font-size: 16px;
	font-weight: 600;
	color: var(--color-grey-light);
	text-decoration: line-through;
}
.itemtaxi > .pricecredit .credit{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.itemtaxi > .property{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.itemtaxi > .property .point{
	width: calc(100%/2 - 57px);
	height: 32px;
	border: 1px solid #C2C2C4;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	padding: 0 25px;
	gap: 8px;
}
.itemtaxi > .property .point.red{
	border: 1px solid var(--color-main);
	color: var(--color-main);
}
.itemtaxi > .property .point.yellow{
	border: 1px solid #FFCD1B;
	color: #FFCD1B;
}
.itemtaxi > .property .point svg{
	width: 16px;
	height: 16px;
	fill: var(--color-txt);
}
.itemtaxi > .property .point.red svg{
	fill: var(--color-main);
}
.itemtaxi > .property .point.yellow svg{
	fill: #FFCD1B;
}
.itemtaxi > .go{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.itemtaxi > .go a{
	width: calc(100% + 16px);
	height: 50px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .go a:hover{
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.itemtaxi > .go .online{
	background: var(--color-main);
	z-index: 3;
}
.itemtaxi > .go .buy{
	background: var(--color-txt);
	z-index: 2;
}
.itemtaxi > .go .more{
	background: var(--color-grey-light);
	width: 100%;
	font-weight: 300;
	z-index: 1;
}
.itemtaxi > .likecompare{
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.itemtaxi > .likecompare .like{
	background: url("/img/car/carlike.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .likecompare .like:hover{
	background: url("/img/car/carlikered.png") no-repeat center;
	background-size: contain;
}
.itemtaxi > .likecompare .compare{
	background: url("/img/car/carcompare.png") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemtaxi > .likecompare .compare:hover{
	background: url("/img/car/carcomparered.png") no-repeat center;
	background-size: contain;
}

.itemtaxiline{
	width: 100%;
	box-shadow: var(--box-shadow);
	border-radius: 25px;
	display: grid;
	grid-template-columns: 15% auto 25%;
	padding: 25px;
	gap: 15px 50px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.itemtaxiline > .h{
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 5px;
	grid-column: span 3;
}
.itemtaxiline > .h .big{
	width: 65%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease-in-out;
}
.itemtaxiline > .pricecredit{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	order: 0;
	gap: 15px;
}
.itemtaxiline > .pricecredit .price{
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
}
.itemtaxiline > .pricecredit .price span{
	font-size: 16px;
	font-weight: 600;
	color: var(--color-grey-light);
	text-decoration: line-through;
}
.itemtaxiline > .pricecredit .credit{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-grey-light);
}
.itemtaxiline > .property{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.itemtaxiline > .property .point{
	width: calc(100%/3 - 67px);
	height: 32px;
	border: 1px solid #C2C2C4;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: left;
	padding: 0 25px;
	gap: 8px;
}
.itemtaxiline > .property .point.red{
	border: 1px solid var(--color-main);
	color: var(--color-main);
}
.itemtaxiline > .property .point svg{
	width: 16px;
	height: 16px;
	fill: var(--color-txt);
}
.itemtaxiline > .property .point.red svg{
	fill: var(--color-main);
}
.itemtaxiline > .go{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 0 1em 0 0;
	gap: 18px 0;
	margin: -50px 0 0 0;
}
.itemtaxiline > .go a{
	width: calc(100% + 16px);
	height: 50px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	transition: all 0.3s ease-in-out;
}
.itemtaxiline > .go a:first-child{
	grid-column: span 2;
	width: 100%;
	height: 65px;
	font-size: 16px;
}
.itemtaxiline > .go a:hover{
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.itemtaxiline > .go .online{
	background: var(--color-main);
	z-index: 3;
}
.itemtaxiline > .go .buy{
	background: var(--color-txt);
	z-index: 2;
}
.itemtaxiline > .go .more{
	background: var(--color-grey-light);
	width: 100%;
	font-weight: 300;
	z-index: 1;
}
.itemtaxiline > .likecompare{
	position: absolute;
	top: 25px;
	right: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.itemtaxiline > .likecompare .like{
	background: url("/img/car/carlike.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemtaxiline > .likecompare .like:hover{
	background: url("/img/car/carlikered.png") no-repeat center;
	background-size: contain;
}
.itemtaxiline > .likecompare .compare{
	background: url("/img/car/carcompare.png") no-repeat center;
	background-size: contain;
	width: 14px;
	height: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.itemtaxiline > .likecompare .compare:hover{
	background: url("/img/car/carcomparered.png") no-repeat center;
	background-size: contain;
}

.plusminustaxi{
	background: var(--color-txt);
	max-width: 1280px;
	border-radius: 25px;
	padding: 60px;
	margin: 0 auto 200px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 50px;
	position: relative;
}
.plusminustaxi > .taxi{
	background: url(/img/taxi/taxiplus.png) no-repeat center / cover;
	width: 757px;
	height: 378px;
	position: absolute;
	bottom: -160px;
	left: -200px;
}
.plusminustaxi > h2{
	width: 45%;
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	margin: 0;
}
.plusminustaxi .plus, .plusminustaxi .minus{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: start;
	gap: 15px;
}
.plusminustaxi .plus .h, .plusminustaxi .minus .h{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
}
.plusminustaxi .plus .h span, .plusminustaxi .minus .h span{
    width: fit-content;
	font-size: 12px;
	font-weight: 400;
	border-radius: 25px;
	padding: 5px 10px;
	display: flex;
}
.plusminustaxi .plus .h span{
	background: #298F2D;
}
.plusminustaxi .minus .h span{
	background: var(--color-main);
}
.plusminustaxi .plus .point, .plusminustaxi .minus .point{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #C2C2C4;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}
.plusminustaxi .plus .point::before, .plusminustaxi .minus .point::before{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.plusminustaxi .plus .point::before{
	content: "+";
	background: #298F2D;
}
.plusminustaxi .minus .point::before{
	content: "-";
	background: var(--color-main);
}

.pagecredit{
	width: 100%;
	margin: 75px auto 0 auto;
}
.pagecreditin{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0 125px 0;
}
.pagecreditin > .breadcrumbs, .pagecreditin > .breadcrumbs a, .pagecreditin > .breadcrumbs li{
	color: #fff;
	border-color: #fff;
}
.pagecreditin > h1{
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin: 50px auto 25px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.pagecreditin > .txt{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
}
.pagecreditin > .percent{
	background: var(--color-main);
	width: fit-content;
	font-family: "Roboto", sans-serif;
	font-size: 68px;
	font-weight: 800;
	color: #fff;
	padding: 15px 30px;
	border-radius: 65px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
	margin: 50px 0;
}
.pagecreditin > .percent span{
	width: 130px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagecreditin > .promo{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.pagecreditin > .promo .gift{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	gap: 15px;
}
.pagecreditin > .promo .gift .img{
	background: var(--color-main);
	background-size: 25px;
	width: 45px;
	height: 45px;
	padding: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagecreditin > .promo .gift .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2px;
}

.schemacreditouter, .schematradeinouter{
	width: 100%;
	margin: 75px auto 0 auto;
}
.schemacredit, .schematradein{
	max-width: 1400px;
	margin: 0 auto;
}
.schemacredit > h2, .schematradein > h2{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	text-align: center;
	margin: 0 auto 65px auto;
	display: flex;
	flex-direction: column;
}
.schemacredit > .schema, .schematradein > .schema{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 0;
}
.schematradein > .schema{
	gap: 50px;
}
.schemacredit > .schema .point, .schematradein > .schema .point{
	width: 250px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
}
.schematradein > .schema .point{
	width: 320px;
}
.schemacredit > .schema .point img, .schematradein > .schema .point img{
	width: 100%;
	height: 80px;
}
.schemacredit > .schema .point .h, .schematradein > .schema .point .h{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-txt);
	text-align: center;
}
.schemacredit > .schema .point .txt, .schematradein > .schema .point .txt{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-txt);
	text-align: center;
}
.schemacredit > .schema .point:not(:first-of-type):not(:nth-of-type(6))::before{
	content: " ";
	background: #C2C2C4;
	height: 1px;
	width: 133px;
	position: absolute;
	top: 40px;
	left: -133px;
}
.schematradein > .schema .point:not(:first-of-type):not(:nth-of-type(4))::before{
	content: " ";
	background: #C2C2C4;
	height: 1px;
	width: 220px;
	position: absolute;
	top: 40px;
	left: -220px;
}

.expresscreditorderouter{
	background: url("/img/bannercreditauto.webp") no-repeat right 100px center / 620px 460px,
				url("/img/bannercredit.webp") no-repeat center bottom -175px / cover;
	width: 100%;
	margin: 75px auto 75px auto;
}
.expresscreditorder{
	width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 50px;
}
.expresscreditorder > .htxt{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.expresscreditorder > .htxt .h{
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: var(--color-txt);
}
.expresscreditorder > .htxt .h span{
	color: var(--color-main);
}
.expresscreditorder > .htxt .txt{
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: var(--color-txt);
}
.expresscreditorder > .plus{
	width: 800px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 40px 0;
}
.expresscreditorder > .plus .point{
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
	gap: 20px;
}
.expresscreditorder > .plus .point .ok{
	background: var(--color-main);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.expresscreditorder > .plus .point .ok svg{
	width: 16px;
	height: 16px;
	fill: #fff;
}
.expresscreditorder > .plus .point .h{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
}
.expresscreditorder > .plus .point .h span{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: var(--color-txt);
}
.expresscreditorder > .formtxt{
	width: 900px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 15px;
}
.expresscreditorder > .formtxt form{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}
.expresscreditorder > .formtxt form input{
	width: 400px;
	height: 63px;
	border: 0px;
	border:1px solid #E1E1E1;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	padding: 0 20px;
}
.expresscreditorder > .formtxt form button{
	background: var(--color-main);
	width: 400px;
	height: 65px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.expresscreditorder > .formtxt form button:hover{
	background: #fff;
	color: var(--color-main);
}
.expresscreditorder > .formtxt .txt{
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--color-grey-light);
	padding: 0 200px 0 0;
}
.expresscreditorder > .formtxt .txt a{
	color: var(--color-grey-light);
}
.expresscreditorder > .formtxt .txt a:hover{
	text-decoration: none;
}

.pluscredit{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.pluscredit > .point{
	background: #F7F8F8;
	width: calc(100% / 4 - 73px);
	border-radius: 25px;
	padding: 30px 30px 30px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.pluscredit > .point svg{
	width: 75px;
	height: 75px;
	object-fit: cover;
	fill: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -10px 0 0 0;
}
.pluscredit > .point .h{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
}

.pagenewsouter{
	width: 100%;
	margin: 50px auto 0 auto;
}
.pagenews{
    display: flex;
    flex-direction: column;
	max-width: 1400px;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-txt);
	line-height: 160%;
}
.pagenews > .tagdate{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
	margin: 0 0 50px 0;
}
.pagenews > .tagdate .tag{
	background: var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding: 5px 20px;
}
.pagenews > .tagdate .date{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #ADADB0;
}
.pagenews > .newsimg{
	width: 100%;
	object-fit: contain;
	border-radius: 25px;
	margin: 0 auto 25px auto;
}
.pagenews > .newsblock{
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 50px;
}
.pagenews > .newsblock .newscontent{
    width: 100%;
}
.pagenews > .newsblock .newsauto{
    width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}
.pagenews > .newsblock .newsauto .itemnew{
    
}
.pagenews > h2{
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--color-txt);
	margin: 50px auto 25px auto;
}
.pagenews > p a{
	color: var(--color-grey-light);
}
.pagenews > p a:hover{
	text-decoration: none;
}
.pagenews > p img{
	max-width: 100%;
	object-fit: contain;
	border-radius: 25px;
	margin: 25px auto 25px auto;
}
.catalog > .news{
	width: calc(100% / 4 - 22.5px);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 15px;
}
.catalog > .news img{
	width: 100%;
	height: 184px;
	object-fit: cover;
	border-radius: 25px;
	transition: all 0.3s ease-in-out;
}
.catalog > .news a:hover img{
	opacity: 0.6;
}
.catalog > .news .h{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.catalog > .news .h:hover{
	color: var(--color-main);
}
.catalog > .news .newsin{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 15px;
	gap: 30px;
}
.catalog > .news .newsin .tag{
	background: var(--color-main);
	border: 1px solid var(--color-main);
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding: 5px 10px;
}
.catalog > .news .newsin .date{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #ADADB0;
}

.pagecontactsouter{
	width: 100%;
	margin: 75px auto 0 auto;
}
.pagecontacts{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 75px;
}
.pagecontacts > .map{
	border-radius: 25px;
	overflow: hidden;
}
.pagecontacts > .contacts{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 50px;
}
.pagecontacts .contacts > div{
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.pagecontacts .contacts div > .h{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 15px;
}
.pagecontacts .contacts div .h > span{
	background: var(--color-main);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
}
.pagecontacts .contacts div .h > div{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-txt);
}
.pagecontacts .contacts div > .info{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-grey-light);
	padding: 0 0 0 40px;
}
.pagecontacts .contacts div .info > a{
	text-decoration: none;
	color: var(--color-grey-light);
}
.pagecontacts .contacts div .info > a:hover{
	text-decoration: underline;
}
.pagecontacts .contacts > .ymap{
	width: calc(100% / 4);
	background: var(--color-main);
	height: 50px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.pagecontacts .contacts > .ymap:hover{
	background: none;
	color: var(--color-main);
}

.banner{
	width: 100%;
}
.bannerfight{
	background: url("/img/pngwing.png") no-repeat -75px center,
				url("/img/bannerfight.png") no-repeat left center,
				var(--color-txt);
	max-width: 1400px;
	height: 328px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	margin: 75px auto;
	transition: all 0.3s ease-in-out;
}
.bannerfight:hover{
	background: url("/img/pngwing.png") no-repeat 0px center,
				url("/img/bannerfight.png") no-repeat left center,
				var(--color-txt);
}
.bannercar{
	background: url("/img/bannercarbgred.png") no-repeat 240px center,
				url("/img/bannercarbgdark.png") no-repeat right center,
				url("/img/bannercar.png") no-repeat left center / auto 328px;
	max-width: 1400px;
	height: 328px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	margin: 75px auto;
	transition: all 0.3s ease-in-out;
}
.bannercar:hover{
	background: url("/img/bannercarbgred.png") no-repeat 240px center,
				url("/img/bannercarbgdark.png") no-repeat right center,
				url("/img/bannercar.png") no-repeat left center / auto 370px;
}
.bannerin{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 0 0 375px;
}
.bannerin > .h{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.bannerin > .h span{
	font-size: 45px;
	color: var(--color-main);
}
.bannerin > .txt{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 40px 0;
}
.bannerin > .txt span{
	font-weight: 500;
	color: var(--color-main);
}
.bannerin > form{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin: 0 0 20px 0;
}
.bannerin > form input{
	width: 370px;
	height: 65px;
	border: 0px;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	padding: 0 20px;
}
.bannerin > form button{
	background: var(--color-main);
	width: 370px;
	height: 65px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.bannerin > form button:hover{
	background: none;
	color: var(--color-main);
	cursor: pointer;
}
.bannerin > .txtmini{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: var(--color-grey-light);
}
.bannerin > .txtmini a{
	color: var(--color-grey-light);
}

.infoblock{
	width: 100%;
}
.infoblock .infoblockin{
	max-width: 1400px;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 75px auto;
}
.infoblock .infoblockin > .top{
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px 0;
}
.infoblock .infoblockin > .top .h{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: var(--color-txt);
}
.infoblock .infoblockin > .top .more{
	background: var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 5px 20px;
	transition: all 0.3s ease-in-out;
}
.infoblock .infoblockin > .top .more img{
	position: relative;
	transition: all 0.3s ease-in-out;
	right: 0px;
}
.infoblock .infoblockin > .top .more:hover img{
	right: -5px;
}
.infoblock .infoblockin > .top .arrow{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.infoblock .infoblockin > .top .arrow a, .infoblock .infoblockin > .top .arrow div{
	background: #fff;
	width: 50px;
	height: 50px;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	transition: background 0.3s ease-in-out;
}
.infoblock .infoblockin > .top .arrow a:hover, .infoblock .infoblockin > .top .arrow div:hover{
	background: var(--color-main);
	cursor: pointer;
}
.infoblock .infoblockin > .top .arrow a.left, .infoblock .infoblockin > .top .arrow div.left{
	background: url("/img/arrowblack.png") no-repeat center,
				#fff;
}
.infoblock .infoblockin > .top .arrow a.right, .infoblock .infoblockin > .top .arrow div.right{
	background: url("/img/arrowblack.png") no-repeat center,
				#fff;
	transform: rotate(180deg);
}
.infoblock .infoblockin > .top .arrow a.left.active, .infoblock .infoblockin > .top .arrow div.left.active, .infoblock .infoblockin > .top .arrow a.left:hover, .infoblock .infoblockin > .top .arrow div.left:hover{
	background: url("/img/arrowwhite.png") no-repeat center,
				var(--color-main);
	transform: rotate(180deg);
}
.infoblock .infoblockin > .top .arrow a.right.active, .infoblock .infoblockin > .top .arrow div.right.active, .infoblock .infoblockin > .top .arrow a.right:hover, .infoblock .infoblockin > .top .arrow div.right:hover{
	background: url("/img/arrowwhite.png") no-repeat center,
				var(--color-main);
	transform: rotate(0deg);
}
.infoblock .infoblockin .content{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.infoblock .infoblockin .content .special, .catalog .special{
	width: calc(100% / 3 - 20px);
	height: 200px;
	overflow: hidden;
	will-change: transform;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.infoblock .infoblockin .content .special > .info, .catalog .special > .info{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 5px;
	margin: 25px 0 0 25px;
}
.infoblock .infoblockin .content .special .info > .h, .catalog .special .info > .h{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-txt);
}
.infoblock .infoblockin .content .special .info > .txt, .catalog .special .info > .txt{
	width: 60%;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--color-grey-light);
}
.infoblock .infoblockin .content .special > .more, .catalog .special > .more{
	background: #C2C2C4;
	width: 138px;
	height: 38px;
	border: 1px solid #C2C2C4;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--color-txt);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 25px 25px;
}
.infoblock .infoblockin .content .special > .more:hover, .catalog .special > .more:hover{
	background: none;
	color: var(--color-txt);
	transition: all 0.3s ease-in-out;
}
.infoblock .infoblockin .content .logo{
	width: 325px;
	height: 130px;
	border-radius: 1px solid #EFF0F0;
	border-radius: 25px;
	display: flex;
	transition: all 0.3s ease-in-out;
}
.infoblock .infoblockin .content .logo:hover{
	opacity: 0.6;
	cursor: pointer;
}
.infoblock .infoblockin .content .video{
	/* background: url("/img/tube.png") no-repeat center,
				var(--color-txt); */
	display: flex;
}
.infoblock .infoblockin .content .video video{
	border-radius: 25px;
}

.video.swiper-slide{
    position: relative;
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.video.swiper-slide video{
    width: 100%;
    height: auto;
    display: block;
}
.play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background: url('/img/play.png') no-repeat center / 25px, rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 2;
	transition: all 0.3s ease-in-out;
}
.video.swiper-slide:hover .play-button{
    background: url('/img/play.png') no-repeat center / 25px, rgba(0, 0, 0, 1);
}
.video.swiper-slide.playing .play-button{
    opacity: 0;
}

.infoblock .infoblockin .content .news{
	width: 325px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.infoblock .infoblockin .content .news a > img{
	width: 320px;
	height: 180px;
	object-fit: cover;
	border-radius: 25px;
	display: flex;
	transition: all 0.3s ease-in-out;
}
.infoblock .infoblockin .content .news a:hover > img{
	opacity: 0.6;
}
.infoblock .infoblockin .content .news > .h{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-txt);
	text-decoration: none;
	margin: 20px 0 10px 0;
	transition: all 0.3s ease-in-out;
}
.infoblock .infoblockin .content .news > .h:hover{
	color: var(--color-main);
}
.infoblock .infoblockin .content .news > .newsin{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 15px;
	gap: 30px;
}
.infoblock .infoblockin .content .news .newsin > .date{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ADADB0;
}
.infoblock .infoblockin .content .news .newsin > .tag{
	background: var(--color-main);
	border: 1px solid var(--color-main);
	border-radius: 6px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	padding: 3px 5px
}
.infoblock .infoblockin .content .aboutmini{
	width: 550px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-txt);
}
.infoblock .infoblockin .content .aboutvideo{
	/* background: url("/img/tube.png") no-repeat center,
				url("/img/aboutvideo.png") no-repeat center,
				var(--color-txt);
	width: 700px;
	height: 400px; */
	border-radius: 25px;
	display: flex;
}
.infoblock .infoblockin .content .aboutvideo video{
	object-fit: cover;
	border-radius: 25px;
	box-shadow: var(--box-shadow);
}

.map{
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.map .mapin{
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
	padding: 40px;
	position: absolute;
	top: 22%;
	right: 15%;
	box-shadow: var(--box-shadow);
}
.map .mapin > div{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
}
.map .mapin > a{
	background: var(--color-main);
	height: 50px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.map .mapin > a:hover{
	background: none;
	color: var(--color-main);
}
.map .mapin div.two{
	align-items: flex-start;
	gap: 15px;
}
.map .mapin div span{
	background: var(--color-main);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map .mapin div > div{
	width: 255px;
	line-height: 25px;
}
.map .mapin div.two > div{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.map .mapin div div > a, .map .mapin div div > div, .map .mapin div > a{
	color: var(--color-txt);
	text-decoration: none;
}
.map .mapin div > a:hover{
	text-decoration: underline;
}

footer{
	background: var(--color-txt);
	width: 100%;
}
footer > .link{
	max-width: 1400px;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
footer .link > a{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	display: flex;
	transition: all 0.3s ease-in-out;
}
footer .link > a:hover{
	color: var(--color-main);
}
footer > .footer{
	background: #1B1B1B;
	max-width: 100%;
	height: 150px;
	border-top: 1px solid var(--color-grey-light);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
footer .footer > .footerin{
	width: 1400px;
	height: 150px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
footer .footer .footerin > .company{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
footer .footer .footerin .company > span{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
footer .footer .footerin .company > div{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
footer .footer .footerin .company div > a{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--color-grey-light);
}
footer .footer .footerin .company div > a:hover{
	text-decoration: none;
}
footer .footer .footerin > .txt{
	max-width: 600px;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: var(--color-grey-light);
}
footer .footer .footerin > a img{
	width: 215px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	display: flex;
	transition: all 0.3s ease-in-out;
}
footer .footer .footerin > a:hover img{
	transform: scale(1.05);
}

/*menu*/
.hidden-menu-ticker {
    display: none;
}
.menu{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 20px;
}
.menu > .navmb{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.menu .navmb > a{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-txt);
	text-transform: uppercase;
	text-decoration: none;
}
.menu .navmb > a::before{
	content: "";
	background: url(/img/arrowmenu.svg) no-repeat center / contain;
	width: 8px;
	height: 8px;
	display: inline-flex;
	margin: 0 5px 0 0;
}
.btn-menu {
    color: #000;
    border: 0px solid var(--color-main);
    padding: 0px;
    cursor: pointer;
    transition: left .23s;
    z-index: 93;
    width: 28px;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.black .btn-menu span{
	background-color: #000;
}
.btn-menu span {
    display: block;
    height: 3px;
	border-radius: 10px;
    background-color: var(--color-txt);
    margin: 6px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}
.btn-menu span.second {
	margin: 6px 0px 0 0;
}
.btn-menu span.first {
    margin-top: 0;
}
.hidden-menu {
    display: block;
    position: fixed;
    padding: 30% 60px 0 60px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: -100%;
    transition: left .2s;
    z-index: 91;
    transform: translateZ(0);
    backface-visibility: hidden;
	overflow: scroll;
}
.hidden-menu-ticker:checked ~ .btn-menu {
	top:50px;
    left: 50%;
	margin: 0 0 0 -30px;
	position: fixed;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
    transform: rotate(45deg);
    top: 6px;
	width: 40px;
	background-color: var(--color-main);
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
    transform: rotate(-45deg);
    top: -10px;
	width: 40px;
	background-color: var(--color-main);
}

.fncbx{
	background: url("/img/catalognewbg.png") no-repeat right top / 500px 100%,
				#fff !important;
	background-blend-mode: multiply;
	width: 900px;
	padding: 0 !important;
	border-radius: 25px;
}
.fncbxin{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.fncbxin > .fncbxform{
	width: 400px;
	padding: 40px 0 40px 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 30px;
}
.fncbxin > .fncbxform .htxt{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.fncbxin > .fncbxform .htxt .h{
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: var(--color-txt);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.fncbxin > .fncbxform .htxt .h span{
	color: var(--color-main);
}
.fncbxin > .fncbxform .htxt .txt{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fncbxin > .fncbxform .htxt .txt span{
	color: var(--color-main);
}
.fncbxin > .fncbxform form{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.fncbxin > .fncbxform form input{
	background: #EFF0F0;
	width: 100%;
	height: 50px;
	border: 0px;
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-txt);
	display: flex;
	padding: 0 20px;
}
.fncbxin > .fncbxform form input::placeholder{
	color: var(--color-txt);
}
.fncbxin > .fncbxform form button{
	background: var(--color-main);
	width: 100%;
	height: 65px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.fncbxin > .fncbxform form button:hover{
	background: #fff;
	color: var(--color-main);
}
.fncbxin > .fncbxform .txtmini{
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: var(--color-grey-light);
}
.fncbxin > .fncbxform .txtmini a{
	color: var(--color-grey-light);
}
.fncbxin > .fncbxform .txtmini a:hover{
	text-decoration: none;
}
.fncbxin > .fncbximg{
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.fncbxin > .fncbximg img.girl{
	width: 500px;
	object-fit: contain;
	position: absolute;
	bottom: 0px;
	right: -25px;
}
.fncbxin > .fncbximg img.car{
	width: 400px;
	object-fit: contain;
	border-radius: 25px;
}

.swiper-home{
	width: 100%;
	max-width: 1920px;
	height: 600px;
	position: relative;
	overflow: hidden;
	margin: 75px auto 0 auto;
}
.swiper-special, .swiper-bank, .swiper-video, .swiper-news, .swiper-page-used{
	overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
}
.swiper-home > .swiper-wrapper .swiper-slide img, .swiper-home  .swiper-slide a img, .swiper-slide img{
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.swiper-carused img{
	height: 335px;
	object-position: top center;
}

.swiper-home .swiper-slide > a:hover img{
	opacity: 0.8;
}

}