@import url("bootstrap-icons.css");
@import url("../fonts/stylesheet.css");

header {
	height: 90px;
}

header .bg-light {
	background-color: #606062 !important;
}

.alpv-container {
	box-sizing: content-box;
	padding: 30px 20px 60px;
	margin-left: auto;
	margin-right: auto
}

header .container-fluid,
header .row {
	height: 100%;
}

@media (max-width:1279px) {
	.alpv-container {
		width: 620px
	}
}

@media (min-width:1280px) {
	.alpv-container {
		width: 880px
	}
}

@media (min-width:1366px) {
	.alpv-container {
		width: 940px
	}
}

@media (min-width:1440px) {
	.alpv-container {
		width: 1055px
	}
}

@media (min-width:1600px) {
	.alpv-container {
		width: 1130px
	}
}

@media (min-width:1900px) {
	.alpv-container {
		width: 1370px
	}
}

@media (max-width:1279px) {
	.container-full-width.alpv-container {
		width: 940px
	}
}

@media (min-width:1280px) {
	.container-full-width.alpv-container {
		width: 1180px
	}
}

@media (min-width:1366px) {
	.container-full-width.alpv-container {
		width: 1260px
	}
}

@media (min-width:1440px) {
	.container-full-width.alpv-container {
		width: 1330px
	}
}

@media (min-width:1600px) {
	.container-full-width.alpv-container {
		width: 1480px
	}
}

@media (min-width:1900px) {
	.container-full-width.alpv-container {
		width: 1780px
	}
}

body {
	font-family: 'Gotham Pro';
	font-size: 16px;
	color: #000;
}

header .menu ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

header .menu ul li a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px 10px;
	color: #000;
	font-size: 14px;
}

@media screen and (min-width: 1300px) {
	header .menu ul li a {
		display: block;
		text-decoration: none;
		transition: all 0.3s ease;
		padding: 10px 12px;
		color: #000;
		font-size: 14px;
	}
}


@media screen and (min-width: 1400px) {
	header .menu ul li a {
		display: block;
		text-decoration: none;
		transition: all 0.3s ease;
		padding: 10px 15px;
		color: #000;
		font-size: 16px;
	}
}

@media screen and (min-width: 1600px) {
	header .menu ul li a {
		display: block;
		text-decoration: none;
		transition: all 0.3s ease;
		padding: 10px 15px;
		color: #000;
		font-size: 16px;
	}
}

header .menu ul li a:hover,
header .menu ul li a.active {
	background-color: #efefef;
}

header .menu ul li i {
	display: none;
}

header .menu ul li.dropdown i {
	display: inline-block;
	vertical-align: middle;
}


header .menu ul ul{
	position: absolute;
	left: 0px;
	top: 100%;
	width: 255px;
	display: flex;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .15);
	padding: 1rem;
	flex-wrap: wrap;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15%);
	transition: all 0.2s ease-in-out;
}




header .menu ul li:hover ul{
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
}

@media screen and (max-width:767px) {
	header .menu ul ul{
		width: 100%;
		display: none;
		position: static;
	}

header .menu ul li:hover ul{
	display: flex;
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	flex-direction: row !important;
}
}

header .menu ul ul li{
	width: 50%;
}

header .menu ul ul li a{
	padding: 8px 10px 3px;
}


header .icons ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

header .icons ul li a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	background-color: #98b02e;
	margin-left: 1rem;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

header .icons ul li a:hover {
	background-color: #212121;
}


header .icons ul li svg {
	width: 20px;
	height: 20px;
	margin-right: -5px;
}

header .alpv-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sidebar {
	height: 100vh;
	flex: 0 0 auto;
	background: #fff;
	z-index: 2;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	margin: 0px -15px;
	width: calc(100% + 30px);
}

.sidebar .block {
	border-bottom: 1px solid #e9e9ec;
	padding-left: calc(1.5rem + 15px);
	padding-right: 15px;
}

.sidebar .block .city {
	background: #fff;
	border: 1px solid #e9e9ec;
	padding: 9px 19px;
	height: 40px;
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
}

.sidebar .block .city .text {
	font-weight: 500;
	color: #313131;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sidebar .block .city .icon {
	font-size: 22px;
	color: #98b02e;
	margin-bottom: -5px;
}

.sidebar .card {
	border: 0px;
}

.sidebar .card-header {
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	padding: 0px;
	border: 0px;
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.sidebar .card-header i {
	color: #98b02e;
	transition: all 0.2s ease;
}

.sidebar .filter-card.active i {
	transform: rotate(180deg);
}

.sidebar .list-group-item {
	border: 0px;
	padding: 0px;
	position: relative;
	display: none;
}

.sidebar .filter-card.active .list-group-item {
	display: block
}

.sidebar .list-group-item.checked {
	display: block !important;
}

.sidebar .list-group-item label {
	padding: 8px;
	display: flex;
	cursor: pointer;
	transition: all 0.2s ease;
	align-items: center;
	border-radius: 4px;
	;
}

.sidebar .list-group-item label:hover {
	background-color: #e5e5e6;

}

.sidebar .list-group-item input[type=checkbox] {
	visibility: hidden;
	width: 1px;
	height: 1px;
	position: absolute;
}

.sidebar .list-group-item input[type=radio] {
	visibility: hidden;
	width: 1px;
	height: 1px;
	position: absolute;
}

.sidebar .list-group-item label i {
	font-size: 22px;
	width: 22px;
	height: 22px;
	border: 1px solid #e5e5e6;
	border-radius: 4px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	transform: unset !important;
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;

}

.sidebar .list-group-item label:hover i {
	border: 1px solid #767676
}

.sidebar .list-group-item input:checked+label i {
	border: 1px solid #98b02e;
	background-color: #98b02e;
	color: #fff;
}

.sidebar .list-group-item label em {
	margin-left: 0.5rem;
	color: #aaa;
	font-style: normal;
	display: none;
	margin-top: 0px;
	margin-bottom: -4px;
}

.sidebar .list-group-item input:checked+label {
	background-color: #e5e5e6;
}

.sidebar .list-group-item label span {
	display: block;
	margin-top: 0px;
	margin-bottom: -4px;
}

.sidebar .filter-card .list-group-item.checked label em {
	display: none;
}

.sidebar .filter-card.active .list-group-item label em {
	display: block !important;
}

.sidebar {
	height: calc(100vh);
	overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
	width: 4px
}

.sidebar::-webkit-scrollbar-track {
	background: hsla(0, 0%, 100%, 0)
}

.sidebar::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.form-control {
	background: #fff;
	border: 1px solid #e9e9ec;
	padding: 9px 19px;
	height: 40px;
	width: 100%;
	border-radius: 4px;
}

.search-mark {
	position: relative;
}

.search-mark .text {
	width: 100%;
}

.search-mark .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #98b02e;
	cursor: pointer;
	width: 30px;
	margin-top: 1px;

}

.search-city {
	position: relative;
}

.search-city .text {
	width: 100%;
}

.search-city .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #98b02e;
	cursor: pointer;
	width: 30px;
	margin-top: 1px;

}

.sidebar .list-group-item.radio label i {
	border-radius: 100%;
}

.sidebar .list-group-item.radio input:checked+label i {
	border: 5px solid #98b02e;
	background-color: #fff;
	color: #98b02e;
}

.sidebar .list-group-item.radio.image img {
	max-width: 40px;
	max-height: 30px;
}

.sidebar .list-group-item.radio div {
	width: 45px;
	height: 30px;
	text-align: center;
	margin: -5px 5px -5px -5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar .block.disabled {
	background-color: #f8f8f8;
	cursor: not-allowed;
	color: #98b02e;
}

.sidebar .block i.bi-exclamation-circle-fill {
	display: none;
}

.sidebar .block i.bi-chevron-down {
	display: block;
}

.sidebar .block.disabled i.bi-exclamation-circle-fill {
	display: block;
	transform: none !important;
}

.sidebar .block.disabled i.bi-chevron-down {
	display: none;
}

.sidebar .block.disabled .card {
	background-color: #f8f8f8;
}

.sidebar .block.disabled .card-header {
	margin: 0px;
	;
	cursor: not-allowed;
	color: #98b02e;
}

.slider-container {
	width: 300px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: -5px;
	;
}

.slider-container .back-bar {
	height: 10px;
	position: relative;
}

.slider-container .back-bar .selected-bar {
	position: absolute;
	height: 100%;
}

.slider-container .back-bar .pointer {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: red;
	cursor: col-resize;
	opacity: 1;
	z-index: 2;
}

.slider-container .back-bar .pointer.last-active {
	z-index: 3;
}

.slider-container .back-bar .pointer-label {
	position: absolute;
	top: -17px;
	font-size: 8px;
	background: white;
	white-space: nowrap;
	line-height: 1;
}

.slider-container .back-bar .focused {
	z-index: 10;
}

.slider-container .clickable-dummy {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slider-container .scale {
	top: 2px;
	position: relative;
	display: none;
}

.slider-container .scale span {
	position: absolute;
	height: 5px;
	border-left: 1px solid #999;
	font-size: 0;
}

.slider-container .scale ins {
	font-size: 9px;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 5px;
	color: #999;
	line-height: 1;
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
	cursor: auto;
}

.theme-green .back-bar {
	height: 3px;
	border-radius: 2px;
	background-color: #eeeeee;
	background-color: #e7e7e7;
}

.theme-green .back-bar .selected-bar {
	border-radius: 2px;
	background-color: #212121;
}

.theme-green .back-bar .pointer {
	width: 14px;
	height: 14px;
	top: -6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 14px;
	border: 4px solid #fff;
	background-color: #212121;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.theme-green .back-bar .pointer-label {
	color: #999;
}

.theme-green .back-bar .focused {
	color: #333;
}

.theme-green .scale span {
	border-left: 1px solid #e5e5e5;
}

.theme-green .scale ins {
	color: #999;
}

.theme-blue .back-bar {
	height: 5px;
	border-radius: 2px;
	background-color: #eeeeee;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-blue .back-bar .selected-bar {
	border-radius: 2px;
	background-color: #92c1f9;
	background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
	background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
	background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
	background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}

.theme-blue .back-bar .pointer {
	width: 14px;
	height: 14px;
	top: -5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #AAA;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-blue .back-bar .pointer-label {
	color: #999;
}

.theme-blue .back-bar .focused {
	color: #333;
}

.theme-blue .scale span {
	border-left: 1px solid #e5e5e5;
}

.theme-blue .scale ins {
	color: #999;
}


.sidebar ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}

.sidebar ul.tabs a {
	color: #767676;
	text-decoration: none;

}

.sidebar ul.tabs a.active {
	color: #000;
}

.sidebar .tab-content {
	padding-top: 1rem;
	padding-right: 1rem;
}

.slider-input {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 38px;
	text-transform: none;
	padding: 0px 9px 0px;
	background: none;
	border: none;
	color: #15151b;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	outline-color: transparent;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 0px;
	height: 38px;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #ddd;
	border-radius: 0px;
	;

}

.tab-content>div {
	display: none;
}

.tab-content>div.active {
	display: block;
}

.filter-result {
	font-size: 16px;
	;
	color: #98b02e;
	font-weight: 500;
	text-align: center;
}

.btn-outline-primary {
	border-radius: 0px;
	font-size: 16px;
	font-weight: 500;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 1rem 2.5rem;
}


.modal-city {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.modal-city .modal-content {
	width: calc(100% + 30px);
	border-radius: 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100vh;
	background-color: #fff;
	margin: 0 -15px;
	padding: 1.5rem 0;
	transition: all 0.2s ease-in-out;
	transform: translateX(-100%);
}


.modal-city.active {
	opacity: 1;
	visibility: visible;
}

.modal-city.active .modal-content {
	transform: translateX(0);
}

.modal-city h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	padding-left: calc(1.5rem + 15px);
}

.modal-city-close {
	color: #767676;
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 26px;
}


.btn {
	border-radius: 0px;
}

main {
	background-color: #f5f5f5;
}

.form-select {
	display: block;
	width: 100%;
	height: 58px;
	text-align: left;
	border-radius: 3px;
	font-size: 16px;
	line-height: 42px;
	text-transform: none;
	padding: 26px 15px 9px;
	background: none;
	border: none;
	color: #15151b;
	box-shadow: none;
	box-sizing: border-box;
	outline: none;
	outline-color: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 10;
	color: #98b02e;
	z-index: 10;
	position: relative;
}

.form-select option {
	font-weight: normal;
	display: block;
	white-space-collapse: collapse;
	text-wrap: nowrap;
	min-height: 1.2em;
	padding: 0px 2px 1px;
	font-size: 110%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.select-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
}

.select-wrapper i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-42%);
}

.grid-list i {
	margin-top: 2px;
	color: #767676;
}

.grid-list a.active i {
	color: #98b02e;
}

.grid-list svg {
	fill: #767676;
	margin-left: 1rem;
	margin-top: -5px;
}

.grid-list a.active svg {
	fill: #98b02e;
}

.grid-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 30px;
	color: #767676;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;

}



.tr-card-grid-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px
}

.car-list .col-lg {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	justify-content: stretch
}

@media (max-width:1279px) {
	.car-list .col-lg {
		width: 300px;
		max-width: 300px;
		min-width: 300px;
	}
}

@media (min-width:1280px) and (max-width:1365px) {
	.car-list .col-lg {
		width: 303px;
		max-width: 303px;
		min-width: 303px;
	}
}

@media (min-width:1366px) and (max-width:1439px) {
	.car-list .col-lg {
		width: 323px;
		max-width: 323px;
		min-width: 323px;
	}
}

@media (min-width:1440px) and (max-width:1599px) {
	.car-list .col-lg {
		width: 271px;
		max-width: 271px;
		min-width: 271px;
	}
}

@media (min-width:1600px) {
	.car-list .col-lg {
		width: 280px;
		max-width: 280px;
		min-width: 280px;
	}
}

.tr-horizontal-card-grid-col {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px)
}

@media (max-width:1899px) {
	.tr-card-grid-hide-hack .car-list .col-lg:nth-child(5) {
		display: none
	}
}

@media (max-width:1439px) {
	.tr-card-grid-hide-hack .car-list .col-lg:nth-child(4) {
		display: none
	}
}

@media (max-width:1279px) {
	.tr-card-grid-hide-hack .car-list .col-lg:nth-child(3) {
		display: none
	}
}

@media (max-width:1899px) {
	.container-full-width .tr-card-grid-hide-hack .car-list .col-lg:nth-child(5) {
		display: flex
	}

	.container-full-width .tr-card-grid-hide-hack .car-list .col-lg:nth-child(6) {
		display: none
	}
}

@media (max-width:1439px) {
	.container-full-width .tr-card-grid-hide-hack .car-list .col-lg:nth-child(4) {
		display: flex
	}

	.container-full-width .tr-card-grid-hide-hack .car-list .col-lg:nth-child(5) {
		display: none
	}
}

@media (max-width:1279px) {
	.container-full-width .tr-card-grid-hide-hack .car-list .col-lg:nth-child(3) {
		display: flex
	}

	.container-full-width .tr-card-grid-hide-hack .car-list .col-lg:nth-child(4) {
		display: none
	}
}

.car-item img {
	width: 100%;
}

.car-item {
	background-color: #fff;
	margin-bottom: 2rem;
}

.car-item .body {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 1rem;

}

.car-item .body .top {
	font-size: 13px;
	padding: 5px 0px;
	color: #767676;
}

.car-item .body h4 {
	font-size: 18px;
	color: #000;
	margin: 0.75rem 0px;
}

.car-item .body .anounce {
	font-size: 13px;
	padding: 5px 0px;
	color: #767676;
}

.car-item .body .price {
	font-size: 18px;
	color: #000;
}


.form-control-lg {
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	border-radius: 0px;
	;
}


footer {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.show-sitemap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-right: 10px;
	text-decoration: none !important;
}

.show-sitemap i {
	position: absolute;
	right: -10px;
	top: 0px;
}

.show-sitemap.active i {
	transform: rotate(180deg);
	display: inline-block;
	top: -2px;
}

footer .menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px 0px 0px calc(1.5rem + 15px);
	list-style: none;
	margin-bottom: 3rem;
}

footer .menu ul li {
	margin-right: 1.rem;
}

footer .menu ul li a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px 25px;
	color: #000;
	font-size: 16px;
}

footer .menu ul li a:hover,
footer .menu ul li a.active {
	background-color: #efefef;
}


.page-breadcrumb {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background: #fff;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
}

.page-breadcrumb a {
	color: #767676;
	font-size: 14px;
}

.page-banner-section {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	border-top: #dddddd;
	position: relative;
	z-index: 10;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '›';
}


section.buttons {
	position: absolute;
	left: calc(1.5rem + 10px);
	top: 15px;
	z-index: 20;
	display: flex;
	align-items: center;
}

.car-wrapper {
	position: relative;
}

section.buttons a.btn {
	background-color: #fff;
	color: #000;
	margin-right: 1.5rem;
	border-color: #ccc !important;
	height: 44px;
	line-height: 44px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all 0.2s ease-in-out;
	padding-right: 2rem;
}

section.buttons a.btn i {
	font-size: 28px;
	margin-right: 1rem;
	margin-top: 5px;
}

section.buttons a.btn i.bi-arrow-left-short {
	color: #ccc !important;
	font-size: 32px;
	margin-right: 0.5rem;
}

section.buttons a.btn:hover {
	border-color: transparent !important;
	background-color: #f1f1f1;
}

section.images img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	width: auto;
	height: 100%;
}

.tr-overlay-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tr-overlay-link {
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	opacity: 1;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
}


section.images a {
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	cursor: zoom-in;
}

section.car-name {
	background-color: #fff;
	padding: 3rem 0;
}

.alpv .modal .close {
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	border: 0;
	background: transparent;
	z-index: 100;
}

.like-icon {
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	border: 1px solid #98b02e;
	font-size: 18px;
	line-height: 50px;
	margin-right: 1rem;
	transition: all .2s ease-in;
}

.compare-icon {
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	border: 1px solid #98b02e;
	font-size: 18px;
	line-height: 50px;
	transition: all .2s ease-in;
}

.like-icon:hover {
	background-color: #98b02e;
	color: #fff;
	;
}

.compare-icon:hover {
	background-color: #98b02e;
	color: #fff;
	;
}

.car-name h1 {
	font-size: 2rem;
}

.car-name .good-price {
	font-size: 26px;
	font-weight: 500;
}

.car-name .btn {
	padding: 15px 25px;
}

.car-city {
	padding: 4rem 0 3rem;
	background-color: #fff;
	;
}

.car-info {
	padding: 3rem 0
}

.car-wrapper .tab-content {
	height: 100%;
	border-radius: 0px;
	border: 0px;
	;
}

.car-wrapper .tab-content>div.active {
	background-color: #fff;
	height: calc(100% - 44px);
	border-radius: 0px;
	border: 0px;
	;
	padding: 1.5rem;
}

.car-wrapper .nav-tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 0px;
	border: 0px;
	;
}

.car-wrapper .nav-tabs li {
	width: 50%;
	border-radius: 0px;
	border: 0px;
	;
}

.car-wrapper .nav-tabs .nav-link {
	width: 100%;
	background-color: #e9e8ed;
	border: 0px;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	color: #767676;
	font-weight: 600;
	border-radius: 0px;
}

.car-wrapper .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #000;
	border: 0px;
	;
}

.features .name {
	color: #aaa;
	font-size: 12px;
	font-weight: 500;
}

.features .value {
	color: #98b02e;
	font-size: 14px;
	font-weight: 500;
}

.car-wrapper .panel {
	height: 100%;
	background-color: #fff
}

.car-wrapper .panel .title {
	padding: 15px 1rem;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: #98b02e
}

.car-wrapper .panel .content {
	padding: 1rem;
	font-size: 14px;
}

.car-wrapper .panel ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	;
}

.car-wrapper .panel ul>li {
	padding-left: 30px;
	font-size: 12px;
	margin-bottom: 1rem;
	position: relative;
}

.car-wrapper .panel ul>li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #98b02e;
	position: absolute;
	left: 10px;
	top: 4px;
}

.car-city h3 {
	margin-bottom: 2rem
}

.car-city i {
	color: #98b02e;
	font-size: 24px;
}

.car-city .btn {
	padding: 10px 30px;
}

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

.like-icon .bi-heart-fill {
	display: none;
}

.like-icon.active .bi-heart-fill {
	display: inline-block;
}

.like-icon.active .bi-heart {
	display: none;
}

.dropdown-menu .btn {
	font-size: 14px !important;
	white-space: nowrap;
	font-weight: 500;
	padding: 10px 25px;
}

.dropdown-menu-arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	transform: rotate(45deg);
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	z-index: 2;
	bottom: -7px;
	border-top-width: 0;
	border-left-width: 0;
	left: 16px;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width:767px) {
	header .menu.mobile-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 100;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
		display: none;

	}

	header .menu ul {
		flex-direction: column;
	}

	header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	header .menu ul li a {
		width: 100%;
		text-align: center;
	}

	header img {
		max-width: 100%;
	}

	.mobile-menu-btn {
		font-size: 32px;
		color: #98b02e
	}

	header {
		height: 50px;
		position: relative;
	}

	.p-xs-0 {
		padding: 0px;
	}

	.sidebar {
		position: fixed;
		left: 0px;
		top: 0px;
		display: none;
		z-index: 50;
		margin: 0px;
		width: 100%;
	}

	.grid-list {
		display: none;
	}

	.h1,
	h1 {
		font-size: 1.5rem;
	}

	.alpv-container {
		box-sizing: content-box;
		padding: 30px 0px 60px;
	}

	.car-list .col-lg {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.car-list .col-lg a {
		width: 100%;
	}

	.car-list .col-lg .car-item {
		width: 100%;
	}

	.h2,
	h2 {
		font-size: 1.5rem;
	}

	.feedback {
		padding: 1rem
	}

	footer .menu ul {
		flex-direction: column;
		margin: 0px;
		padding: 0px;
		margin-bottom: 2rem
	}

	footer .menu ul li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	footer .menu ul li a {
		width: 100%;
		text-align: center;
	}

	.filter-btn {
		background-color: #fff;
		border-color: #ddd;
		font-weight: 500;
		position: relative;
		color: #000;
		cursor: pointer;
		font-size: 18px !important;
	}

	.filter-btn i {
		margin-right: 2rem;
		font-size: 22px;
		color: #aaa;
		margin-left: -1rem;
	}

	.sidebar-close {
		color: #767676;
		font-size: 26px;
		padding-right: 1rem !important;
	}

	.sidebar h6 {
		margin: 0px;
		font-weight: 500;
		font-size: 16px;
	}

	.sidebar .block {
		padding-left: 15px;
	}

	.modal-city .modal-content {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		;
	}

	.sidebar .card .card-header {
		margin-bottom: 0px;
	}

	.sidebar .card.active .card-header {
		margin-bottom: 1.5rem;
	}

	.alpv-container {
		width: 100%;
	}

	.car-name h1 {
		font-size: 1.5rem;
	}

	.car-name .info {
		font-size: 14px;
	}

	.compare-icon {
		width: 100%;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none !important;
	}

	.like-icon {
		width: 100%;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none !important;
	}

	.compare-icon i {
		font-size: 24px;
		margin-right: 1rem;
	}

	.like-icon i {
		font-size: 24px;
		margin-right: 1rem;
	}

	.dropdown-menu-arrow {
		left: auto;
		right: 15px;
	}

	.car-wrapper .panel {
		height: auto
	}

	.car-city iframe {
		margin-top: 3rem
	}

	.mbtn {
		font-size: 16px;
		width: 100%;
	}

	.page-breadcrumb {
		padding-left: 0px;
		padding-right: 0px;
	}
}


.list-digit {
    counter-reset: point;
}

.container .container {
    padding-right: 0;
    padding-left: 0;
}
.container .container {
    max-width: none;
    padding: 0;
}

.digit-item__body {
    margin-bottom: 40px;
	font-size: 12px;
}

.digit-item:before {
    content: "0" counter(point);
    counter-increment: point 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    font: 30px/30px GeometriaLight,Arial,FreeSans,sans-serif;
    color: #98b02e;
}

.digit-item:before {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 16px;
}
.digit-item:before {
    font-size: 43px;
    line-height: 66px;
}