body {
	font-family: 'Montserrat', sans-serif;
}

.btn-red {
	background: #EC1C24;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
	padding: 1rem 3rem;	
}

.btn-gray {
	background: gray;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
	padding: 1rem 3rem;	
}

.btn-white {
	background: #FFFFFF;
	color: #000;
	border-radius: 0px;
	padding: 1rem 2rem;
	font-size: 16px;
	font-weight: 600;
}

.slide {
	/*background: url('../images/slide1.svg') center center;*/
	display: inline-block;
	width: 100%;
	background-size: cover;
	position: relative;
}

.slide img {
	/*position: absolute;
	top: 0px;
	right: 0px;*/
}

.slide_content {
	font-size: 60px;
	font-weight: 700;
	width: 30rem;	
	color: #000;
	padding: 4rem;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
	margin-left: -50px;
}

.sections .section {
	
	text-align: center;	
	font-size: 18px;
	font-weight: 700;
}

.sections .section a {
	display: block;
	border: 2px solid #DBDBDB;
	padding: 1rem;
	color: #000;
	text-decoration: none;
}

.sections .section a:hover {
	border: 2px solid #EC1C24;
}

.sections .section img {
	left: 10%;
	position: absolute;
	vertical-align: middle;
	height: 24px;
}

.sections .section img.car {
	padding: 3px;
}

h2.title {
	font-size: 45px;
	padding: 10px;
	font-weight: 700;
	color: #000;
	width: 100%;
	background: url('../images/h2bg.svg') no-repeat;
	background-position: right center;
}

.car-catalog-item a {
	color: #000;
	text-decoration: none;	
}

.car-catalog-item .car-img {
	width: 100%;
	height: 25vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.car-catalog-item .car-title {
	font-size: 18px;
	font-weight: 700;
	padding: 0.8rem 0rem 0.2rem 0rem;
}

.car-catalog-item .car-option {
	background: #F3F3F3;
	margin: 0.5rem 0rem;
	padding: 0.5rem 0.5rem;
	font-size: 16px;
}

.car-catalog-item .car-option span {
	float: right;
	font-weight: bold;
}

.car-catalog-item .car-price {
	background: #FFB520;
	font-size: 25px;
	font-weight: 700;
	text-align: center;	
}

.car-catalog-item .car-price .price {
	padding: 0.5rem;
}

.car-catalog-item .car-price .lease {
	background: #fff;
	font-size: 17px;
	border: 2px solid #FFB520;
	vertical-align: middle;
	padding: 0.8rem 0rem;
}

.car-catalog-item a:hover .car-price {
	background: #000;
	color: #fff;
}

.car-catalog-item a:hover .car-price .lease {
	border: 2px solid #000;
	color: #000;
}

.promo-box {
	position: relative;
	background: #F3F3F3;
}

.promo-box h2 {
	color: #000;
	font-size: 45px;
	font-weight: 700;

}

.promo-box-image {
	position: absolute; 
	bottom: 0px;
	right: 50px;
}

.promo-box .spacer {
	margin-bottom: 100px;
}

.promo-box ul {}

.promo-box ul li {
	list-style-image: url('../images/yellow-check.svg');
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 3rem;
	padding-left: 2rem;
}

.social-contatcs a {
	color: #000;
	font-size: 17px;
	margin-right: 3rem;
}

.social-contatcs img {
	margin-right: 1rem;
}

footer {
	font-size: 17px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #000;
}

footer ul {
	padding: 0px;
}

footer ul li {
	list-style: none;
}

hr {
	border-top: 3px solid #F3F3F3;
}

.copyright {
	background: #F3F3F3;
}

.copyright span {
	background: #fff;
	display: inline-block;
	padding-right: 30px;
}

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

.car-catalog-filter .title {
	font-size: 25px;
	color: #000;
	font-weight: 700;
}

.car-catalog-filter form label {
	font-weight: 600;
}

.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: #000;
}

.navbar .nav-link {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;	
}

.navbar .nav-item:hover a {
	color: #EC1C24
}

.navbar .nav-item {
	margin-left: 15px;
}

.car-details {
	background: #F8F8F8;
}

.car-details h2 {
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.car-details h3 {
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

.car-details .price {
	text-align: center;
	background: #FFB520;
	color: #000;
	font-size: 25px;
	font-weight: 700;
}

.car-details .old_price {
	text-align: center;
	color: #BBBBBB;
	font-size: 25px;
}

.intro-details .detail {
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
}

.intro-details .detail span {
	float: right;
}

#offer-buy h2 {
	font-size: 35px;
	font-weight: 700;
}

#buy-car input, #buy-car textarea {
	padding: 2rem;
	border: 2px solid #DBDBDB;
	border-radius: 0px;
	color: #000000;
	font-weight: normal;
}

#buy-car .form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(236, 28, 36, 0.25);
}

#buy-car .form-control::placeholder {
	color: #000000;
}

.buy-car .filter-option {
	padding: 1.24rem 2rem;	
	color: #000000;
	font-weight: normal;
}

.buy-car .bootstrap-select {
	height: auto;
	border: 2px solid #DBDBDB;
}

.buy-car .bootstrap-select .btn {
 	padding: 0px;
 	padding-right: 1rem;
}

.buy-car .btn-white.bs-placeholder .filter-option-inner-inner {
	font-size: 1rem;
}

.buy-car .bootstrap-select .btn:focus, .buy-car .bootstrap-select .btn.focus {
	box-shadow: none;
}

.buy-car .btn-white.bs-placeholder .filter-option-inner-inner {
	font-weight: normal;
}

.textpage h2 {
	font-size: 35px;
	font-weight: 700;	
}

.textpage p {
	font-size: 18px;
	font-weight: 300;
}

.text-main {
	position: relative;
	margin-bottom: 200px !important;
}

.textpage .special-section h3 {
	margin: 2rem 0rem;
	font-size: 35px;
	font-weight: 700;	
}

.textpage .special-section ul li {
	list-style-image: url('../images/yellow-check.svg');
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 3rem;
	padding-left: 2rem;
	font-weight: 600;
}

.text-main .special-section-image {
	position: absolute; 
	top: 0px;
	right: 50px;
}

.contacts {
	background: #f8f8f8;
}

.contacts h2 {
	font-size: 45px;
	font-weight: 700;
}

.contacts p.title {
	font-size: 25px;
	font-weight: 700;
	/*border-bottom: 2px solid #EC1C24;*/
	padding-bottom: 1rem;
	/*border-image: url('../images/border.svg') 50 round;*/
}

.contacts p.title::after { 
	margin-top: 20px;
	display: block;
    content:"";
    height:3px; 
    width:4rem; /* or i.e: 500px */
    background:#EC1C24;
}

.contacts .contact-item {
	font-size: 16px;
	font-weight: normal;
}

.contacts .contact-item a {
	font-size: 23px;
	color: #000;
	font-weight: 600;
	margin-top: 20px;
	display: block;
}

.contacts .contact-item .address {
	font-size: 23px;
	color: #000;
	font-weight: 600;
	margin-top: 4rem;

}

.contacts .contact-item .credentials {
	font-size: 23px;
	color: #000;
	font-weight: 600;
	margin-top: 4rem;
}

.leasing-page input {
	border: 2px solid #DBDBDB;
	border-radius: 0px;
	padding: 1.5rem;
}

.cookie-bar {
	font-size: 12px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	color: #eee;
	font-weight: 600;
	z-index: 1000;
}

.cookie-bar .btn {
	margin: 0px 10px;	
}

.cookie-info {
	display: none;
}

.cookie-bar td {
	padding: 5px;
}

.cookie-bar .cookie-info a {
	color: #0176e7;
}

.cookie-agree, .cookie-more {
	font-size: 13px;
	padding:3px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}