body {
	background:#F8F8F8;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

.btn-ia {
	border: 2px solid #73B927;
	border-radius: 50px;
	font-size: 16px;
	color: #585858;
	font-weight: 700;
}

section, div.row {
	/*border: 1px solid red;*/
}

section#header {
	background: #fff;
}

section#slider {
	background: url('/assets/frontend/images/slidebg.svg') repeat-x;
	background-position: 20%;
}

.navbar .nav-item a {
	font-size: 17px;
	font-weight: 600;
	color: #585858;
}

.promo-item {
	background: #73B927;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
}

.promo-item img {
	max-height: 50px;
}

#car-shop {
	background: #fff;
}

.car-catalog-filter {
	background: #fff;
}

#car-shop-top h2 {
	font-size: 25px;
	font-weight: 600;
	color: #585858;
}

#car-shop h1 {
	font-size: 35px;
	font-weight: 600;
	color: #585858;
}

.total-cars {
	font-size: 35px;
	color: #73B927;
	font-weight: 700;
}

.catalog-grid-item {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(243,243,243,1) 60%, rgba(243,243,243,1) 100%);
}

.catalog-grid-item h3 {
	font-size: 25px;
	font-weight: 700;
	color: #585858;
}

.catalog-grid-item .catalog-grid-item-price {
	font-size: 20px;
	font-weight: 700;
	color: #585858;
}

.catalog-grid-item .catalog-grid-item-price .leasing {
	font-size: 25px;
	font-weight: 700;
	color: #73B927;
}

.catalog-grid-item .catalog-grid-item-price .leasing sup {
	font-size: 16px;
	font-weight: 500;
	color: #585858;
}

.catalog-grid-item .catalog-grid-item-options {
	font-size: 17px;
	font-weight: 500;
	color: #585858;
}

.car-catalog-filter .form-group {
	margin-bottom: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #585858;
}

.dropdown-toggle::after {
	color: #73B927;
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-bottom: 0;
	border-left: .4em solid transparent;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(156,225,82,.25);
}

.ia-hr {
	border-top: 5px solid #73B927;
}

hr.ia-gray {
	border-top: 5px solid #EFEFEF;
}

footer {
	background:#fff;
}

footer .site-menu ul {
	padding:0px;
}

footer .site-menu li {
	list-style: none;
}

footer .site-menu li a {
	color: #585858;
	font-size: 17px;
	font-weight: 600;
}

footer p {
	color: #585858;
}

footer a {
	color: #3B3B3B;
}

footer a:hover {
	color: #3B3B3B;
	text-decoration: underline;
}

footer .copyrights {
	font-size: 15px;
	font-weight: 700;
}

section#leasing-header {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}

.leasing-title {	
	position: relative;
	font-size: 45px;
	font-weight: 600;
	color: #585858;	
}

.leasing-title h1 {
	padding: 200px 0px;
	
}

.leasing-title img.leasing-cars {
	position: relative;
	top: 70%;
	transform: translateY(-50%);
	/*position: absolute;
	right: 0px;
	top: 0px;*/
	animation: move-left 3s ease;
}

.leasing-title img.leasing-girl {
	position: absolute;
	left: 70px;
	top: 70px;
	animation: move-top 2s ease;
}

.green-line {
	background: url('/assets/frontend/images/green-line.svg') center center no-repeat;
}

@keyframes move-top {
	0% {
		top: 120px;     
	}
	100% {
		top: 70px; 
	}
}

@keyframes move-left {
	0% {
		margin-left: 200px;     
	}
	100% {
		margin-left: 0px; 
	}
}

.leasing-list {
	padding: 0px;
}

.leasing-list li {
	list-style: none;
	line-height: 4rem;
	height: 4rem;
}

.leasing-list li:before{
    content:'';
    padding: 5px 20px;
    background:url('/assets/frontend/images/check.svg') no-repeat 0 3px;
}

#leasing-content {
	background: #fff;
}

#leasing-content h2 {
	font-size: 45px;
	color: #585858;
	font-weight: 600;
}

.leasing_app input[type="text"] {
	padding: 2rem 0rem;
	border: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0px;
}

.leasing_app input[type="text"]:focus {
	box-shadow: none;
	border-bottom: 1px solid #73B927;
}

.leasing_app select {
	padding: 1rem 0rem;
	height: calc(3.2em + .75rem + 2px);
	border: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0px;
}

.leasing_app select:focus {
	box-shadow: none;
	border-bottom: 1px solid #73B927;
}

section#autoview-header {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	min-height: 400px;
}

.car-details {
	margin-top: -280px;
}

.car-main-image {
	position: relative;
	z-index: 10;
}

.bg-img-dots {
    position: absolute;
    right: -51px;
    top: -51px;
    z-index: 1;
}

h2.car-title {
	font-size: 35px;
	font-weight: 700;
	color: #585858;
}

.leasing-price {
	font-size: 45px;
	font-weight: 700;
	color: #73B927;
}

.leasing-price sup {
	color: #585858;
	font-weight: normal;
}

.car-price {
	background: #EFEFEF;
	color: #585858;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.car-price .old_price {
	color: #BEBEBE;
	font-weight: 400;
}

.car-sub-details div.holder {
	border-bottom: 1px solid #EFEFEF;
	font-weight: 600;
	font-size: 17px;
	color: #585858;
}

.car-sub-details div.holder img {
	float: right;
}

section#autoview-content {
	background: #fff;
}

.breadcrumbs {
	color: #585858;
	font-size: 16px;
	font-weight: 700;
}

.breadcrumbs a {
	color: #585858;
	font-size: 16px;
	font-weight: 500;
}

.main-specs {
	background: #fff;
	font-size: 18px;
	color: #585858;
}

.main-specs .entry span {
	font-weight: 600;
	float: right;
}

.main-specs i {
	font-size: 12px;
	color: #73B927;
	margin-right :20px;
}

.car-specs h3 {
	font-size: 35px;
	font-weight: 700;
	color: #585858;
}

.border-bottom-green {
	border-bottom: 5px solid #73B927;
}

.detail-grid {
	font-size: 17px;
	color: #585858;
	font-weight: 400;
	line-height: 30px;
}

.detail-grid strong {
	font-size: 25px;
	font-weight: 600;
	margin: 40px 0px;
	display: block;
}

section#buy-header {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
	min-height: 400px;
}

section#buy-header h1 {
	font-size: 45px;
	font-weight: 600;
	color: #585858;
	padding: 200px 0px;
	margin: 0px;
}

section#buy-header img {
	float: right;
}

section#buy-content {
	background: #fff;
	font-size: 21px;
	font-weight: 400;
	color: #585858;
}

.buy-car-intro p {
	line-height: 40px;
}

.buy-car-offer h2 {
	font-size: 45px;
	font-weight: 600;
}

.buy-car input[type="text"], .buy-car textarea {
	padding: 2rem 0rem;
	border: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0px;
}

.buy-car textarea {
	padding: 1rem;
}

.buy-car input[type="text"]:focus {
	box-shadow: none;
	border-bottom: 1px solid #73B927;
}

.buy-car select {
	padding: 1rem 0rem;
	height: calc(3.2em + .75rem + 2px);
	border: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0px;
}

.buy-car select:focus {
	box-shadow: none;
	border-bottom: 1px solid #73B927;
}

.buy-car .note {
	font-size: 14px;
}

.dropzone {
	border: 1px solid #D8D8D8;
}

section#page-header {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
	min-height: 400px;
}

section#page-header h1 {
	font-size: 45px;
	font-weight: 600;
	color: #585858;
	padding: 200px 0px;
	margin: 0px;
}

section#page-header img {
	float: right;
}

section#page-content p {
	font-size: 21px;
	color: #585858;
	font-weight: 400;
	line-height: 50px;
}

section#contact-header {
	position: relative;
	min-height: 400px;
	background: #fff;
}

section#contact-header h1 {
	font-size: 45px;
	font-weight: 600;
	color: #585858;
	padding: 200px 0px;
	margin: 0px;
}

section#contact-content {
	background: #fff;
}

section#contact-content .email a {
	font-size: 35px;
	color: #A5A5A5;
}

section#contact-content .title {
	font-size: 23px;
	color: #1E1E1E;
	font-weight: 700;
}

.leasing-app {
	background: #73B927;
	position: fixed;
	top: 500px;
	right: -85px;	
	transform: rotate(90deg);
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
	border-right: 5px solid #fff;
	z-index: 20;
}

.leasing-app a {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	
}

.btn-lease-app {
	background: #73B927;
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
}

.btn-lease-app:hover {
	color: #fff;
}