html{
	font-family:Roboto, sans-serif;
	color:#2b2b2b;
}

*{
	outline:none;
}

/* basic */
.wrap{
	width:1340px;
	margin:0 auto;
}

a{
	text-decoration:none;
	color:#2b2b2b;
}

/* header */
.header{
	background:#fafafa;
	padding-top:58px;
	box-sizing:border-box;
}

.header .header-logo{
	display:flex;
	align-items:center;
	border-right:3px solid #dbdfe8;
}

.header .header-logo .header-logo-text{
	margin-left:22px;
	font-size:16px;
}

.header .header-logo .header-logo-text span{
	font-size:24px;
	font-weight:500;
	display:flex;
}

.header .header-contacts{
	font-size:16px;
	line-height:32px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.header .header-contacts img{
	margin-right:10px;
}

.header .header-space{
	flex:1;
}

.header .header-cart{
	width:68px;
	height:57px;
	border-radius:15px;
	margin-right:32px;
	background:#dce3f6 url(../../images/cart.png) center no-repeat;
	visibility: hidden;
}

.header .header-phone{
	width:278px;
	height:57px;
	background:var(--primary-color) url(../../images/phone.png) 18px center no-repeat;
	border-radius:15px;
	padding-left:27px;
	box-sizing:border-box;
	line-height:57px;
	font-size:22px;
	text-align:center;
	font-weight:500;
	position:relative;
	background-size: 25px;
}

.header .header-phone span{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	position:absolute;
	width:100%;
	text-align:center;
	top:-25px;
	left:0;
}

/* main-menu */
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 78px;
	border-radius: 15px;
	display: flex;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	position: relative;
	/* top: -77px; */
	background: #fff;
	/* overflow: hidden; */
	bottom: 40px;
}

.main-menu li a{
	display:flex;
	align-items:center;
	line-height:78px;
	padding:0 25px;
	font-size:16px;
	font-weight:500;
	border-right:3px solid #dbdfe8;
}

/*.main-menu li a:hover {
	background-color: var(--primary-color);
}*/
.main-menu li:last-child a{
	border-right:none;
}

.main-menu li a.active{
	background:var(--primary-color);
}

.main-menu li:first-child a:hover{
	background:var(--primary-color);
	border-radius: 15px 0px 0px 15px;
}


.main-menu li a img{
	max-width:38px;
	margin-right:10px;
}

/* complex */
/*.complex{*/
/*	height:303px;*/
/*	background:#383838;*/
/*	margin-top:25px;*/
/*	border-radius:15px;*/
/*	padding:65px 0 0 30px;*/
/*	box-sizing:border-box;*/
/*	position:relative;*/
/*}*/

.complex .complex-image{
	position:absolute;
	/*top:-15px;*/
	right:0;
	width:579px;
	height:455px;
	background:url(../../images/complex.png) center no-repeat;
	background-size: cover;
}

.complex .complex-title{
	font-size: 33px;
	color: #fff;
	font-weight: 400;
	display: block;
}

.complex .complex-items{
	/*margin-top:50px;*/
	height:42px;
	line-height:21px;
	font-size:16px;
	color:#fff;
	display:flex;
}

.complex .complex-items .complex-item{
	margin-right:40px;
	padding-left:55px;
	background:url(images/complex-item.png) left center no-repeat;
	background-size: 43px;
}

.complex-tags{
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
	width:775px;
}

.complex-tags .complex-tag{
	margin-right:10px;
	line-height:35px;
	border:1px solid var(--primary-color);
	border-radius:15px;
	font-size:16px;
	padding:0 20px;
	margin-top:10px;
}

.complex-tags .complex-tag:hover{
	background-color: var(--primary-color);
}

/* services */
.services{
	padding: 85px 0 85px 0;
	box-sizing:border-box;
	background:#383838;
}

.services .wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items:center;
}

.services .service{
	width:23%;
	height:110px;
	flex:none;
	margin-top:40px;
	background:#fff;
	border-radius:15px;
	display:flex;
	align-items:center;
}

.models-item {
	flex-direction: column;
	width: 31%!important;
	height: 158px!important;
	margin-top: 40px;
	margin-right: 30px;
}

/*.services .service:nth-child(-n+4){
	margin-top:0;
}*/

.services .service img{
	margin: 0 13px 0 10px;
	max-width: 57px;
}

.services .service .label{
	font-size:20px;
	line-height:24px;
	cursor: pointer;
}

.services .service .label:hover{
	color:#383838;
}

.services .service-double{
	margin-top:40px;
	width:48%;
	height:110px;
	background:var(--primary-color);
	border-radius:15px;
	display:flex;
	align-items:center;
	font-size:17px;
	line-height:20.4px;
}

.services .service-double img{
	width: 61px;
	margin:0 35px;
}

.services .service-double a{
	color:#383838;
}

/* prices */
.prices {
	padding:60px 0;
}

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

.prices .prices-content .prices-items{
	flex:1;
}

.prices .prices-content .right-services-list{
	margin-bottom: 20px;
}

.prices .prices-content .prices-items .prices-search input{
	width:100%;
	height:50px;
	padding:0 25px 0 65px;
	border:1px solid var(--primary-color);
	border-radius:15px;
	box-sizing:border-box;
	background:#fff url(../../images/search.png) 20px center no-repeat;
}

.prices .prices-content .prices-items .prices-search .show-prices-menu{
	display:none;
}

.prices .prices-content .prices-items .prices-sidebar-mobile{
	display:none;
}

.prices .prices-content .prices-items .prices-table {
	border-radius:15px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	width: 100%;
	background-color: white;
}

.prices .prices-content .prices-items .prices-table:hover{
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

.prices .prices-content .prices-items .prices-table .prices-table-header{
	height:85px;
	line-height:85px;
	background:#383838;
	color:#fff;
	font-size:25px;
	padding:0 30px;
	border-radius: 15px 15px 0 0;
	font-weight: 400;
}

.prices .prices-content .prices-items .prices-table .prices-table-items .prices-table-item{
	line-height:45px;
	padding:0 30px;
	display:flex;
	justify-content:space-between;
	/*background:#fff;*/
}

.prices .prices-content .prices-items .prices-table .prices-table-items .prices-table-item:nth-child(2n+1){
	/*background:#f6f6f7;*/
}

.table-striped tbody tr:nth-child(odd) {
	background-color: #f6f6f7;
}

.prices .prices-content .prices-items .prices-callback-mobile{
	display:none;
}

.prices .prices-content .prices-sidebar{
	width:390px;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu img{
	width: 42px;
	height: 42px;
	margin: 0px 12px 0px 15px;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu {
	border-radius:15px;
	overflow:hidden;
	padding:0;
	margin:0 0 25px 0;
	list-style:none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.fixed-menu-main-page {
	position: sticky;
	top: 0;
	min-height: 2em;
	visibility: visible;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li{
	border-left:7px solid var(--primary-color);
	border-bottom:3px solid #dbdfe8;
	background:#fff;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li:last-child{
	border-bottom:none;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a{
	display:flex;
	cursor: pointer;
	align-items: center;
	padding: 10px;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a:hover, .prices .prices-content .prices-sidebar .prices-sidebar-menu li a.active{
	background:var(--primary-color);
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a.disabled-menu-link{
	opacity:0.3;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a.disabled-menu-link:hover{
	cursor:default;
	background:#fff;
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:42px;
	margin-right:14px;
	background:#f4f7ff;
	filter:grayscale(1);
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a:hover span, .prices .prices-content .prices-sidebar .prices-sidebar-menu li a.active span{
	filter:grayscale(0);
	background:var(--primary-color);
}

.prices .prices-content .prices-sidebar .prices-sidebar-menu li a.disabled-menu-link:hover span{
	background:#f4f7ff;
}

.prices .prices-content .prices-sidebar .prices-callback{
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:16px;
	line-height:24px;
	background:var(--primary-color);
	border-radius:15px;
	padding:25px;
}

.prices .prices-content .prices-sidebar .prices-callback span{
	margin-top:10px;
}

.prices .prices-content .prices-sidebar .prices-callback span a{
	color:#383838;
}

/* info */
.info{
	padding:30px 0 50px;
}

.info p{
	font-size:18px;
	line-height:30px;
	padding:0;
	margin:25px 0 55px 0;
}

.info .info-subtitle{
	font-size:30px;
	font-weight:500;
	margin:55px 0 0;
}

.info ul{
	margin:30px 0;
	padding:0;
	list-style:none;
}

/*.info ul li{*/
/*	font-size:20px;*/
/*	line-height:40px;*/
/*	padding-left:35px;*/
/*	background:url(../../images/info-check.png) left center no-repeat;*/
/*	background-size:20px;*/
/*}*/

.info .info-auto{
	border:1px solid #383838;
	border-radius:15px;
}

.info .info-auto .info-auto-title{
	margin:40px 0 50px 35px;
	font-size:30px;
	font-weight:500;
}

.info .info-auto .info-auto-list{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	height:890px;
	margin-bottom:50px;
}

.info .info-auto .info-auto-list .info-auto-name{
	font-size:20px;
	line-height:40px;
	/*padding-left:15px;*/
	position:relative;
}

.info .info-auto .info-auto-list .info-auto-name span.letter{
	/*position:absolute;*/
	top:0;
	left:0;
	width:45px;
	text-align:center;
	line-height:40px;
	color:#383838;
	font-size: 25px;
	font-weight: 600;
}

.info .info-auto .info-auto-list .info-auto-name:hover{
	color:#383838;
}

/* footer */
.footer{
	height:350px;
	background:#fafafa;
	padding-top:75px;
	box-sizing:border-box;
}

.footer .wrap{
	display:flex;
}

.footer .wrap .footer-logo{
	flex:0.75;
	text-align:center;
}

.footer .wrap .footer-logo img{
	margin-bottom:22px;
	width: 176px;
}

.footer .wrap .footer-logo-text{
	font-size:16px;
	line-height:24px;
}

.footer .wrap .footer-logo-text span{
	display:block;
	font-size:25px;
	line-height:30px;
	font-weight:500;
	margin-bottom:5px;
}

.footer .wrap .footer-center{
	flex:1.5;
	display:flex;
	justify-content:space-around;
}

.footer .wrap .footer-menu .footer-menu-title{
	font-size:21px;
	font-weight:700;
	margin-bottom:28px;
}

.footer .wrap .footer-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

.footer .wrap .footer-menu ul li{
	margin-bottom:10px;
}

.footer .wrap .footer-menu ul li a{
	font-size:21px;
}

.footer .wrap .footer-contacts{
	flex:0.75;
}

.footer .wrap .footer-contacts .footer-contacts-title{
	font-size:21px;
	font-weight:700;
	margin-bottom:28px;
}

.footer .wrap .footer-contacts .footer-contacts-phone{
	display:flex;
	align-items:center;
	font-size:32px;
	margin-bottom:11px;
	font-weight:500;
}

.footer .wrap .footer-contacts .footer-contacts-phone img{
	width: 25px;
	margin-right:15px;
}

.footer .wrap .footer-contacts .footer-contacts-item{
	display:flex;
	align-items:center;
	font-size:21px;
	margin-bottom:10px;
}

.footer .wrap .footer-contacts .footer-contacts-item img{
	margin-right:15px;
	width: 25px;
}

.footer-menu-mobile {
	display: none;
}

/* copyright */
.copyright{
	height:100px;
	display:flex;
	flex-direction:column;
	background:#fafafa;
	border-top:2px solid #e6e4f7;
	font-size:15px;
	line-height:25px;
	color:#333;
	font-weight:300;
	justify-content:center;
}

/* cars */
.cars{
	margin:125px 0 100px;
	position:relative;
}

.cars:before{
	content:'';
	position:absolute;
	bottom:-57px;
	left:0;
	width:calc(50% - 108px);
	height:237px;
	background:var(--primary-color);
	border-radius:0 35px 35px 0;
}

.cars:after{
	content:'';
	position:absolute;
	top:-57px;
	right:0;
	width:calc(50% - 123px);
	height:237px;
	background:var(--primary-color);
	border-radius:35px 0 0 35px;
	z-index:-1;
}

.cars .cars-slider-item{
	display:flex;
	justify-content:center;
	position:relative;
}

.cars .cars-slider-item:after{
	content:'';
	position:absolute;
	bottom:0;
	left:calc(50% + 100px);
	width:60px;
	height:60px;
	background:#383838 url(../../images/zoom.png) center no-repeat;
	border-radius:0 0 15px 0;
	cursor:pointer;
	background-size: 35px;
}
.cars .cars-slider-item:hover:after{
	background-color: #322664;
}

/* header-fixed */
.header-fixed{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background:var(--primary-color);
	z-index:2;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
}
.header-mobile-block {
	display: none;
}
.header-fixed .wrap{
	display:flex;
	justify-content:space-between;
	position:relative;
}

.header-fixed .header-fixed-menu{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:0.2s;
}

.header-fixed .header-fixed-menu:hover, .header-fixed .header-fixed-menu.active{
	background:#fff;
}

.header-fixed .header-fixed-menu img{
	max-width:80%;
	max-height:80%;
	transition:0.2s;
}

.header-fixed .header-fixed-menu.active img{
	transform:rotate(90deg);
}

.header-fixed .header-fixed-logo{
	height:50px;
	line-height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
	font-size:20px;
}

.header-fixed .header-fixed-logo img{
	max-height:40px;
	margin-right:10px;
}

.header-fixed .header-fixed-cart{
	height:50px;
	line-height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:0.2s;
}

.header-fixed .header-fixed-main-menu{
	display:none;
	position:absolute;
	width:100%;
	left:0;
	top:50px;
	margin:0;
	padding:0;
	background:#fff;
	border-radius:0 0 15px 15px;
	overflow:hidden;
	list-style:none;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
}

.header-fixed .header-fixed-main-menu li{
	border-top:2px solid #dbdfe8;
}

.header-fixed .header-fixed-main-menu li:first-child{
	border-top:none;
}

.header-fixed .header-fixed-main-menu li a{
	display:block;
	height:50px;
	line-height:50px;
	padding:0 15px;
	display:flex;
	align-items:center;
}

.header-contacts-time img {
	width: 16px;
}

.header-contacts-address img {
	width: 16px;
}

.main-menu li a.active:hover {
	background:var(--primary-color);
}
.header-fixed .header-fixed-main-menu li a:hover{
	background:var(--primary-color);
}

li > a.active:hover {

}
.header-fixed .header-fixed-main-menu li a img{
	max-height:30px;
	margin-right:10px;
}

/* page brand */
.services-brand {
	background: #ffffff;
	padding: 0;
}
.services-brand-content {
	display: flex;
	justify-content: space-between!important;
	flex-direction: row-reverse;
}

.right-top-header-banner {
	display: flex;
	border-radius: 15px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 6px 8px 0px rgb(34 60 80 / 20%);
	background: #383838;
	color: #fff;
}

.right-top-big-image img {
	width: 100%;
	margin-left: 24%;
}

.prices-items .right-top-header-banner img {
	max-width: 80px;
	height: 80px;
	/* margin: 0 auto; */
	padding: 18px;
}

.prices-items .right-top-header-banner .label-banner {
	/* margin-top: 25px; */
	line-height: 34px;
	font-size: 27px;
	text-align: inherit;
	padding: 18px;
}
.prices-items .prices-callback-brand-page {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 22px;
	line-height: 36px;
	background: var(--primary-color);
	border-radius: 15px;
	padding: 0 54px;
	text-align: center;
}

.prices-items .prices-callback-brand-page a {
	font-size: 26px;
	font-weight: 600;
}
.services-brand-list {
	height: 209px;
	width: 483px;
	display: flex;
	flex-flow: column wrap;
}

.services-brand-list .item-services-brand-list {
/*	color: #6c5cd4;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 300;
	padding: 0px;
	margin: 0px 108px 0px 0px;*/
	color: #6c5cd4;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 300;
	padding: 0px;
	margin: 0px 64px 0px 0px;
	line-height: 41px;
}
.prices-sidebar-car-list .cars-list {
	display: grid;
}

.prices-sidebar .prices-sidebar-car-list {
	border: 2px solid #dce3f6;
	border-radius: 15px;
	overflow: hidden;
	width: 88%;
	line-height: 6.4;
	padding: 22px;
}

.prices-sidebar .prices-sidebar-car-list img {
	width: 144px;
	height: auto;
	transform: scaleX(-1);
}

.prices-sidebar .prices-sidebar-car-list strong {
	font-size: 15px;
	margin: 0px 0px 0px 30px;
	text-decoration: inherit;
	position: absolute;
	font-weight: 500;
}

.prices-sidebar .prices-sidebar-car-list strong:hover {
	color: #383838;
}

.main-menu ul li{
	padding: 0;
}
/*.main-menu li a.active {
	pointer-events: none;
}*/
.main-menu ul > li a:hover:not(.active) {
	background-color: var(--primary-color);
}

.main-menu ul > li div:hover:not(.active) {
	background-color: var(--primary-color);
}

.main-menu ul li, .main-menu ul{
	display: inline-block;
}
.main-menu ul{
	position: relative;
	margin: 0;
	padding: 0;
	display: contents;
	list-style-type: none;
}
.main-menu ul ul{
	display: none;
	position: absolute;
	background-color: var(--primary-color);
	margin-top: 0px;
	width: auto;
	z-index: 999;
}
.main-menu ul a{
	display: flex;
	align-items: center;
	line-height: 78px;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 500;
	border-right: 3px solid #dbdfe8;
	cursor: pointer;
}
.main-menu ul div{
	display: flex;
	align-items: center;
	line-height: 78px;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 500;
	border-right: 3px solid #dbdfe8;
	cursor: pointer;
}
.main-menu ul ul a{
	text-decoration: none;
	border-right: none;
	line-height: 38px;
}

.main-menu ul ul a:hover{
	background-color: #383838;
	color: #ffffff;
}

.main-menu li:hover ul{
	display: block;
}

.main-menu li:hover li{
	display: block;
}

.prices-service-search{
	width: 100%;
	height: 50px;
	padding: 0 25px 0 65px;
	border: 1px solid var(--primary-color);
	border-radius: 15px;
	box-sizing: border-box;
	background: #fff url(../../images/search.png) 20px center no-repeat;
}

.right-services-list {
	display: flex;
	position: relative;
	background: #fff;
	border: 3px solid #dce3f6;
	border-radius: 15px;
	/*padding: 20px;*/
	/*margin: 0 -70px 39px 39px;*/
}

.right-services-list img {
	width: 260px;
	height: 215px;
	object-fit: cover;
	margin: 0 0 -4px 0;
	border-radius: 12px 0 0 12px;
}

.right-services-list span {
	display: block;
	position: absolute;
	line-height: 34px;
	font-size: 23px;
	text-align: inherit;
	padding: 19px;
	font-weight: 500;
	z-index: 99;
}

.right-services-list span:hover {
	color: #383838;
}

.services-list-count {
	display: flex;
	position: absolute;
	padding: 0;
	right: auto;
	height: 100%;
	align-items: flex-end;
}

.services-list-count-price {
	display: block;
	width: 178px;
	text-align: center;
	padding: 14px 23px;
	transition: all 0.3s;
	background: #FDD841 url(images/icon-ruble.png) 9px center no-repeat;
	background-color: var(--primary-color);
	border-radius: 10px;
	font-weight: 400;
	cursor: pointer;
	max-width: 195px;
	font-size: 16px;
	background-size: 24px;
}



.services-list-count-price-list{
	display: block;
	width: 133px;
	text-align: center;
	padding: 12px 8px;
	transition: all 0.3s;
	border-radius: 10px 15px 15px 10px;
	font-weight: 400;
	cursor: pointer;
	max-width: 183px;
	font-size: 16px;
	border: 2px solid #383838;
}

.reviews-rating {
	display: flex;
	justify-content: center;
}

.service-list-rating-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 16px;
	max-inline-size: 1140px;
	margin-inline: auto;
}

.service-list-rating-item {
	flex-basis: 33%;
	min-block-size: 100px;
	box-sizing: border-box;
}
.right-top-big-image-card {
	display: block;
}
.right-top-big-image-card img {
	display: block;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	object-fit: cover;
	/*border: 3px solid #dce3f6;*/
}
.services-articals-card-count {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.services-articals-card-count:last-child {
	margin-left: auto;
}

.services-articals-count-price {
	display: block;
	width: 178px;
	text-align: center;
	padding: 14px 23px;
	transition: all 0.3s;
	background: #FDD841 url(images/icon-ruble.png) 8px center no-repeat;
	background-color: var(--primary-color);
	border-radius: 10px;
	font-weight: 400;
	cursor: pointer;
	max-width: 195px;
	font-size: 16px;
	background-size: 24px;
}

.services-cars-images {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-cars-images .services-cars-slider-item img {
	width: 210px;
	height: 272px;
	object-fit: cover;
	border-radius: 15px;
}

.services-cars-slider-item {
	position: relative;
}

.services-cars-images .services-cars-slider-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(24% + 100px);
	width: 60px;
	height: 59px;
	background: #383838 url(../../images/zoom.png) center no-repeat;
	border-radius: 0 0 10px 0;
	cursor: pointer;
	top: 213px;
	background-size: 35px;
}

.prices-table-item-name {
	white-space: normal;
}

.prices-table-item-price {
	white-space: nowrap;
}

.model-banner-head {
	display: flex;
	align-items: flex-end;
	margin-bottom: 70px;
	padding: 34px 0;
}

.model-banner-head .right-top-header-model img {
	width: 86%;
	float: right;
}
.model-banner-head .left-two-el {
	width: 92%;
}

.model-banner-head .left-two-el h1 {
	margin: 0 0 77px 0;
	width: 90%;
}

.model-banner-head .left-two-el h1:after {
	content: '';
	background: url(../../images/up-arrow.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	background-size: 127px 120px;
	margin: -11px 0 0 0;

}
.model-banner-head .left-top-header-banner {
	display: flex;
	border-radius: 15px;
	padding: 20px;
	-webkit-box-shadow: 0 0 8px 0 rgb(34 60 80 / 20%);
	-moz-box-shadow: rgba(34, 60, 80, 0.2);
	box-shadow: 0 6px 8px 0 rgb(34 60 80 / 20%);
	background: #383838;
	color: #fff;
	width: 94%;
	height: 30%;
	align-items: center;
	line-height: 1.4;
}

.model-banner-head .left-top-header-banner img {
	max-width: 80px;
	height: 80px;
	padding: 18px;
}

.model-banner-head .left-top-header-banner span {
	font-size: 20px;
}

.complex-tags-models {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}

.complex-tags-models .complex-tag-item {
	margin-right: 36px;
	line-height: 35px;
	border: 2px solid #383838;
	border-radius: 15px;
	font-size: 16px;
	padding: 0 22px;
}

.complex-tags-models .complex-tag-item:hover {
	background-color: #383838;
	color: white;
}

.complex-tags-models .complex-tag-item:last-child {
	margin-right: 0;
}

.complex-tags-all {
	display: block;
	width: 133px;
	text-align: center;
	padding: 12px 8px;
	transition: all 0.3s;
	border-radius: 10px 15px 15px 10px;
	font-weight: 400;
	cursor: pointer;
	font-size: 16px;
	border: 2px solid #383838;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.models-list-items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 86px;
	margin-top: 140px;
}

.models-list-items .models-list-car-item {
	display: block;
	position: relative;
	width: 156px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	/* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%); */
	text-decoration: none;
	padding-bottom: 15px;
	transition: box-shadow .3s;
	min-width: 303px;
	margin: 18px 15px 20px 0;
	border: 2px solid #dce3f6;
	border-radius: 15px;
}
.models-list-items .models-list-car-item img {
	max-height: 99px;
	padding: 22px;
}
.models-list-items .models-list-car-item span {
	display: block;
	font-size: 20px;
	align-items: center;
	color: #383838;
}

hr {
	margin: 0px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 2px solid #e6e4f7;
}

.mobile-car-images {
	display: none;
}

.load-more-container {
	background: #fff;
	width: 500px;
	min-height: 500px;
	margin: 20px auto;
	position: relative;
}
.load-more-container ul {
	list-style-type: none;
	padding: 0;
}
.load-more-container ul:after {
	content: "";
	display: table;
	clear: both;
}
.load-more-container ul li {
	width: calc(25% - 10px);
	margin: 10px 5px 0;
	height: 100px;
	color: #fff;
	float: left;
	border-radius: 2px;
}
.load-more-container ul li:nth-child(1n + 5) {
	max-height: 0;
	opacity: 0;
	transition: 0.1s ease-in;
}
.load-more-container .load-more-btn {
	width: 150px;
	line-height: 40px;
	border-radius: 2px;
	margin: 0 auto;
	display: block;
	background: #a69b9b;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.load-more-container .load-more-btn:hover {
	background: #333;
}
.load-more-container .load-more-btn .loaded {
	display: none;
}
.load-more-container #load-more {
	display: none;
}
.load-more-container #load-more:checked ~ ul li:nth-child(1n + 5) {
	max-height: 999px;
	opacity: 1;
	transition: 0.2s ease-in;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
	display: block;
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
	display: none;
}

.breadcrumb {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	/* margin: 35px 0 0; */
	flex-wrap: wrap;
}

.breadcrumb-item {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-left: 0;
	margin: 0 5px 0 0;
	align-items: center;
	display: flex;
}

ol {
	list-style: none;
	padding-left: 1px;
}

ol > li {
	/*padding-left: 30px;*/
	position: relative;
	margin: 0;
	line-height: 1.8;
}

.breadcrumb-item a:visited {
	color: #333;
}

.breadcrumb-item:not(:last-child)::after {
	content: ' /';
}

.breadcrumb-item::after {
	background-size: 100%;
	content: ' ';
	width: 8px;
	margin: 0 0 0 5px;
	position: relative;
	display: block;
}

.header-top-banner-models{
	border-radius: 15px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 54px 0;
	list-style: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: -2px 2px 6px 0px rgb(34 60 80 / 20%);
	background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 70%, var(--primary-color) 70%);
	background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 70%, var(--primary-color) 70%);
	background: linear-gradient(122deg, rgb(255, 255, 255) 70%, var(--primary-color) 70%);
}

.right-top-header-model {
	margin-top: 12px;
}

.right-top-header-model img{
	display: block;
	position: relative;
	width: 108%!important;
	right: -167px;
	top: -19px;
}

/*        .header-top-banner-models:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg,rgba(131,58,180,0) 0,rgba(255,255,255,1) 33%);
            position: absolute;
            z-index: 0;
        }*/

.left-top-header-banner-info {
	display: block;
	padding: 20px;
	color: #000;
	width: 94%;
	height: 30%;
	align-items: center;
	line-height: 2.5;
}

.model-banner-head {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
	padding: 34px 0;
	margin-top: 11px;
}

.left-top-header-banner-info li {
	color: #383838;
	font-size: 29px;
}

.left-top-header-banner-info span {
	font-size: 17px;
	color: #0a0a0a;
	line-height: 1.5;
	display: block;
	top: -2px;
	position: relative;
}

blockquote {
	border-left: 3px solid #6900cf;
	color: #1a1a1a;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.8em;
	margin: 1.1em 0em;
	padding: 1em 2em;
	position: relative;
	transition: 0.2s border ease-in-out;
	z-index: 0;
}
blockquote:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	height: 2em;
	background-color: #fff;
	width: 5px;
	margin-top: -1em;
}
blockquote:after {
	content: "”";
	position: absolute;
	top: 57%;
	left: -0.5em;
	color: #6900cf;
	font-family: "Ionicons";
	font-style: normal;
	line-height: 1em;
	text-align: center;
	text-indent: -2px;
	width: 1em;
	margin-top: -0.5em;
	/* transition: 0.2s all ease-in-out, 0.4s transform ease-in-out; */
	font-size: 42px;
}
blockquote.format:before, blockquote.format:after {
	display: none;
}
blockquote.book:after {
	content: "";
}
blockquote.podcast:after {
	content: "";
}
blockquote.lyrics:after {
	content: "";
}
blockquote.favorite:after {
	content: "";
}
blockquote:active:after {
	transform: rotateY(360deg);
}

.lvl2 {
	font-weight: 600;
	font-size: 25px;
}

/*.cars-slider {*/
/*	display: flex;*/
/*	overflow-x: auto;*/
/*}*/

/*.cars-slider > div {*/
/*	margin-right: 10px;*/
/*}*/




/* Float four columns side by side */
.column {
	float: left;
	width: 25%;
	padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Style the counter cards */
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
	padding: 16px;
	text-align: center;
	background-color: #f1f1f1;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
}



/* DEMO */

.grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(100px, 1fr));
	grid-gap: 10px;
	align-items: stretch;
}
.grid > img {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
	max-width: 100%;
	object-fit: cover;
}

/* GRID DEMO - из сервисов */

/* Design */
.cards *,
.cards *::before,
.cards *::after {
	box-sizing: border-box;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cards_item {
	display: flex;
	padding: 1rem;
}

@media (min-width: 40rem) {
	.cards_item {
		width: 50%;
	}
}

@media (min-width: 56rem) {
	.cards_item {
		width: 33.3333%;
	}
}

.card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	justify-content: space-between;
}

.card_content {
	line-height: 23px;
	padding: 7px 0 7px 0;
}

.card_image {
	height: 100%;
	display: flex;
	align-items: center;
}

.card_image img {
	height: auto;
	max-width: 119%;
	vertical-align: middle;
	margin-left: 24%;
}

.card_title {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0px;
}

.card_text {
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	font-weight: 400;
}
.made_by{
	font-weight: 400;
	font-size: 13px;
	margin-top: 35px;
	text-align: center;
}

.contacts-single {
	display: flex;
	flex-direction: row;
	width: fit-content;
	height: 65px;
	background-color: var(--primary-color);
	align-items: center;
	border-radius: 15px;
	padding: 0 10px;
}

.contacts-single .contacts-single__icon {
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts-single .contacts-single__icon svg {
	fill: #3c3c3c;
	height: 24px;
	width: 24px;
}

.contacts-single .contacts-single__phone-number {
	width: 100%;
	font-weight: 600;
	font-size: 21px;
}

/* Service list */

.service-list {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	border-radius: 15px;
	border-left: 7px solid rgb(97, 97, 97);
	border-right: 7px solid rgb(97, 97, 97);
	border-top: 1px solid rgb(97, 97, 97);
	border-bottom: 1px solid rgb(97, 97, 97);
}

.service-item {
	padding: 0;
	border-bottom: 1px solid rgba(97, 97, 97, 0.5);
}

.service-item:last-child {
	border-bottom: none;
}

.service-link {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
	color: rgb(97, 97, 97);
}
.service-name {}

.service-price {
	color: rgb(97, 97, 97);
}

.service-link:hover {
	font-weight: bold;
}
